Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/unix/
H A Daf_unix.c1888 #define UNIX_SKB_FRAGS_SZ (PAGE_SIZE << get_order(32768)) macro
1931 size = min_t(int, size, SKB_MAX_HEAD(0) + UNIX_SKB_FRAGS_SZ); in unix_stream_sendmsg()
1939 get_order(UNIX_SKB_FRAGS_SZ)); in unix_stream_sendmsg()
/kernel/linux/linux-6.6/net/unix/
H A Daf_unix.c2110 #define UNIX_SKB_FRAGS_SZ (PAGE_SIZE << get_order(32768)) macro
2217 size = min_t(int, size, SKB_MAX_HEAD(0) + UNIX_SKB_FRAGS_SZ); in unix_stream_sendmsg()
2225 get_order(UNIX_SKB_FRAGS_SZ)); in unix_stream_sendmsg()

Completed in 8 milliseconds