Home
last modified time | relevance | path

Searched refs:t_cached_maxopd (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/bsd/netinet/ !
H A Dtcp_timer.c2919 tp->t_cached_maxopd > 0 && in tcp_update_mss_core()
2920 tp->t_maxopd < tp->t_cached_maxopd) { in tcp_update_mss_core()
2921 tp->t_maxopd = tp->t_cached_maxopd; in tcp_update_mss_core()
2926 tp->t_cached_maxopd = tp->t_maxopd; in tcp_update_mss_core()
2932 tp->t_cached_maxopd = tp->t_maxopd; in tcp_update_mss_core()
2941 if (tp->t_maxopd == tp->t_cached_maxopd) { in tcp_update_mss_core()
2942 tp->t_cached_maxopd = 0; in tcp_update_mss_core()
H A Dtcp_var.h498 u_int32_t t_cached_maxopd; /* default for MSS adjustment using link status report */ member