Lines Matching full:neighbour
521 * batadv_neigh_node_get() - retrieve a neighbour from the list
522 * @orig_node: originator which the neighbour belongs to
523 * @hard_iface: the interface where this neighbour is connected to
524 * @addr: the address of the neighbour
526 * Looks for and possibly returns a neighbour belonging to this originator list
558 * batadv_hardif_neigh_create() - create a hardif neighbour node
559 * @hard_iface: the interface this neighbour is connected to
560 * @neigh_addr: the interface address of the neighbour to retrieve
561 * @orig_node: originator object representing the neighbour
563 * Return: the hardif neighbour node if found or created or NULL otherwise.
604 * batadv_hardif_neigh_get_or_create() - retrieve or create a hardif neighbour
606 * @hard_iface: the interface this neighbour is connected to
607 * @neigh_addr: the interface address of the neighbour to retrieve
608 * @orig_node: originator object representing the neighbour
610 * Return: the hardif neighbour node if found or created or NULL otherwise.
628 * batadv_hardif_neigh_get() - retrieve a hardif neighbour from the list
629 * @hard_iface: the interface where this neighbour is connected to
630 * @neigh_addr: the address of the neighbour
632 * Looks for and possibly returns a neighbour belonging to this hard interface.
661 * @orig_node: originator object representing the neighbour
662 * @hard_iface: the interface where the neighbour is connected to
663 * @neigh_addr: the mac address of the neighbour interface
667 * Return: the neighbour node if found or created or NULL otherwise.
725 * @orig_node: originator object representing the neighbour
726 * @hard_iface: the interface where the neighbour is connected to
727 * @neigh_addr: the mac address of the neighbour interface
729 * Return: the neighbour node if found or created or NULL otherwise.