Searched refs:TCPOLEN_MAXSEG (Results 1 – 11 of 11) sorted by relevance
69 #define TCPOLEN_MAXSEG 4 macro
127 if (optlen != TCPOLEN_MAXSEG) in MSSFixup()
87 #define TCPOLEN_MAXSEG 4 macro
1710 if (TCP_MAXOLEN - optlen < TCPOLEN_MAXSEG) in tcp_addoptions()1712 optlen += TCPOLEN_MAXSEG; in tcp_addoptions()1714 *optp++ = TCPOLEN_MAXSEG; in tcp_addoptions()
2329 optlen = PAD(TCPOLEN_MAXSEG); in tcp_maxseg()
3307 if (optlen != TCPOLEN_MAXSEG) in tcp_dooptions()
429 if (optlen != TCPOLEN_MAXSEG) in correct_mss()
861 #ifndef TCPOLEN_MAXSEG862 # define TCPOLEN_MAXSEG 4 macro
1959 if (ol == TCPOLEN_MAXSEG) {
150 if (optlen >= TCPOLEN_MAXSEG) in pf_osfp_fingerprint_hdr()
2964 while (hlen >= TCPOLEN_MAXSEG) { in pf_get_mss()