Searched refs:TCPOLEN_MAXSEG (Results 1 – 13 of 13) sorted by relevance
69 #define TCPOLEN_MAXSEG 4 macro
129 if (optlen != TCPOLEN_MAXSEG) in MSSFixup()
96 if (optlen != TCPOLEN_MAXSEG) in tcpmod_setmss()
95 #define TCPOLEN_MAXSEG 4 macro
1705 if (TCP_MAXOLEN - optlen < TCPOLEN_MAXSEG) in tcp_addoptions()1707 optlen += TCPOLEN_MAXSEG; in tcp_addoptions()1709 *optp++ = TCPOLEN_MAXSEG; in tcp_addoptions()
2969 optlen = PADTCPOLEN(TCPOLEN_MAXSEG); in tcp_maxseg()
3389 if (optlen != TCPOLEN_MAXSEG) in tcp_dooptions()
431 if (optlen != TCPOLEN_MAXSEG) in correct_mss()
158 if (optlen >= TCPOLEN_MAXSEG) in pf_osfp_fingerprint_hdr()
3586 while (hlen >= TCPOLEN_MAXSEG) { in pf_get_mss()
785 optlen = PAD(TCPOLEN_MAXSEG); in ctf_fixed_maxseg()
375 if (optlen != TCPOLEN_MAXSEG) in tcpopts_parse()
1917 if (ol == TCPOLEN_MAXSEG) { in ipf_tcpoptions()