Searched refs:TCP_MIN_MSS (Results 1 – 3 of 3) sorted by relevance
65 #define TCP_MIN_MSS 88U macro
2368 if (val < TCP_MIN_MSS || val > MAX_TCP_WINDOW) { in do_tcp_setsockopt()
159 (len >= TCP_MIN_MSS + sizeof(struct tcphdr) && in tcp_measure_rcv_mss()476 hint = max(hint, TCP_MIN_MSS); in tcp_initialize_rcv_mss()