Home
last modified time | relevance | path

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

/linux-4.1.27/net/batman-adv/
Dnetwork-coding.c204 static void batadv_nc_path_free_ref(struct batadv_nc_path *nc_path) in batadv_nc_path_free_ref() argument
206 if (atomic_dec_and_test(&nc_path->refcount)) in batadv_nc_path_free_ref()
207 kfree_rcu(nc_path, rcu); in batadv_nc_path_free_ref()
219 batadv_nc_path_free_ref(nc_packet->nc_path); in batadv_nc_packet_free()
247 struct batadv_nc_path *nc_path) in batadv_nc_to_purge_nc_path_coding() argument
255 return batadv_has_timed_out(nc_path->last_valid, in batadv_nc_to_purge_nc_path_coding()
267 struct batadv_nc_path *nc_path) in batadv_nc_to_purge_nc_path_decoding() argument
275 return batadv_has_timed_out(nc_path->last_valid, in batadv_nc_to_purge_nc_path_decoding()
387 struct batadv_nc_path *nc_path; in batadv_nc_purge_paths() local
397 hlist_for_each_entry_safe(nc_path, node_tmp, head, hash_entry) { in batadv_nc_purge_paths()
[all …]
Dtypes.h1066 struct batadv_nc_path *nc_path; member