Searched defs:out_nc_node (Results 1 - 1 of 1) sorted by relevance

/net/batman-adv/
H A Dnetwork-coding.c867 struct batadv_nc_node *in_nc_node = NULL, *out_nc_node = NULL; local
890 /* Add hop as out_nc_node on orig_node */
891 out_nc_node = batadv_nc_get_nc_node(bat_priv, orig_neigh_node,
893 if (!out_nc_node)
896 out_nc_node->last_seen = jiffies;
901 if (out_nc_node)
902 batadv_nc_node_free_ref(out_nc_node);
1221 * out_nc_node to retrieve a buffered packet that can be used for coding.
1224 * @out_nc_node: pointer to skb source's neighbor nc node
1233 struct batadv_nc_node *out_nc_node,
1231 batadv_nc_path_search(struct batadv_priv *bat_priv, struct batadv_nc_node *in_nc_node, struct batadv_nc_node *out_nc_node, struct sk_buff *skb, uint8_t *eth_dst) argument
1306 struct batadv_nc_node *out_nc_node; local
[all...]

Completed in 33 milliseconds