Home
last modified time | relevance | path

Searched refs:nc_path (Results 1 – 2 of 2) sorted by relevance

/linux/net/batman-adv/ !
H A Dnetwork-coding.c225 * batadv_nc_path_release() - release nc_path from lists and queue for free
227 * @ref: kref pointer of the nc_path
231 struct batadv_nc_path *nc_path; in batadv_nc_path_release() local
233 nc_path = container_of(ref, struct batadv_nc_path, refcount); in batadv_nc_path_release()
235 kfree_rcu(nc_path, rcu); in batadv_nc_path_release()
239 * batadv_nc_path_put() - decrement the nc_path refcounter and possibly
241 * @nc_path: nc_path to be free'd
243 static void batadv_nc_path_put(struct batadv_nc_path *nc_path) in batadv_nc_path_put() argument
245 if (!nc_path) in batadv_nc_path_put()
292 batadv_nc_to_purge_nc_path_coding(struct batadv_priv * bat_priv,struct batadv_nc_path * nc_path) batadv_nc_to_purge_nc_path_coding() argument
313 batadv_nc_to_purge_nc_path_decoding(struct batadv_priv * bat_priv,struct batadv_nc_path * nc_path) batadv_nc_to_purge_nc_path_decoding() argument
433 struct batadv_nc_path *nc_path; batadv_nc_purge_paths() local
497 const struct batadv_nc_path *nc_path = data; batadv_nc_hash_choose() local
544 struct batadv_nc_path *nc_path, *nc_path_tmp = NULL; batadv_nc_hash_find() local
594 batadv_nc_sniffed_purge(struct batadv_priv * bat_priv,struct batadv_nc_path * nc_path,struct batadv_nc_packet * nc_packet) batadv_nc_sniffed_purge() argument
633 batadv_nc_fwd_flush(struct batadv_priv * bat_priv,struct batadv_nc_path * nc_path,struct batadv_nc_packet * nc_packet) batadv_nc_fwd_flush() argument
675 struct batadv_nc_path *nc_path; batadv_nc_process_nc_paths() local
957 struct batadv_nc_path *nc_path, nc_path_key; batadv_nc_get_path() local
1263 struct batadv_nc_path *nc_path, nc_path_key; batadv_nc_path_search() local
1462 batadv_nc_skb_add_to_path(struct sk_buff * skb,struct batadv_nc_path * nc_path,struct batadv_neigh_node * neigh_node,__be32 packet_id) batadv_nc_skb_add_to_path() argument
1501 struct batadv_nc_path *nc_path; batadv_nc_skb_forward() local
1554 struct batadv_nc_path *nc_path; batadv_nc_skb_store_for_decoding() local
1735 struct batadv_nc_path *nc_path, nc_path_key; batadv_nc_find_decoding_packet() local
[all...]
H A Dtypes.h2094 /** @nc_path: pointer to path this nc packet is attached to */
2095 struct batadv_nc_path *nc_path; member