Searched refs:tsval (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_norm.c | 1443 u_int32_t tsval, tsecr; in pf_normalize_tcp_init() local 1499 memcpy(&tsval, &opt[2], in pf_normalize_tcp_init() 1504 src->scrub->pfss_tsval = ntohl(tsval); in pf_normalize_tcp_init() 1537 u_int32_t tsval, tsecr; in pf_normalize_tcp_stateful() local 1611 memcpy(&tsval, &opt[2], in pf_normalize_tcp_stateful() 1613 if (tsval && src->scrub && in pf_normalize_tcp_stateful() 1616 tsval = ntohl(tsval); in pf_normalize_tcp_stateful() 1620 htonl(tsval + in pf_normalize_tcp_stateful() 1799 tsval, tsecr, tsval_from_last, in pf_normalize_tcp_stateful() 1902 src->scrub->pfss_tsval = tsval; in pf_normalize_tcp_stateful() [all …]
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_lro.c | 544 ts_ptr[1] = htonl(le->tsval); in tcp_flush_out_le() 632 le->tsval = ntohl(*(ts_ptr + 1)); in tcp_set_le_to_m() 782 uint32_t tsval = ntohl(*(ts_ptr + 1)); in tcp_lro_condense() local 784 if (TSTMP_GT(le->tsval, tsval)) { in tcp_lro_condense() 788 le->tsval = tsval; in tcp_lro_condense() 1373 le->tsval = ntohl(*(ts_ptr + 1)); in tcp_lro_rx2()
|
| H A D | tcp_lro.h | 70 uint32_t tsval; member
|