Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/batman-adv/
H A Dnetwork-coding.c204 * batadv_nc_node_release() - release nc_node from lists and queue for free
206 * @ref: kref pointer of the nc_node
210 struct batadv_nc_node *nc_node; in batadv_nc_node_release() local
212 nc_node = container_of(ref, struct batadv_nc_node, refcount); in batadv_nc_node_release()
214 batadv_orig_node_put(nc_node->orig_node); in batadv_nc_node_release()
215 kfree_rcu(nc_node, rcu); in batadv_nc_node_release()
219 * batadv_nc_node_put() - decrement the nc_node refcounter and possibly
221 * @nc_node: nc_node to be free'd
223 static void batadv_nc_node_put(struct batadv_nc_node *nc_node) in batadv_nc_node_put() argument
282 batadv_nc_to_purge_nc_node(struct batadv_priv *bat_priv, struct batadv_nc_node *nc_node) batadv_nc_to_purge_nc_node() argument
350 struct batadv_nc_node *nc_node, *nc_node_tmp; batadv_nc_purge_orig_nc_nodes() local
806 struct batadv_nc_node *nc_node, *nc_node_out = NULL; batadv_nc_find_nc_node() local
849 struct batadv_nc_node *nc_node; batadv_nc_get_nc_node() local
1427 struct batadv_nc_node *nc_node; batadv_nc_skb_dst_search() local
1904 struct batadv_nc_node *nc_node; batadv_nc_nodes_seq_print_text() local
[all...]
/kernel/linux/linux-6.6/net/batman-adv/
H A Dnetwork-coding.c197 * batadv_nc_node_release() - release nc_node from lists and queue for free
199 * @ref: kref pointer of the nc_node
203 struct batadv_nc_node *nc_node; in batadv_nc_node_release() local
205 nc_node = container_of(ref, struct batadv_nc_node, refcount); in batadv_nc_node_release()
207 batadv_orig_node_put(nc_node->orig_node); in batadv_nc_node_release()
208 kfree_rcu(nc_node, rcu); in batadv_nc_node_release()
212 * batadv_nc_node_put() - decrement the nc_node refcounter and possibly
214 * @nc_node: nc_node to be free'd
216 static void batadv_nc_node_put(struct batadv_nc_node *nc_node) in batadv_nc_node_put() argument
275 batadv_nc_to_purge_nc_node(struct batadv_priv *bat_priv, struct batadv_nc_node *nc_node) batadv_nc_to_purge_nc_node() argument
343 struct batadv_nc_node *nc_node, *nc_node_tmp; batadv_nc_purge_orig_nc_nodes() local
799 struct batadv_nc_node *nc_node, *nc_node_out = NULL; batadv_nc_find_nc_node() local
842 struct batadv_nc_node *nc_node; batadv_nc_get_nc_node() local
1414 struct batadv_nc_node *nc_node; batadv_nc_skb_dst_search() local
[all...]

Completed in 3 milliseconds