Searched refs:TCPOPT_MSS (Results 1 – 4 of 4) sorted by relevance
101 if ((opt[i] == TCPOPT_MSS) && in ipt_tcpmss_target()161 opt[0] = TCPOPT_MSS; in ipt_tcpmss_target()
29 if ((opt[i] == TCPOPT_MSS) in mssoption_match()
422 #define TCPOPT_MSS 2 /* Segment size negotiating */ macro1582 *ptr++ = htonl((TCPOPT_MSS << 24) | (TCPOLEN_MSS << 16) | mss); in tcp_syn_build_options()
2897 case TCPOPT_MSS: in tcp_parse_options()