Lines Matching defs:head
34 * @head: head of chain with entries.
39 static void batadv_frag_clear_chain(struct hlist_head *head, bool dropped)
44 hlist_for_each_entry_safe(entry, node, head, list) {
129 * @chain_out: list head to attach complete chains of fragments to
135 * fragments needed to merge the packet, the chain is moved to the passed head
241 * @chain: head of chain with fragments
316 struct hlist_head head = HLIST_HEAD_INIT;
320 if (!batadv_frag_insert_packet(orig_node_src, *skb, &head))
324 if (hlist_empty(&head))
327 skb_out = batadv_frag_merge_packets(&head);
541 /* make sure that there is at least enough head for the fragmentation