Searched refs:TCPOLEN_MAXSEG (Results 1 – 12 of 12) sorted by relevance
96 if (optlen != TCPOLEN_MAXSEG) in tcpmod_setmss()
92 #define TCPOLEN_MAXSEG 4 macro
1762 if (TCP_MAXOLEN - optlen < TCPOLEN_MAXSEG) in tcp_addoptions()1764 optlen += TCPOLEN_MAXSEG; in tcp_addoptions()1766 *optp++ = TCPOLEN_MAXSEG; in tcp_addoptions()
3050 optlen = PADTCPOLEN(TCPOLEN_MAXSEG); in tcp_maxseg()
3436 if (optlen != TCPOLEN_MAXSEG) in tcp_dooptions()
430 if (optlen != TCPOLEN_MAXSEG) in correct_mss()
157 if (optlen >= TCPOLEN_MAXSEG) in pf_osfp_fingerprint_hdr()
3231 while (hlen >= TCPOLEN_MAXSEG) { in pf_get_mss()
846 optlen = PAD(TCPOLEN_MAXSEG); in ctf_fixed_maxseg()
377 if (optlen != TCPOLEN_MAXSEG) in tcpopts_parse()
1964 if (ol == TCPOLEN_MAXSEG) {