Searched refs:TCPOLEN_TSTAMP_APPA (Results 1 – 5 of 5) sorted by relevance
141 #define TCPOLEN_TSTAMP_APPA (TCPOLEN_TIMESTAMP+2) /* appendix A */ macro
2950 if ((optlen == TCPOLEN_TSTAMP_APPA || in tcp_input()2951 (optlen > TCPOLEN_TSTAMP_APPA && in tcp_input()2952 optp[TCPOLEN_TSTAMP_APPA] == TCPOPT_EOL)) && in tcp_input()7225 mss -= TCPOLEN_TSTAMP_APPA; in tcp_mss()
308 optlen += TCPOLEN_TSTAMP_APPA; in tcp_tfo_check()2176 optlen += TCPOLEN_TSTAMP_APPA; in tcp_output()
3204 mss -= TCPOLEN_TSTAMP_APPA; in tcp_mtudisc()
983 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_APPA))) { in can_agg_fastpath()1190 if (tcp_opts_len != TCPOLEN_TSTAMP_APPA) { in can_agg_slowpath()