Lines Matching defs:node

269  * batadv_nc_to_purge_nc_node() - checks whether an nc node has to be purged
271 * @nc_node: the nc node to check
330 * @lock: nc node list lock
332 * not. This function takes the nc node as argument and has to return
364 * batadv_nc_purge_orig() - purges all nc node data attached of the given
367 * @orig_node: orig_node with the nc node entries to be purged
369 * not. This function takes the nc node as argument and has to return
422 * not. This function takes the nc node as argument and has to return
509 * @node: node in the local table
510 * @data2: second object to compare the node to
514 static bool batadv_nc_hash_compare(const struct hlist_node *node,
519 nc_path1 = container_of(node, struct batadv_nc_path, hash_entry);
745 * batadv_can_nc_with_orig() - checks whether the given orig node is suitable
748 * @orig_node: neighboring orig node which may be used as nc candidate
786 * batadv_nc_find_nc_node() - search for an existing nc node and return it
787 * @orig_node: orig node originating the ogm packet
788 * @orig_neigh_node: neighboring orig node from which we received the ogm packet
826 * batadv_nc_get_nc_node() - retrieves an nc node or creates the entry if it was
829 * @orig_node: orig node originating the ogm packet
830 * @orig_neigh_node: neighboring orig node from which we received the ogm packet
846 /* Select ingoing or outgoing coding node */
889 * batadv_nc_update_nc_node() - updates stored incoming and outgoing nc node
892 * @orig_node: orig node originating the ogm packet
893 * @orig_neigh_node: neighboring orig node from which we received the ogm packet
911 /* check if orig node is network coding enabled */
1249 * @in_nc_node: pointer to skb next hop's neighbor nc node
1250 * @out_nc_node: pointer to skb source's neighbor nc node
1320 * @in_nc_node: pointer to skb next hop's neighbor nc node