Home
last modified time | relevance | path

Searched refs:sk_buff_head_l (Results 1 – 1 of 1) sorted by relevance

/freebsd-14-stable/sys/compat/linuxkpi/common/include/linux/
HDskbuff.h110 struct sk_buff_head_l { struct
582 WRITE_ONCE(((struct sk_buff_head_l *)next)->prev, new); in __skb_insert()
583 WRITE_ONCE(((struct sk_buff_head_l *)prev)->next, new); in __skb_insert()
593 __skb_insert(new, skb, ((struct sk_buff_head_l *)skb)->next, q); in __skb_queue_after()
769 WRITE_ONCE(((struct sk_buff_head_l *)p)->next, b); in ___skb_queue_splice()
771 WRITE_ONCE(((struct sk_buff_head_l *)n)->prev, e); in ___skb_queue_splice()