Lines Matching refs:list
21 #include <linux/list.h>
529 INIT_HLIST_NODE(&forw_packet->list);
583 hlist_del_init(&forw_packet->list);
593 * batadv_forw_packet_list_steal() - claim a list of forward packets for free()
614 forw_list, list) {
623 hlist_del(&forw_packet->list);
629 * batadv_forw_packet_list_free() - free a list of forward packets
630 * @head: a list of to be freed forw_packets
632 * This function cancels the scheduling of any packet in the provided list,
687 hlist_del_init(&forw_packet->list);
688 hlist_add_head(&forw_packet->list, head);
932 list_for_each_entry_rcu(hard_iface, &batadv_hardif_list, list) {
1121 /* claim bcast list for free() */
1127 /* claim batman packet list for free() */