Lines Matching defs:cleanup_list
536 INIT_HLIST_NODE(&forw_packet->cleanup_list);
564 return !hlist_unhashed(&forw_packet->cleanup_list);
592 hlist_add_fake(&forw_packet->cleanup_list);
601 * @cleanup_list: a backup pointer, to be able to dispose the packet later
608 * The packets are being moved from the forw_list to the cleanup_list. This
613 struct hlist_head *cleanup_list,
630 hlist_add_head(&forw_packet->cleanup_list, cleanup_list);
650 cleanup_list) {
653 hlist_del(&forw_packet->cleanup_list);
686 WARN_ONCE(hlist_fake(&forw_packet->cleanup_list),