1SKB_HEAD_IS_LOCKED(9) Linux Networking SKB_HEAD_IS_LOCKED(9)
2
3
4
6 skb_head_is_locked - Determine if the skb->head is locked down
7
9 bool skb_head_is_locked(const struct sk_buff * skb);
10
12 skb
13 skb to check
14
16 The head on skbs build around a head frag can be removed if they are
17 not cloned. This function returns true if the skb head is locked down
18 due to either being allocated via kmalloc, or by being a clone with
19 multiple references to the head.
20
22Kernel Hackers Manual 3.10 June 2019 SKB_HEAD_IS_LOCKED(9)