Searched refs:TOF_TS (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/sys/netinet/khelp/
H A Dh_ertt.c277 (to->to_flags & TOF_TS) != 0 && to->to_tsecr) {
477 (to->to_flags & TOF_TS)) {
/freebsd-10-stable/sys/netinet/
H A Dtcp_input.c1644 if ((to.to_flags & TOF_TS) && (to.to_tsecr != 0)) {
1667 if (to.to_flags & TOF_TS) {
1683 if ((tp->t_flags & TF_RCVD_TSTMP) && !(to.to_flags & TOF_TS)) {
1690 if (!(tp->t_flags & TF_RCVD_TSTMP) && (to.to_flags & TOF_TS)) {
1722 ((to.to_flags & TOF_TS) == 0 ||
1731 if ((to.to_flags & TOF_TS) != 0 &&
1769 if ((to.to_flags & TOF_TS) != 0 &&
2210 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent &&
2364 if ((to.to_flags & TOF_TS) != 0 &&
2799 if ((to.to_flags & TOF_TS) !
[all...]
H A Dtcp_syncache.c1068 if (!(sc->sc_flags & SCF_TIMESTAMP) && (to->to_flags & TOF_TS)) {
1081 if ((sc->sc_flags & SCF_TIMESTAMP) && !(to->to_flags & TOF_TS)) {
1094 if ((to->to_flags & TOF_TS) && to->to_tsecr != sc->sc_ts) {
1309 if ((sc->sc_flags & SCF_TIMESTAMP) && (to->to_flags & TOF_TS))
1417 if (to->to_flags & TOF_TS) {
1648 to.to_flags |= TOF_TS;
2036 if (to->to_flags & TOF_TS) {
H A Dtcp_timewait.c440 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent &&
606 to.to_flags |= TOF_TS;
H A Dtcp_var.h326 #define TOF_TS 0x0010 /* timestamp */ macro
H A Dtcp_output.c792 to.to_flags |= TOF_TS;
1692 case TOF_TS:
H A Dtcp_subr.c726 to.to_flags |= TOF_TS;
/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c413 to->to_flags |= TOF_TS;
682 to->to_flags |= TOF_TS;
/freebsd-10-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c1010 to->to_flags |= TOF_TS;
1522 to->to_flags |= TOF_TS;

Completed in 192 milliseconds