Lines Matching full:neighbour

519  * batadv_neigh_node_get() - retrieve a neighbour from the list
520 * @orig_node: originator which the neighbour belongs to
521 * @hard_iface: the interface where this neighbour is connected to
522 * @addr: the address of the neighbour
524 * Looks for and possibly returns a neighbour belonging to this originator list
556 * batadv_hardif_neigh_create() - create a hardif neighbour node
557 * @hard_iface: the interface this neighbour is connected to
558 * @neigh_addr: the interface address of the neighbour to retrieve
559 * @orig_node: originator object representing the neighbour
561 * Return: the hardif neighbour node if found or created or NULL otherwise.
602 * batadv_hardif_neigh_get_or_create() - retrieve or create a hardif neighbour
604 * @hard_iface: the interface this neighbour is connected to
605 * @neigh_addr: the interface address of the neighbour to retrieve
606 * @orig_node: originator object representing the neighbour
608 * Return: the hardif neighbour node if found or created or NULL otherwise.
626 * batadv_hardif_neigh_get() - retrieve a hardif neighbour from the list
627 * @hard_iface: the interface where this neighbour is connected to
628 * @neigh_addr: the address of the neighbour
630 * Looks for and possibly returns a neighbour belonging to this hard interface.
659 * @orig_node: originator object representing the neighbour
660 * @hard_iface: the interface where the neighbour is connected to
661 * @neigh_addr: the mac address of the neighbour interface
665 * Return: the neighbour node if found or created or NULL otherwise.
723 * @orig_node: originator object representing the neighbour
724 * @hard_iface: the interface where the neighbour is connected to
725 * @neigh_addr: the mac address of the neighbour interface
727 * Return: the neighbour node if found or created or NULL otherwise.