Searched refs:dst_metric (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/net/
H A Ddst.h173 dst_metric(const struct dst_entry *dst, const int metric) function
209 return dst_metric(dst, RTAX_FEATURES) & feature;
222 return msecs_to_jiffies(dst_metric(dst, metric));
228 return dst_metric(dst, RTAX_LOCK) & (1 << metric);
/linux-master/net/ipv6/
H A Dsyncookies.c249 req->rsk_window_clamp = tp->window_clamp ? :dst_metric(dst, RTAX_WINDOW);
259 dst_metric(dst, RTAX_INITRWND));
/linux-master/net/ipv4/
H A Dsyncookies.c465 req->rsk_window_clamp = tp->window_clamp ? :dst_metric(&rt->dst, RTAX_WINDOW);
475 dst_metric(&rt->dst, RTAX_INITRWND));
H A Dtcp_minisocks.c426 req->rsk_window_clamp = window_clamp ? : dst_metric(dst, RTAX_WINDOW);
435 rcv_wnd = dst_metric(dst, RTAX_INITRWND);
460 u32 ca_key = dst_metric(dst, RTAX_CC_ALGO);
H A Dtcp_fastopen.c340 (dst && dst_metric(dst, RTAX_FASTOPEN_NO_COOKIE));
H A Dtcp_output.c3816 u32 ca_key = dst_metric(dst, RTAX_CC_ALGO);
3858 tp->window_clamp = dst_metric(dst, RTAX_WINDOW);
3870 rcv_wnd = dst_metric(dst, RTAX_INITRWND);
H A Dtcp_input.c324 return (dst && dst_metric(dst, RTAX_QUICKACK)) ||
995 __u32 cwnd = (dst ? dst_metric(dst, RTAX_INITCWND) : 0);

Completed in 160 milliseconds