Home
last modified time | relevance | path

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

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