Searched refs:SKB_MAX_ALLOC (Results 1 – 6 of 6) sorted by relevance
619 if (size > SKB_MAX_ALLOC) in caif_stream_sendmsg()620 size = SKB_MAX_ALLOC; in caif_stream_sendmsg()
1935 if (len > SKB_MAX_ALLOC) { in unix_dgram_sendmsg()1937 len - SKB_MAX_ALLOC, in unix_dgram_sendmsg()1941 BUILD_BUG_ON(SKB_MAX_ALLOC < PAGE_SIZE); in unix_dgram_sendmsg()
1109 (fraglen + alloc_extra < SKB_MAX_ALLOC || in __ip_append_data()
1666 (fraglen + alloc_extra < SKB_MAX_ALLOC || in __ip6_append_data()
269 #define SKB_MAX_ALLOC (SKB_MAX_ORDER(0, 2)) macro
3550 #define BPF_SKB_MAX_LEN SKB_MAX_ALLOC
Completed in 46 milliseconds