Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dtcp_output.c809 to.to_flags |= TOF_MSS; in tcp_output()
1811 case TOF_MSS: in tcp_addoptions()
H A Dtcp_syncache.c1741 if (to->to_flags & TOF_MSS) in syncache_add()
1958 to.to_flags = TOF_MSS; in syncache_respond()
H A Dtcp_var.h474 #define TOF_MSS 0x0001 /* maximum segment size */ macro
H A Dtcp_input.c1712 if (to.to_flags & TOF_MSS) in tcp_do_segment()
1723 if (to.to_flags & TOF_MSS) in tcp_do_segment()
3487 to->to_flags |= TOF_MSS; in tcp_dooptions()
/freebsd-13.1/sys/dev/cxgbe/tom/
H A Dt4_listen.c992 to->to_flags |= TOF_MSS; in t4opt_to_tcpopt()
/freebsd-13.1/sys/netinet/tcp_stacks/
H A Dbbr.c11498 if (to.to_flags & TOF_MSS) in bbr_do_segment_nounlock()
11507 if (to.to_flags & TOF_MSS) in bbr_do_segment_nounlock()
12962 to.to_flags |= TOF_MSS; in bbr_output_wtime()
H A Drack.c13901 if (to.to_flags & TOF_MSS) { in rack_do_segment_nounlock()
13911 if (to.to_flags & TOF_MSS) in rack_do_segment_nounlock()
17464 to.to_flags |= TOF_MSS; in rack_output()