Lines Matching refs:head
33 * @head: head of chain with entries.
38 static void batadv_frag_clear_chain(struct hlist_head *head, bool dropped)
43 hlist_for_each_entry_safe(entry, node, head, list) {
128 * @chain_out: list head to attach complete chains of fragments to
134 * fragments needed to merge the packet, the chain is moved to the passed head
240 * @chain: head of chain with fragments
315 struct hlist_head head = HLIST_HEAD_INIT;
319 if (!batadv_frag_insert_packet(orig_node_src, *skb, &head))
323 if (hlist_empty(&head))
326 skb_out = batadv_frag_merge_packets(&head);
538 /* make sure that there is at least enough head for the fragmentation