Searched refs:SKB_SMALL_HEAD_HEADROOM (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/core/
H A Dskbuff.c99 * This should ensure that SKB_SMALL_HEAD_HEADROOM is a unique
108 #define SKB_SMALL_HEAD_HEADROOM \ macro
1093 if (end_offset == SKB_SMALL_HEAD_HEADROOM)
2361 * is SKB_SMALL_HEAD_HEADROOM, as it might break skb_kfree_head().
2363 if (saved_end_offset == SKB_SMALL_HEAD_HEADROOM ||
2364 skb_end_offset(skb) == SKB_SMALL_HEAD_HEADROOM) {
5026 /* usercopy should only access first SKB_SMALL_HEAD_HEADROOM bytes.
5035 SKB_SMALL_HEAD_HEADROOM,

Completed in 169 milliseconds