Searched refs:cleanup_list (Results 1 – 4 of 4) sorted by relevance
| /net/batman-adv/ |
| A D | send.c | 531 INIT_HLIST_NODE(&forw_packet->cleanup_list); in batadv_forw_packet_alloc() 559 return !hlist_unhashed(&forw_packet->cleanup_list); in batadv_forw_packet_was_stolen() 587 hlist_add_fake(&forw_packet->cleanup_list); in batadv_forw_packet_steal() 608 struct hlist_head *cleanup_list, in batadv_forw_packet_list_steal() argument 625 hlist_add_head(&forw_packet->cleanup_list, cleanup_list); in batadv_forw_packet_list_steal() 645 cleanup_list) { in batadv_forw_packet_list_free() 648 hlist_del(&forw_packet->cleanup_list); in batadv_forw_packet_list_free() 681 WARN_ONCE(hlist_fake(&forw_packet->cleanup_list), in batadv_forw_packet_queue()
|
| A D | types.h | 2124 struct hlist_node cleanup_list; member
|
| /net/core/ |
| A D | flow_offload.c | 464 struct list_head *cleanup_list) in __flow_block_indr_cleanup() argument 471 list_move(&this->indr.list, cleanup_list); in __flow_block_indr_cleanup() 475 static void flow_block_indr_notify(struct list_head *cleanup_list) in flow_block_indr_notify() argument 479 list_for_each_entry_safe(this, next, cleanup_list, indr.list) { in flow_block_indr_notify() 489 LIST_HEAD(cleanup_list); in flow_indr_dev_unregister() 507 __flow_block_indr_cleanup(release, cb_priv, &cleanup_list); in flow_indr_dev_unregister() 511 flow_block_indr_notify(&cleanup_list); in flow_indr_dev_unregister()
|
| A D | net_namespace.c | 643 static LLIST_HEAD(cleanup_list); 656 net_kill_list = llist_del_all(&cleanup_list); in cleanup_net() 662 llist_for_each_entry(net, net_kill_list, cleanup_list) in cleanup_net() 677 llist_for_each_entry(net, net_kill_list, cleanup_list) { in cleanup_net() 728 if (llist_add(&net->cleanup_list, &cleanup_list)) in __put_net()
|
Completed in 20 milliseconds