Home
last modified time | relevance | path

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

/linux-4.4.14/net/caif/
Dcaif_socket.c627 if (size > SKB_MAX_ALLOC) in caif_stream_sendmsg()
628 size = SKB_MAX_ALLOC; in caif_stream_sendmsg()
/linux-4.4.14/net/unix/
Daf_unix.c1689 if (len > SKB_MAX_ALLOC) { in unix_dgram_sendmsg()
1691 len - SKB_MAX_ALLOC, in unix_dgram_sendmsg()
1695 BUILD_BUG_ON(SKB_MAX_ALLOC < PAGE_SIZE); in unix_dgram_sendmsg()
/linux-4.4.14/include/linux/
Dskbuff.h150 #define SKB_MAX_ALLOC (SKB_MAX_ORDER(0, 2)) macro