Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_timer.c2923 tp->t_cached_maxopd > 0 && in tcp_update_mss_core()
2924 tp->t_maxopd < tp->t_cached_maxopd) { in tcp_update_mss_core()
2925 tp->t_maxopd = tp->t_cached_maxopd; in tcp_update_mss_core()
2930 tp->t_cached_maxopd = tp->t_maxopd; in tcp_update_mss_core()
2936 tp->t_cached_maxopd = tp->t_maxopd; in tcp_update_mss_core()
2945 if (tp->t_maxopd == tp->t_cached_maxopd) { in tcp_update_mss_core()
2946 tp->t_cached_maxopd = 0; in tcp_update_mss_core()
H A Dtcp_var.h667 uint32_t t_cached_maxopd; /* default for MSS adjustment using link status report */ member