Searched refs:SKB_MAX_ORDER (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/include/linux/ |
D | skbuff.h | 231 #define SKB_MAX_ORDER(X, ORDER) \ macro 233 #define SKB_MAX_HEAD(X) (SKB_MAX_ORDER((X), 0)) 234 #define SKB_MAX_ALLOC (SKB_MAX_ORDER(0, 2))
|
/Linux-v5.10/drivers/net/ipa/ |
D | ipa_endpoint.c | 34 #define IPA_RX_BUFFER_OVERHEAD (PAGE_SIZE - SKB_MAX_ORDER(NET_SKB_PAD, 0))
|
/Linux-v5.10/net/ipv6/ |
D | mcast.c | 1605 size = min_t(int, size, SKB_MAX_ORDER(0, 0)); in mld_newpack()
|
/Linux-v5.10/net/ipv4/ |
D | tcp_input.c | 5123 int copy = min_t(int, SKB_MAX_ORDER(0, 0), end - start); in tcp_collapse()
|