Lines Matching refs:list
21 #include <linux/list.h>
535 INIT_HLIST_NODE(&forw_packet->list);
589 hlist_del_init(&forw_packet->list);
599 * batadv_forw_packet_list_steal() - claim a list of forward packets for free()
620 forw_list, list) {
629 hlist_del(&forw_packet->list);
635 * batadv_forw_packet_list_free() - free a list of forward packets
636 * @head: a list of to be freed forw_packets
638 * This function cancels the scheduling of any packet in the provided list,
693 hlist_del_init(&forw_packet->list);
694 hlist_add_head(&forw_packet->list, head);
885 list_for_each_entry_rcu(hard_iface, &batadv_hardif_list, list) {
988 /* claim bcast list for free() */
994 /* claim batman packet list for free() */