Home
last modified time | relevance | path

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

/net/batman-adv/
Dnetwork-coding.c207 static void batadv_nc_path_free_ref(struct batadv_nc_path *nc_path) in batadv_nc_path_free_ref() argument
209 if (atomic_dec_and_test(&nc_path->refcount)) in batadv_nc_path_free_ref()
210 kfree_rcu(nc_path, rcu); in batadv_nc_path_free_ref()
222 batadv_nc_path_free_ref(nc_packet->nc_path); in batadv_nc_packet_free()
250 struct batadv_nc_path *nc_path) in batadv_nc_to_purge_nc_path_coding() argument
258 return batadv_has_timed_out(nc_path->last_valid, in batadv_nc_to_purge_nc_path_coding()
270 struct batadv_nc_path *nc_path) in batadv_nc_to_purge_nc_path_decoding() argument
278 return batadv_has_timed_out(nc_path->last_valid, in batadv_nc_to_purge_nc_path_decoding()
390 struct batadv_nc_path *nc_path; in batadv_nc_purge_paths() local
400 hlist_for_each_entry_safe(nc_path, node_tmp, head, hash_entry) { in batadv_nc_purge_paths()
[all …]
Dtypes.h1065 struct batadv_nc_path *nc_path; member