Home
last modified time | relevance | path

Searched refs:dst_metric_locked (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_metrics.c108 if (dst_metric_locked(dst, RTAX_RTT)) in tcpm_suck_dst()
110 if (dst_metric_locked(dst, RTAX_RTTVAR)) in tcpm_suck_dst()
112 if (dst_metric_locked(dst, RTAX_SSTHRESH)) in tcpm_suck_dst()
114 if (dst_metric_locked(dst, RTAX_CWND)) in tcpm_suck_dst()
116 if (dst_metric_locked(dst, RTAX_REORDERING)) in tcpm_suck_dst()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_metrics.c108 if (dst_metric_locked(dst, RTAX_RTT)) in tcpm_suck_dst()
110 if (dst_metric_locked(dst, RTAX_RTTVAR)) in tcpm_suck_dst()
112 if (dst_metric_locked(dst, RTAX_SSTHRESH)) in tcpm_suck_dst()
114 if (dst_metric_locked(dst, RTAX_CWND)) in tcpm_suck_dst()
116 if (dst_metric_locked(dst, RTAX_REORDERING)) in tcpm_suck_dst()
H A Dtcp_output.c4011 if (dst && dst_metric_locked(dst, RTAX_RTO_MIN)) { in tcp_delack_max()
/kernel/linux/linux-5.10/include/net/
H A Dip6_route.h323 if (dst_metric_locked(dst, RTAX_MTU)) { in ip6_dst_mtu_forward()
H A Ddst.h215 dst_metric_locked(const struct dst_entry *dst, int metric) in dst_metric_locked() function
H A Dip.h410 return rt->rt_mtu_locked || dst_metric_locked(dst, RTAX_MTU); in ip_mtu_locked()
H A Dtcp.h709 if (dst && dst_metric_locked(dst, RTAX_RTO_MIN)) in tcp_rto_min()
721 return dst_metric_locked(dst, RTAX_CC_ALGO); in tcp_ca_dst_locked()
/kernel/linux/linux-6.6/include/net/
H A Ddst.h233 dst_metric_locked(const struct dst_entry *dst, int metric) in dst_metric_locked() function
H A Dip6_route.h321 if (!forwarding || dst_metric_locked(dst, RTAX_MTU)) { in ip6_dst_mtu_maybe_forward()
H A Dip.h422 return rt->rt_mtu_locked || dst_metric_locked(dst, RTAX_MTU); in ip_mtu_locked()
H A Dtcp.h734 if (dst && dst_metric_locked(dst, RTAX_RTO_MIN)) in tcp_rto_min()
746 return dst_metric_locked(dst, RTAX_CC_ALGO); in tcp_ca_dst_locked()

Completed in 22 milliseconds