Home
last modified time | relevance | path

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

/Linux-v5.4/net/batman-adv/
Dnetwork-coding.c233 struct batadv_nc_path *nc_path; in batadv_nc_path_release() local
235 nc_path = container_of(ref, struct batadv_nc_path, refcount); in batadv_nc_path_release()
237 kfree_rcu(nc_path, rcu); in batadv_nc_path_release()
245 static void batadv_nc_path_put(struct batadv_nc_path *nc_path) in batadv_nc_path_put() argument
247 kref_put(&nc_path->refcount, batadv_nc_path_release); in batadv_nc_path_put()
263 batadv_nc_path_put(nc_packet->nc_path); in batadv_nc_packet_free()
291 struct batadv_nc_path *nc_path) in batadv_nc_to_purge_nc_path_coding() argument
299 return batadv_has_timed_out(nc_path->last_valid, in batadv_nc_to_purge_nc_path_coding()
312 struct batadv_nc_path *nc_path) in batadv_nc_to_purge_nc_path_decoding() argument
320 return batadv_has_timed_out(nc_path->last_valid, in batadv_nc_to_purge_nc_path_decoding()
[all …]
Dtypes.h2108 struct batadv_nc_path *nc_path; member