Searched refs:nc_path (Results 1 – 2 of 2) sorted by relevance
207 static void batadv_nc_path_free_ref(struct batadv_nc_path *nc_path) in batadv_nc_path_free_ref() argument209 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() argument258 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() argument278 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() local400 hlist_for_each_entry_safe(nc_path, node_tmp, head, hash_entry) { in batadv_nc_purge_paths()[all …]
1065 struct batadv_nc_path *nc_path; member