Searched refs:TCPOLEN_TSTAMP_APPA (Results 1 – 5 of 5) sorted by relevance
138 #define TCPOLEN_TSTAMP_APPA (TCPOLEN_TIMESTAMP+2) /* appendix A */ macro
329 optlen += TCPOLEN_TSTAMP_APPA; in tcp_tfo_check()1815 optlen += TCPOLEN_TSTAMP_APPA; in tcp_output()
2100 if ((optlen == TCPOLEN_TSTAMP_APPA || in tcp_input()2101 (optlen > TCPOLEN_TSTAMP_APPA && in tcp_input()2102 optp[TCPOLEN_TSTAMP_APPA] == TCPOPT_EOL)) && in tcp_input()6682 mss -= TCPOLEN_TSTAMP_APPA; in tcp_mss()
2919 mss -= TCPOLEN_TSTAMP_APPA; in tcp_mtudisc()
960 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_APPA))) { in can_agg_fastpath()1155 if (tcp_opts_len != TCPOLEN_TSTAMP_APPA) { in can_agg_slowpath()