Searched refs:tsval (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dtcp_lro.h58 uint32_t tsval; member in struct:lro_entry
H A Dtcp_lro.c265 ts_ptr[1] = htonl(le->tsval);
501 uint32_t tsval = ntohl(*(ts_ptr + 1)); local
504 if (__predict_false(le->tsval > tsval ||
507 le->tsval = tsval;
589 le->tsval = ntohl(*(ts_ptr + 1));
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_norm.c1697 u_int32_t tsval, tsecr; local
1762 memcpy(&tsval, &opt[2],
1766 src->scrub->pfss_tsval0 = ntohl(tsval);
1767 src->scrub->pfss_tsval = ntohl(tsval);
1807 u_int32_t tsval, tsecr; local
1887 memcpy(&tsval, &opt[2],
1889 if (tsval && src->scrub &&
1892 tsval = ntohl(tsval);
1895 htonl(tsval
[all...]
/freebsd-9.3-release/sys/dev/nxge/
H A Dif_nxge.h260 u32 tsval; member in struct:xge_lro_entry_t
H A Dif_nxge.c2484 ptr[1] = htonl(lro_session->tsval);
2606 u32 tsval = ntohl(*(ptr + 1)); local
2607 if(__predict_false(lro_session->tsval > tsval ||
2611 lro_session->tsval = tsval;
2669 lro_session->tsval = ntohl(*(ptr + 1));

Completed in 70 milliseconds