Home
last modified time | relevance | path

Searched refs:TCP_MIN_GSO_SIZE (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/net/
Dtcp.h59 #define TCP_MIN_GSO_SIZE (TCP_MIN_SND_MSS - MAX_TCP_OPTION_SPACE) macro
/Linux-v6.6/net/ipv4/
Dtcp_input.c1551 if (unlikely(to->len + shiftlen >= 65535 * TCP_MIN_GSO_SIZE)) in tcp_skb_shift()