Searched refs:nc_node (Results 1 – 1 of 1) sorted by relevance
208 struct batadv_nc_node *nc_node; in batadv_nc_node_release() local210 nc_node = container_of(ref, struct batadv_nc_node, refcount); in batadv_nc_node_release()212 batadv_orig_node_put(nc_node->orig_node); in batadv_nc_node_release()213 kfree_rcu(nc_node, rcu); in batadv_nc_node_release()221 static void batadv_nc_node_put(struct batadv_nc_node *nc_node) in batadv_nc_node_put() argument223 kref_put(&nc_node->refcount, batadv_nc_node_release); in batadv_nc_node_put()275 struct batadv_nc_node *nc_node) in batadv_nc_to_purge_nc_node() argument280 return batadv_has_timed_out(nc_node->last_seen, BATADV_NC_NODE_TIMEOUT); in batadv_nc_to_purge_nc_node()342 struct batadv_nc_node *nc_node, *nc_node_tmp; in batadv_nc_purge_orig_nc_nodes() local346 list_for_each_entry_safe(nc_node, nc_node_tmp, list, list) { in batadv_nc_purge_orig_nc_nodes()[all …]