Searched refs:nc_path (Results 1 – 2 of 2) sorted by relevance
204 static void batadv_nc_path_free_ref(struct batadv_nc_path *nc_path) in batadv_nc_path_free_ref() argument206 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() argument255 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() argument275 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() local397 hlist_for_each_entry_safe(nc_path, node_tmp, head, hash_entry) { in batadv_nc_purge_paths()[all …]
1066 struct batadv_nc_path *nc_path; member