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