Searched refs:t_cached_maxopd (Results 1 – 2 of 2) sorted by relevance
2939 tp->t_cached_maxopd > 0 && in tcp_update_mss_core()2940 tp->t_maxopd < tp->t_cached_maxopd) { in tcp_update_mss_core()2941 tp->t_maxopd = tp->t_cached_maxopd; in tcp_update_mss_core()2946 tp->t_cached_maxopd = tp->t_maxopd; in tcp_update_mss_core()2952 tp->t_cached_maxopd = tp->t_maxopd; in tcp_update_mss_core()2961 if (tp->t_maxopd == tp->t_cached_maxopd) { in tcp_update_mss_core()2962 tp->t_cached_maxopd = 0; in tcp_update_mss_core()
633 u_int32_t t_cached_maxopd; /* default for MSS adjustment using link status report */ member