Home
last modified time | relevance | path

Searched refs:cleanup_list (Results 1 – 3 of 3) sorted by relevance

/net/batman-adv/
Dsend.c529 INIT_HLIST_NODE(&forw_packet->cleanup_list); in batadv_forw_packet_alloc()
557 return !hlist_unhashed(&forw_packet->cleanup_list); in batadv_forw_packet_was_stolen()
585 hlist_add_fake(&forw_packet->cleanup_list); in batadv_forw_packet_steal()
606 struct hlist_head *cleanup_list, in batadv_forw_packet_list_steal() argument
623 hlist_add_head(&forw_packet->cleanup_list, cleanup_list); in batadv_forw_packet_list_steal()
643 cleanup_list) { in batadv_forw_packet_list_free()
646 hlist_del(&forw_packet->cleanup_list); in batadv_forw_packet_list_free()
679 WARN_ONCE(hlist_fake(&forw_packet->cleanup_list), in batadv_forw_packet_queue()
Dtypes.h1414 struct hlist_node cleanup_list; member
/net/core/
Dnet_namespace.c436 static LIST_HEAD(cleanup_list); /* Must hold cleanup_list_lock to touch */
447 list_replace_init(&cleanup_list, &net_kill_list); in cleanup_net()
454 list_for_each_entry(net, &net_kill_list, cleanup_list) { in cleanup_net()
530 list_add(&net->cleanup_list, &cleanup_list); in __put_net()