Searched refs:dst_metric (Results 1 – 6 of 6) sorted by relevance
| /linux/include/net/ |
| H A D | dst.h | 176 dst_metric(const struct dst_entry *dst, const int metric) in dst_metric() function 212 return dst_metric(dst, RTAX_FEATURES) & feature; in dst_feature() 231 return msecs_to_jiffies(dst_metric(dst, metric)); in dst_metric_rtt() 237 return dst_metric(dst, RTAX_LOCK) & (1 << metric); in dst_metric_locked()
|
| /linux/net/ipv4/ |
| H A D | tcp_minisocks.c | 446 req->rsk_window_clamp = window_clamp ? : dst_metric(dst, RTAX_WINDOW); in tcp_openreq_init_rwin() 455 rcv_wnd = dst_metric(dst, RTAX_INITRWND); in tcp_openreq_init_rwin() 500 u32 ca_key = dst_metric(dst, RTAX_CC_ALGO); in tcp_ca_openreq_child()
|
| H A D | tcp_fastopen.c | 431 (dst && dst_metric(dst, RTAX_FASTOPEN_NO_COOKIE)); in tcp_fastopen_no_cookie()
|
| H A D | tcp_output.c | 4088 u32 ca_key = dst_metric(dst, RTAX_CC_ALGO); in tcp_ca_dst_init() 4133 WRITE_ONCE(tp->window_clamp, dst_metric(dst, RTAX_WINDOW)); in tcp_connect_init() 4146 rcv_wnd = dst_metric(dst, RTAX_INITRWND); in tcp_connect_init()
|
| H A D | tcp_input.c | 1204 __u32 cwnd = (dst ? dst_metric(dst, RTAX_INITCWND) : 0); in tcp_init_cwnd()
|
| /linux/net/core/ |
| H A D | sock.c | 2652 icsk->icsk_ack.dst_quick_ack = dst_metric(dst, RTAX_QUICKACK); in sk_setup_caps()
|