Searched refs:in_nc_node (Results 1 - 1 of 1) sorted by relevance

/net/batman-adv/
H A Dnetwork-coding.c790 struct batadv_nc_node *in_nc_node = NULL, *out_nc_node = NULL; local
801 /* Add orig_node as in_nc_node on hop */
802 in_nc_node = batadv_nc_get_nc_node(bat_priv, orig_node,
804 if (!in_nc_node)
807 in_nc_node->last_seen = jiffies;
818 if (in_nc_node)
819 batadv_nc_node_free_ref(in_nc_node);
1116 * batadv_nc_path_search - Find the coding path matching in_nc_node and
1119 * @in_nc_node: pointer to skb next hop's neighbor nc node
1128 struct batadv_nc_node *in_nc_node,
1127 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
1195 batadv_nc_skb_src_search(struct batadv_priv *bat_priv, struct sk_buff *skb, uint8_t *eth_dst, uint8_t *eth_src, struct batadv_nc_node *in_nc_node) argument
[all...]

Completed in 27 milliseconds