Searched refs:V_tcp_v6mssdflt (Results 1 – 3 of 3) sorted by relevance
89 V_tcp_v6mssdflt = MSS_6LOWPAN, enumerator
116 /*isipv6 ? */V_tcp_v6mssdflt /*:*/ in initialize_tcb()
2847 tp->t_maxopd = tp->t_maxseg = V_tcp_v6mssdflt; in tcp_mss_update()2905 mss = min(mss, V_tcp_v6mssdflt); in tcp_mss_update()3040 mss = V_tcp_v6mssdflt; in tcp_mssopt()