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

/freebsd-10.0-release/sys/netinet/
H A Dtcp_lro.h60 uint32_t tsval; member in struct:lro_entry
H A Dtcp_lro.c284 ts_ptr[1] = htonl(le->tsval);
520 uint32_t tsval = ntohl(*(ts_ptr + 1)); local
523 if (__predict_false(le->tsval > tsval ||
526 le->tsval = tsval;
610 le->tsval = ntohl(*(ts_ptr + 1));
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf_norm.c1411 u_int32_t tsval, tsecr; local
1469 memcpy(&tsval, &opt[2],
1473 src->scrub->pfss_tsval0 = ntohl(tsval);
1474 src->scrub->pfss_tsval = ntohl(tsval);
1507 u_int32_t tsval, tsecr; local
1579 memcpy(&tsval, &opt[2],
1581 if (tsval && src->scrub &&
1584 tsval = ntohl(tsval);
1587 htonl(tsval
[all...]
/freebsd-10.0-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