Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp.h146 #define TCP6_MSS 1220 macro
H A Dtcp_subr.c138 VNET_DEFINE(int, tcp_v6mssdflt) = TCP6_MSS;
3484 tp->t_maxseg > TCP6_MSS) { in tcp6_use_min_mtu()
3485 tp->t_maxseg = TCP6_MSS; in tcp6_use_min_mtu()
H A Dtcp_input.c1690 mss = TCP6_MSS; in tcp_do_segment()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c11433 mss = TCP6_MSS; in bbr_do_segment_nounlock()
H A Drack.c16790 mss = TCP6_MSS; in rack_do_segment_nounlock()