Home
last modified time | relevance | path

Searched refs:to_flags (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_syncache.c1162 if ((to->to_flags & TOF_SIGNATURE) != 0 && in syncache_expand()
1197 if ((to->to_flags & TOF_SIGNATURE) == 0) { in syncache_expand()
1232 if (sc->sc_flags & SCF_TIMESTAMP && to->to_flags & TOF_TS && in syncache_expand()
1252 (to->to_flags & TOF_TS)) { in syncache_expand()
1268 !(to->to_flags & TOF_TS)) { in syncache_expand()
1464 (to->to_flags & TOF_FASTOPEN)) { in syncache_add()
1521 if (to->to_flags & TOF_SIGNATURE) { in syncache_add()
1530 } else if (to->to_flags & TOF_SIGNATURE) in syncache_add()
1570 if ((sc->sc_flags & SCF_TIMESTAMP) && (to->to_flags & TOF_TS)) in syncache_add()
1705 if ((to->to_flags in syncache_add()
[all...]
H A Dtcp_input.c261 ((to->to_flags & TOF_SACK) || in tcp_is_sack_recovery()
633 to.to_flags = 0; in tcp_input_with_port()
1328 if ((to.to_flags & TOF_SIGNATURE) == 0) { in tcp_input_with_port()
1577 to.to_flags &= ~TOF_SACK; in tcp_do_segment()
1581 (to.to_flags & TOF_SIGNATURE) == 0) { in tcp_do_segment()
1592 if ((to.to_flags & TOF_TS) && (to.to_tsecr != 0)) { in tcp_do_segment()
1608 if ((to.to_flags & TOF_SCALE) && in tcp_do_segment()
1621 if ((to.to_flags & TOF_TS) && in tcp_do_segment()
1630 if (to.to_flags & TOF_MSS) { in tcp_do_segment()
1634 (!(to.to_flags & TOF_SACKPERM) || in tcp_do_segment()
[all …]
H A Dtcp_output.c793 to.to_flags = 0; in tcp_default_output()
800 to.to_flags |= TOF_MSS; in tcp_default_output()
815 to.to_flags |= TOF_FASTOPEN; in tcp_default_output()
822 to.to_flags |= TOF_FASTOPEN; in tcp_default_output()
838 to.to_flags |= TOF_SCALE; in tcp_default_output()
846 to.to_flags |= TOF_TS; in tcp_default_output()
859 to.to_flags |= TOF_SACKPERM; in tcp_default_output()
862 to.to_flags |= TOF_SACK; in tcp_default_output()
874 to.to_flags |= TOF_SIGNATURE; in tcp_default_output()
884 !(to.to_flags & TOF_FASTOPEN)) in tcp_default_output()
[all …]
H A Dtcp_timewait.c195 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_twcheck()
272 if (((to->to_flags & TOF_TS) == 0) && (tp->ts_recent != 0) && in tcp_twcheck()
H A Dtcp_sack.c596 if (to->to_flags & TOF_SACK) { in tcp_sack_doack()
885 if (!(to->to_flags & TOF_SACK)) in tcp_sack_doack()
H A Dtcp_subr.c1921 to.to_flags = 0; in tcp_respond()
1942 to.to_flags |= TOF_TS; in tcp_respond()
1947 to.to_flags |= TOF_SIGNATURE; in tcp_respond()
2031 if (to.to_flags & TOF_SIGNATURE) { in tcp_respond()
4401 if (to->to_flags & TOF_SACK) { in tcp_do_ack_accounting()
4414 if (to->to_flags & TOF_SACK) { in tcp_do_ack_accounting()
4436 if (to->to_flags & TOF_SACK) { in tcp_do_ack_accounting()
H A Dtcp_var.h883 u_int32_t to_flags; /* which options are present */ member
/freebsd/sys/netinet/khelp/
H A Dh_ertt.c276 (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/sys/netinet/tcp_stacks/
H A Dbbr.c6786 (to->to_flags & TOF_TS) && in bbr_update_rtt()
6799 if ((to->to_flags & TOF_TS) && in bbr_update_rtt()
7318 if ((to->to_flags & TOF_TS) && (to->to_tsecr != 0)) { in bbr_log_ack()
7493 if ((to->to_flags & TOF_SACK) == 0) { in bbr_log_ack()
8445 if (__predict_false((to->to_flags & TOF_TS) && in bbr_do_fastnewdata()
8455 if ((to->to_flags & TOF_TS) != 0 && in bbr_do_fastnewdata()
8578 if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in bbr_fastack()
8637 if ((to->to_flags & TOF_TS) != 0 && in bbr_fastack()
8886 if ((to->to_flags & TOF_TS) != 0) { in bbr_do_syn_sent()
8992 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in bbr_do_syn_recv()
[all …]
H A Drack.c8838 if (to && (to->to_flags & TOF_TS) && in rack_update_rtt()
10331 (to->to_flags & TOF_TS) && in rack_process_to_cumack()
10721 if ((to->to_flags & TOF_SACK) == 0) { in rack_log_ack()
11703 ((to->to_flags & TOF_SACK) == 0)) { in rack_process_ack()
12414 if (__predict_false((to->to_flags & TOF_TS) && in rack_do_fastnewdata()
12424 if ((to->to_flags & TOF_TS) != 0 && in rack_do_fastnewdata()
12541 if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in rack_fastack()
12595 if ((to->to_flags & TOF_TS) != 0 && in rack_fastack()
12894 if ((to->to_flags & TOF_TS) != 0 && to->to_tsecr) { in rack_do_syn_sent()
12997 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in rack_do_syn_recv()
[all …]
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c1142 to->to_flags |= TOF_MSS; in t4opt_to_tcpopt()
1147 to->to_flags |= TOF_SCALE; in t4opt_to_tcpopt()
1152 to->to_flags |= TOF_TS; in t4opt_to_tcpopt()
1155 to->to_flags |= TOF_SACKPERM; in t4opt_to_tcpopt()
1605 to->to_flags |= TOF_TS; in synqe_to_protohdrs()