Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/
Dtcp.h273 #define TCP_MIN_MSS 88U macro
967 hint = max(hint, TCP_MIN_MSS); in tcp_initialize_rcv_mss()
/linux-2.4.37.9/net/ipv4/
Dtcp_input.c162 (len >= TCP_MIN_MSS + sizeof(struct tcphdr) && in tcp_measure_rcv_mss()