Searched refs:nc_path (Results 1 – 2 of 2) sorted by relevance
235 struct batadv_nc_path *nc_path; in batadv_nc_path_release() local237 nc_path = container_of(ref, struct batadv_nc_path, refcount); in batadv_nc_path_release()239 kfree_rcu(nc_path, rcu); in batadv_nc_path_release()247 static void batadv_nc_path_put(struct batadv_nc_path *nc_path) in batadv_nc_path_put() argument249 kref_put(&nc_path->refcount, batadv_nc_path_release); in batadv_nc_path_put()265 batadv_nc_path_put(nc_packet->nc_path); in batadv_nc_packet_free()293 struct batadv_nc_path *nc_path) in batadv_nc_to_purge_nc_path_coding() argument301 return batadv_has_timed_out(nc_path->last_valid, in batadv_nc_to_purge_nc_path_coding()314 struct batadv_nc_path *nc_path) in batadv_nc_to_purge_nc_path_decoding() argument322 return batadv_has_timed_out(nc_path->last_valid, in batadv_nc_to_purge_nc_path_decoding()[all …]
2114 struct batadv_nc_path *nc_path; member