Lines Matching defs:cleanup_list
530 INIT_HLIST_NODE(&forw_packet->cleanup_list);
558 return !hlist_unhashed(&forw_packet->cleanup_list);
586 hlist_add_fake(&forw_packet->cleanup_list);
595 * @cleanup_list: a backup pointer, to be able to dispose the packet later
602 * The packets are being moved from the forw_list to the cleanup_list. This
607 struct hlist_head *cleanup_list,
624 hlist_add_head(&forw_packet->cleanup_list, cleanup_list);
644 cleanup_list) {
647 hlist_del(&forw_packet->cleanup_list);
680 WARN_ONCE(hlist_fake(&forw_packet->cleanup_list),