Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_syncache.c1293 (to->to_flags & TOF_TS)) { in syncache_expand()
1310 !(to->to_flags & TOF_TS)) { in syncache_expand()
1735 if (to->to_flags & TOF_TS) { in syncache_add()
1783 if (to->to_flags & TOF_MSS) in syncache_add()
1972 to.to_flags = 0; in syncache_respond()
1976 to.to_flags = TOF_MSS; in syncache_respond()
1979 to.to_flags |= TOF_SCALE; in syncache_respond()
1982 to.to_flags |= TOF_SACKPERM; in syncache_respond()
1988 to.to_flags |= TOF_FASTOPEN; in syncache_respond()
1998 to.to_flags |= TOF_TS; in syncache_respond()
[all …]
H A Dtcp_input.c661 to.to_flags = 0; in tcp_input()
1663 if ((to.to_flags & TOF_TS) && in tcp_do_segment()
1670 if (to.to_flags & TOF_MSS) in tcp_do_segment()
1679 if (to.to_flags & TOF_MSS) in tcp_do_segment()
3420 to->to_flags = 0; in tcp_dooptions()
3440 to->to_flags |= TOF_MSS; in tcp_dooptions()
3450 to->to_flags |= TOF_SCALE; in tcp_dooptions()
3456 to->to_flags |= TOF_TS; in tcp_dooptions()
3484 to->to_flags |= TOF_SACKPERM; in tcp_dooptions()
3491 to->to_flags |= TOF_SACK; in tcp_dooptions()
[all …]
H A Dtcp_output.c798 to.to_flags = 0; in tcp_output()
803 to.to_flags |= TOF_MSS; in tcp_output()
818 to.to_flags |= TOF_FASTOPEN; in tcp_output()
825 to.to_flags |= TOF_FASTOPEN; in tcp_output()
841 to.to_flags |= TOF_SCALE; in tcp_output()
849 to.to_flags |= TOF_TS; in tcp_output()
862 to.to_flags |= TOF_SACKPERM; in tcp_output()
865 to.to_flags |= TOF_SACK; in tcp_output()
877 to.to_flags |= TOF_SIGNATURE; in tcp_output()
1756 switch (to->to_flags & mask) { in tcp_addoptions()
[all …]
H A Dtcp_timewait.c423 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_twcheck()
457 if (((to->to_flags & TOF_TS) == 0) && (tw->t_recent != 0) && in tcp_twcheck()
597 to.to_flags = 0; in tcp_twrespond()
604 to.to_flags |= TOF_TS; in tcp_twrespond()
H A Dtcp_subr.c1547 to.to_flags = 0; in tcp_respond()
1567 to.to_flags |= TOF_TS; in tcp_respond()
1572 to.to_flags |= TOF_SIGNATURE; in tcp_respond()
1630 if (to.to_flags & TOF_SIGNATURE) { in tcp_respond()
H A Dtcp_sack.c567 if (to->to_flags & TOF_SACK) { in tcp_sack_doack()
H A Dtcp_var.h452 u_int32_t to_flags; /* which options are present */ member
/f-stack/freebsd/netinet/khelp/
H A Dh_ertt.c279 (to->to_flags & TOF_TS) != 0 && to->to_tsecr) { in ertt_packet_measurement_hook()
480 (to->to_flags & TOF_TS)) { in ertt_add_tx_segment_info_hook()
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c6896 (to->to_flags & TOF_TS) && in bbr_update_rtt()
6909 if ((to->to_flags & TOF_TS) && in bbr_update_rtt()
11528 if (to.to_flags & TOF_MSS) in bbr_do_segment_nounlock()
11537 if (to.to_flags & TOF_MSS) in bbr_do_segment_nounlock()
11570 if (to.to_flags & TOF_SACK) in bbr_do_segment_nounlock()
11637 if (to.to_flags & TOF_TS) { in bbr_do_segment_nounlock()
12991 to.to_flags = 0; in bbr_output_wtime()
13001 to.to_flags |= TOF_MSS; in bbr_output_wtime()
13030 to.to_flags |= TOF_SCALE; in bbr_output_wtime()
13037 to.to_flags |= TOF_TS; in bbr_output_wtime()
[all …]
H A Drack.c6718 if ((to->to_flags & TOF_TS) && in rack_update_rtt()
11001 if ((to.to_flags & TOF_TS) && in rack_do_segment_nounlock()
11008 if (to.to_flags & TOF_MSS) in rack_do_segment_nounlock()
11017 if (to.to_flags & TOF_MSS) in rack_do_segment_nounlock()
13008 to.to_flags = 0; in rack_output()
13018 to.to_flags |= TOF_MSS; in rack_output()
13056 to.to_flags |= TOF_SCALE; in rack_output()
13063 to.to_flags |= TOF_TS; in rack_output()
13071 to.to_flags |= TOF_SACKPERM; in rack_output()
13074 to.to_flags |= TOF_SACK; in rack_output()
[all …]
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h452 u_int32_t to_flags; /* which options are present */ member