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.c1237 (to->to_flags & TOF_TS)) { in syncache_expand()
1254 !(to->to_flags & TOF_TS)) { in syncache_expand()
1725 if (to->to_flags & TOF_SACKPERM) in syncache_add()
1727 if (to->to_flags & TOF_MSS) in syncache_add()
1933 to.to_flags = 0; in syncache_respond()
1937 to.to_flags = TOF_MSS; in syncache_respond()
1940 to.to_flags |= TOF_SCALE; in syncache_respond()
1943 to.to_flags |= TOF_SACKPERM; in syncache_respond()
1949 to.to_flags |= TOF_FASTOPEN; in syncache_respond()
1959 to.to_flags |= TOF_TS; in syncache_respond()
[all …]
H A Dtcp_input.c255 ((to->to_flags & TOF_SACK) || in tcp_is_sack_recovery()
644 to.to_flags = 0; in tcp_input_with_port()
1624 to.to_flags &= ~TOF_SACK; in tcp_do_segment()
1673 if ((to.to_flags & TOF_TS) && in tcp_do_segment()
1682 if (to.to_flags & TOF_MSS) { in tcp_do_segment()
2916 to.to_flags & TOF_TS && in tcp_do_segment()
3510 to->to_flags = 0; in tcp_dooptions()
3530 to->to_flags |= TOF_MSS; in tcp_dooptions()
3540 to->to_flags |= TOF_SCALE; in tcp_dooptions()
3546 to->to_flags |= TOF_TS; in tcp_dooptions()
[all …]
H A Dtcp_output.c794 to.to_flags = 0; in tcp_default_output()
801 to.to_flags |= TOF_MSS; in tcp_default_output()
816 to.to_flags |= TOF_FASTOPEN; in tcp_default_output()
823 to.to_flags |= TOF_FASTOPEN; in tcp_default_output()
839 to.to_flags |= TOF_SCALE; in tcp_default_output()
847 to.to_flags |= TOF_TS; in tcp_default_output()
860 to.to_flags |= TOF_SACKPERM; in tcp_default_output()
863 to.to_flags |= TOF_SACK; in tcp_default_output()
875 to.to_flags |= TOF_SIGNATURE; in tcp_default_output()
1797 switch (to->to_flags & mask) { in tcp_addoptions()
[all …]
H A Dtcp_timewait.c198 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_twcheck()
275 if (((to->to_flags & TOF_TS) == 0) && (tp->ts_recent != 0) && in tcp_twcheck()
H A Dtcp_subr.c2001 to.to_flags = 0; in tcp_respond()
2022 to.to_flags |= TOF_TS; in tcp_respond()
2027 to.to_flags |= TOF_SIGNATURE; in tcp_respond()
2111 if (to.to_flags & TOF_SIGNATURE) { in tcp_respond()
4130 if (to->to_flags & TOF_SACK) { in tcp_do_ack_accounting()
4143 if (to->to_flags & TOF_SACK) { in tcp_do_ack_accounting()
4165 if (to->to_flags & TOF_SACK) { in tcp_do_ack_accounting()
H A Dtcp_sack.c602 if (to->to_flags & TOF_SACK) { in tcp_sack_doack()
879 if (!(to->to_flags & TOF_SACK)) in tcp_sack_doack()
H A Dtcp_var.h860 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.c6807 (to->to_flags & TOF_TS) && in bbr_update_rtt()
6820 if ((to->to_flags & TOF_TS) && in bbr_update_rtt()
11342 to.to_flags &= ~TOF_SACK; in bbr_do_segment_nounlock()
11405 if (to.to_flags & TOF_MSS) in bbr_do_segment_nounlock()
11447 if (to.to_flags & TOF_SACK) in bbr_do_segment_nounlock()
11506 if (to.to_flags & TOF_TS) { in bbr_do_segment_nounlock()
12832 to.to_flags = 0; in bbr_output_wtime()
12840 to.to_flags |= TOF_MSS; in bbr_output_wtime()
12869 to.to_flags |= TOF_SCALE; in bbr_output_wtime()
12876 to.to_flags |= TOF_TS; in bbr_output_wtime()
[all …]
H A Drack.c17126 to->to_flags = 0; in rack_do_compressed_ack_processing()
17185 to->to_flags = TOF_TS; in rack_do_compressed_ack_processing()
17217 to->to_flags = 0; in rack_do_compressed_ack_processing()
17952 to.to_flags &= ~TOF_SACK; in rack_do_segment_nounlock()
20075 to.to_flags = 0; in rack_fast_rsm_output()
20091 to.to_flags = TOF_TS; in rack_fast_rsm_output()
20666 to.to_flags = 0; in rack_fast_output()
20671 to.to_flags = TOF_TS; in rack_fast_output()
22858 to.to_flags = 0; in rack_output()
22865 to.to_flags |= TOF_MSS; in rack_output()
[all …]
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c990 to->to_flags |= TOF_MSS; in t4opt_to_tcpopt()
995 to->to_flags |= TOF_SCALE; in t4opt_to_tcpopt()
1000 to->to_flags |= TOF_TS; in t4opt_to_tcpopt()
1003 to->to_flags |= TOF_SACKPERM; in t4opt_to_tcpopt()
1445 to->to_flags |= TOF_TS; in synqe_to_protohdrs()