Searched refs:tsecr (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_norm.c | 1518 u_int32_t tsval, tsecr; in pf_normalize_tcp_init() local 1567 memcpy(&tsecr, &opt[6], sizeof(u_int32_t)); in pf_normalize_tcp_init() 1570 src->scrub->pfss_tsecr = ntohl(tsecr); in pf_normalize_tcp_init() 1614 uint32_t tsval, tsecr; in pf_normalize_tcp_stateful() local 1682 memcpy(&tsecr, tsr, sizeof(u_int32_t)); in pf_normalize_tcp_stateful() 1696 if (tsecr && dst->scrub && in pf_normalize_tcp_stateful() 1699 tsecr = ntohl(tsecr) - dst->scrub->pfss_ts_mod; in pf_normalize_tcp_stateful() 1700 pf_patch_32(pd, tsr, htonl(tsecr), in pf_normalize_tcp_stateful() 1837 (tsecr && (SEQ_GT(tsecr, dst->scrub->pfss_tsval) || in pf_normalize_tcp_stateful() 1838 SEQ_LT(tsecr, dst->scrub->pfss_tsval0))))) { in pf_normalize_tcp_stateful() [all …]
|
| /freebsd/sys/netinet/ |
| H A D | tcp_lro.h | 142 uint32_t tsecr; member
|
| H A D | tcp_lro.c | 754 ts_ptr[2] = le->tsecr; in tcp_lro_update_checksum() 899 le->tsecr = *(ts_ptr + 2); in tcp_set_entry_to_mbuf() 1076 le->tsecr = *(ts_ptr + 2); in tcp_lro_condense()
|