Searched refs:dst_metric (Results 1 - 7 of 7) sorted by last modified time

/linux-master/net/ipv6/
H A Dsyncookies.c249 req->rsk_window_clamp = READ_ONCE(tp->window_clamp) ? :dst_metric(dst, RTAX_WINDOW);
259 dst_metric(dst, RTAX_INITRWND));
/linux-master/net/ipv4/
H A Dtcp_output.c3857 u32 ca_key = dst_metric(dst, RTAX_CC_ALGO);
3899 WRITE_ONCE(tp->window_clamp, dst_metric(dst, RTAX_WINDOW));
3911 rcv_wnd = dst_metric(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_input.c325 return (dst && dst_metric(dst, RTAX_QUICKACK)) ||
998 __u32 cwnd = (dst ? dst_metric(dst, RTAX_INITCWND) : 0);
H A Dsyncookies.c466 dst_metric(&rt->dst, RTAX_WINDOW);
476 dst_metric(&rt->dst, RTAX_INITRWND));
H A Dtcp_fastopen.c340 (dst && dst_metric(dst, RTAX_FASTOPEN_NO_COOKIE));
/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);

Completed in 210 milliseconds