Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp.h127 #define TCP6_MSS 1220 macro
H A Dtcp_usrreq.c1869 if (tp->t_maxseg > TCP6_MSS) { in tcp_ctloutput()
1870 tp->t_maxseg = TCP6_MSS; in tcp_ctloutput()
H A Dtcp_subr.c139 VNET_DEFINE(int, tcp_v6mssdflt) = TCP6_MSS;
H A Dtcp_input.c1683 mss = TCP6_MSS; in tcp_do_segment()
/f-stack/tools/compat/include/netinet/
H A Dtcp.h127 #define TCP6_MSS 1220 macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c11021 mss = TCP6_MSS; in rack_do_segment_nounlock()
H A Dbbr.c11541 mss = TCP6_MSS; in bbr_do_segment_nounlock()