Home
last modified time | relevance | path

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

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