Searched refs:TCP6_MSS (Results 1 – 4 of 4) sorted by relevance
133 #define TCP6_MSS 1220 macro
1703 if (tp->t_maxseg > TCP6_MSS) { in tcp_ctloutput()1704 tp->t_maxseg = TCP6_MSS; in tcp_ctloutput()
131 VNET_DEFINE(int, tcp_v6mssdflt) = TCP6_MSS;
1698 mss = TCP6_MSS; in tcp_do_segment()