Home
last modified time | relevance | path

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

/linux-4.4.14/net/batman-adv/
Dnetwork-coding.c232 static void batadv_nc_path_free_ref(struct batadv_nc_path *nc_path) in batadv_nc_path_free_ref() argument
234 if (atomic_dec_and_test(&nc_path->refcount)) in batadv_nc_path_free_ref()
235 kfree_rcu(nc_path, rcu); in batadv_nc_path_free_ref()
247 batadv_nc_path_free_ref(nc_packet->nc_path); in batadv_nc_packet_free()
275 struct batadv_nc_path *nc_path) in batadv_nc_to_purge_nc_path_coding() argument
283 return batadv_has_timed_out(nc_path->last_valid, in batadv_nc_to_purge_nc_path_coding()
295 struct batadv_nc_path *nc_path) in batadv_nc_to_purge_nc_path_decoding() argument
303 return batadv_has_timed_out(nc_path->last_valid, in batadv_nc_to_purge_nc_path_decoding()
415 struct batadv_nc_path *nc_path; in batadv_nc_purge_paths() local
425 hlist_for_each_entry_safe(nc_path, node_tmp, head, hash_entry) { in batadv_nc_purge_paths()
[all …]
Dtypes.h1081 struct batadv_nc_path *nc_path; member