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

/linux-master/net/caif/
H A Dcaif_socket.c620 if (size > SKB_MAX_ALLOC)
621 size = SKB_MAX_ALLOC;
/linux-master/net/unix/
H A Daf_unix.c2010 if (len > SKB_MAX_ALLOC) {
2012 len - SKB_MAX_ALLOC,
2016 BUILD_BUG_ON(SKB_MAX_ALLOC < PAGE_SIZE);
/linux-master/net/ipv4/
H A Dip_output.c1111 (fraglen + alloc_extra < SKB_MAX_ALLOC ||
/linux-master/net/ipv6/
H A Dip6_output.c1614 (fraglen + alloc_extra < SKB_MAX_ALLOC ||
/linux-master/include/linux/
H A Dskbuff.h269 #define SKB_MAX_ALLOC (SKB_MAX_ORDER(0, 2)) macro
/linux-master/net/core/
H A Dfilter.c3600 #define BPF_SKB_MAX_LEN SKB_MAX_ALLOC

Completed in 356 milliseconds