Home
last modified time | relevance | path

Searched refs:TOF_MSS (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_output.c800 to.to_flags |= TOF_MSS; in tcp_default_output()
1811 case TOF_MSS: in tcp_addoptions()
H A Dtcp_syncache.c1708 if (to->to_flags & TOF_MSS) in syncache_add()
1917 to.to_flags = TOF_MSS; in syncache_respond()
H A Dtcp_input.c1680 if (to.to_flags & TOF_MSS) { in tcp_do_segment()
1693 if (to.to_flags & TOF_MSS) { in tcp_do_segment()
3582 to->to_flags |= TOF_MSS; in tcp_dooptions()
H A Dtcp_var.h869 #define TOF_MSS 0x0001 /* maximum segment size */ macro
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c1139 to->to_flags |= TOF_MSS; in t4opt_to_tcpopt()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c11443 if (to.to_flags & TOF_MSS) in bbr_do_segment_nounlock()
11452 if (to.to_flags & TOF_MSS) in bbr_do_segment_nounlock()
12877 to.to_flags |= TOF_MSS; in bbr_output_wtime()
H A Drack.c16804 if (to.to_flags & TOF_MSS) { in rack_do_segment_nounlock()
16814 if (to.to_flags & TOF_MSS) in rack_do_segment_nounlock()
21245 to.to_flags |= TOF_MSS; in rack_output()