Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp.c3084 icsk->icsk_ack.rcv_mss = TCP_MIN_MSS; in tcp_disconnect()
3548 if (val && (val < TCP_MIN_MSS || val > MAX_TCP_WINDOW)) { in do_tcp_setsockopt()
H A Dtcp_input.c293 (len >= TCP_MIN_MSS + sizeof(struct tcphdr) && in tcp_measure_rcv_mss()
641 hint = max(hint, TCP_MIN_MSS); in tcp_initialize_rcv_mss()
/openbmc/linux/include/net/
H A Dtcp.h69 #define TCP_MIN_MSS 88U macro