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()
1803 case TOF_MSS: in tcp_addoptions()
H A Dtcp_input.c1630 if (to.to_flags & TOF_MSS) { in tcp_do_segment()
1643 if (to.to_flags & TOF_MSS) { in tcp_do_segment()
3490 to->to_flags |= TOF_MSS; in tcp_dooptions()
H A Dtcp_syncache.c1753 if (to->to_flags & TOF_MSS) in syncache_add()
1974 to.to_flags = TOF_MSS; in syncache_respond()
H A Dtcp_var.h884 #define TOF_MSS 0x0001 /* maximum segment size */ macro
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c1142 to->to_flags |= TOF_MSS; in t4opt_to_tcpopt()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c11413 if (to.to_flags & TOF_MSS) in bbr_do_segment_nounlock()
11422 if (to.to_flags & TOF_MSS) in bbr_do_segment_nounlock()
12846 to.to_flags |= TOF_MSS; in bbr_output_wtime()
H A Drack.c16643 if (to.to_flags & TOF_MSS) { in rack_do_segment_nounlock()
16653 if (to.to_flags & TOF_MSS) in rack_do_segment_nounlock()
21082 to.to_flags |= TOF_MSS; in rack_output()