Home
last modified time | relevance | path

Searched refs:TCPOLEN_TSTAMP_APPA (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.61.2/bsd/netinet/
H A Dtcp.h138 #define TCPOLEN_TSTAMP_APPA (TCPOLEN_TIMESTAMP+2) /* appendix A */ macro
H A Dtcp_output.c329 optlen += TCPOLEN_TSTAMP_APPA; in tcp_tfo_check()
1753 optlen += TCPOLEN_TSTAMP_APPA; in tcp_output()
H A Dtcp_input.c2068 if ((optlen == TCPOLEN_TSTAMP_APPA || in tcp_input()
2069 (optlen > TCPOLEN_TSTAMP_APPA && in tcp_input()
2070 optp[TCPOLEN_TSTAMP_APPA] == TCPOPT_EOL)) && in tcp_input()
6602 mss -= TCPOLEN_TSTAMP_APPA; in tcp_mss()
H A Dtcp_subr.c2902 mss -= TCPOLEN_TSTAMP_APPA; in tcp_mtudisc()
/xnu-8792.61.2/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c963 (sizeof(struct tcphdr) + TCPOLEN_TSTAMP_APPA))) { in can_agg_fastpath()
1158 if (tcp_opts_len != TCPOLEN_TSTAMP_APPA) { in can_agg_slowpath()