Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_timer.c2939 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()
H A Dtcp_var.h633 u_int32_t t_cached_maxopd; /* default for MSS adjustment using link status report */ member