Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_output.c803 to.to_flags |= TOF_MSS; in tcp_output()
1757 case TOF_MSS: in tcp_addoptions()
H A Dtcp_var.h453 #define TOF_MSS 0x0001 /* maximum segment size */ macro
H A Dtcp_input.c1670 if (to.to_flags & TOF_MSS) in tcp_do_segment()
1679 if (to.to_flags & TOF_MSS) in tcp_do_segment()
3440 to->to_flags |= TOF_MSS; in tcp_dooptions()
H A Dtcp_syncache.c1783 if (to->to_flags & TOF_MSS) in syncache_add()
1976 to.to_flags = TOF_MSS; in syncache_respond()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h453 #define TOF_MSS 0x0001 /* maximum segment size */ macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c11008 if (to.to_flags & TOF_MSS) in rack_do_segment_nounlock()
11017 if (to.to_flags & TOF_MSS) in rack_do_segment_nounlock()
13018 to.to_flags |= TOF_MSS; in rack_output()
H A Dbbr.c11528 if (to.to_flags & TOF_MSS) in bbr_do_segment_nounlock()
11537 if (to.to_flags & TOF_MSS) in bbr_do_segment_nounlock()
13001 to.to_flags |= TOF_MSS; in bbr_output_wtime()