Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf_norm.c1443 u_int32_t tsval, tsecr; in pf_normalize_tcp_init() local
1501 memcpy(&tsecr, &opt[6], in pf_normalize_tcp_init()
1537 u_int32_t tsval, tsecr; in pf_normalize_tcp_stateful() local
1628 memcpy(&tsecr, &opt[6], in pf_normalize_tcp_stateful()
1630 if (tsecr && dst->scrub && in pf_normalize_tcp_stateful()
1633 tsecr = ntohl(tsecr) in pf_normalize_tcp_stateful()
1638 htonl(tsecr), in pf_normalize_tcp_stateful()
1782 (tsecr && (SEQ_GT(tsecr, dst->scrub->pfss_tsval) || in pf_normalize_tcp_stateful()
1799 tsval, tsecr, tsval_from_last, in pf_normalize_tcp_stateful()
1904 if (tsecr) { in pf_normalize_tcp_stateful()
[all …]
/f-stack/freebsd/netinet/
H A Dtcp_lro.h71 uint32_t tsecr; member
H A Dtcp_lro.c545 ts_ptr[2] = le->tsecr; in tcp_flush_out_le()
633 le->tsecr = *(ts_ptr + 2); in tcp_set_le_to_m()
789 le->tsecr = *(ts_ptr + 2); in tcp_lro_condense()
1374 le->tsecr = *(ts_ptr + 2); in tcp_lro_rx2()