Searched full:tsecr (Results 1 – 4 of 4) sorted by relevance
1506 u_int32_t tsval, tsecr; in pf_normalize_tcp_init() local1555 memcpy(&tsecr, &opt[6], sizeof(u_int32_t)); in pf_normalize_tcp_init()1558 src->scrub->pfss_tsecr = ntohl(tsecr); in pf_normalize_tcp_init()1602 uint32_t tsval, tsecr; in pf_normalize_tcp_stateful() local1670 memcpy(&tsecr, tsr, sizeof(u_int32_t)); in pf_normalize_tcp_stateful()1684 if (tsecr && dst->scrub && in pf_normalize_tcp_stateful()1686 /* tsecr used further on */ in pf_normalize_tcp_stateful()1687 tsecr = ntohl(tsecr) - dst->scrub->pfss_ts_mod; in pf_normalize_tcp_stateful()1688 pf_patch_32(pd, tsr, htonl(tsecr), in pf_normalize_tcp_stateful()1712 #define TS_MAX_CONN (12*24*60*60) /* XXX remove when better tsecr check */ in pf_normalize_tcp_stateful()[all …]
142 uint32_t tsecr; member
740 ts_ptr[2] = le->tsecr; in tcp_lro_update_checksum()885 le->tsecr = *(ts_ptr + 2); in tcp_set_entry_to_mbuf()1062 le->tsecr = *(ts_ptr + 2); in tcp_lro_condense()
205 * | TSecr timestamp | in mlx5e_lro_update_hdr()