Home
last modified time | relevance | path

Searched refs:dst_metric (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Ddst.h157 dst_metric(const struct dst_entry *dst, const int metric) in dst_metric() function
193 return dst_metric(dst, RTAX_FEATURES) & feature; in dst_feature()
204 return msecs_to_jiffies(dst_metric(dst, metric)); in dst_metric_rtt()
217 return dst_metric(dst, RTAX_LOCK) & (1 << metric); in dst_metric_locked()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dsyncookies.c245 req->rsk_window_clamp = tp->window_clamp ? :dst_metric(dst, RTAX_WINDOW); in cookie_v6_check()
255 dst_metric(dst, RTAX_INITRWND)); in cookie_v6_check()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_minisocks.c375 req->rsk_window_clamp = window_clamp ? : dst_metric(dst, RTAX_WINDOW); in tcp_openreq_init_rwin()
384 rcv_wnd = dst_metric(dst, RTAX_INITRWND); in tcp_openreq_init_rwin()
409 u32 ca_key = dst_metric(dst, RTAX_CC_ALGO); in tcp_ca_openreq_child()
H A Dsyncookies.c436 req->rsk_window_clamp = tp->window_clamp ? :dst_metric(&rt->dst, RTAX_WINDOW); in cookie_v4_check()
446 dst_metric(&rt->dst, RTAX_INITRWND)); in cookie_v4_check()
H A Dtcp_fastopen.c354 (dst && dst_metric(dst, RTAX_FASTOPEN_NO_COOKIE)); in tcp_fastopen_no_cookie()
H A Dtcp_output.c3636 u32 ca_key = dst_metric(dst, RTAX_CC_ALGO); in tcp_ca_dst_init()
3681 tp->window_clamp = dst_metric(dst, RTAX_WINDOW); in tcp_connect_init()
3693 rcv_wnd = dst_metric(dst, RTAX_INITRWND); in tcp_connect_init()
H A Dtcp_input.c309 return (dst && dst_metric(dst, RTAX_QUICKACK)) || in tcp_in_quickack_mode()
955 __u32 cwnd = (dst ? dst_metric(dst, RTAX_INITCWND) : 0); in tcp_init_cwnd()
/OK3568_Linux_fs/kernel/net/decnet/
H A Ddn_route.c270 if (dst_metric(dst, RTAX_MTU) > mtu && mtu >= min_mtu) { in dn_dst_update_pmtu()
886 if (dst_metric(&rt->dst, RTAX_MTU) > rt->dst.dev->mtu) in dn_rt_set_next_hop()