Searched refs:tsecr (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c2501 ptr[2] = lro_session->tsecr;
2628 lro_session->tsecr = *(ptr + 2);
2686 lro_session->tsecr = *(ptr + 2);
H A Dif_nxge.h261 u32 tsecr; member in struct:xge_lro_entry_t
/freebsd-11-stable/sys/netinet/
H A Dtcp_lro.c355 ts_ptr[2] = le->tsecr;
755 le->tsecr = *(ts_ptr + 2);
863 le->tsecr = *(ts_ptr + 2);
H A Dtcp_lro.h66 uint32_t tsecr; member in struct:lro_entry
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_norm.c1263 u_int32_t tsval, tsecr; local
1323 memcpy(&tsecr, &opt[6],
1327 src->scrub->pfss_tsecr = ntohl(tsecr);
1359 u_int32_t tsval, tsecr; local
1446 memcpy(&tsecr, &opt[6],
1448 if (tsecr && dst->scrub &&
1451 tsecr = ntohl(tsecr)
1454 &th->th_sum, htonl(tsecr),
1485 #define TS_MAX_CONN (12*24*60*60) /* XXX remove when better tsecr chec
[all...]

Completed in 130 milliseconds