Home
last modified time | relevance | path

Searched refs:tsecr (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.141.3/bsd/net/
H A Dpf_norm.c2757 u_int32_t tsval, tsecr; in pf_normalize_tcp_init() local
2817 memcpy(&tsecr, &opt[6], in pf_normalize_tcp_init()
2821 src->scrub->pfss_tsecr = ntohl(tsecr); in pf_normalize_tcp_init()
2855 u_int32_t tsval = 0, tsecr = 0; in pf_normalize_tcp_stateful() local
2942 memcpy(&tsecr, &opt[6], in pf_normalize_tcp_stateful()
2944 if (tsecr && dst->scrub && in pf_normalize_tcp_stateful()
2947 tsecr = ntohl(tsecr) in pf_normalize_tcp_stateful()
2950 &th->th_sum, htonl(tsecr), in pf_normalize_tcp_stateful()
3103 (tsecr && (SEQ_GT(tsecr, dst->scrub->pfss_tsval) || in pf_normalize_tcp_stateful()
3104 SEQ_LT(tsecr, dst->scrub->pfss_tsval0))))) { in pf_normalize_tcp_stateful()
[all …]
/xnu-8796.141.3/bsd/netinet/
H A Dtcp_input.c6212 u_int32_t tsecr, tcp_seq th_ack) in tcp_xmit_timer() argument
6256 (tsecr == 0 || in tcp_xmit_timer()
6257 TSTMP_GEQ(tsecr, tp->t_badrexmt_time))) { in tcp_xmit_timer()