Searched refs:dst_metric_locked (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_metrics.c | 103 if (dst_metric_locked(dst, RTAX_RTT)) in tcpm_suck_dst() 105 if (dst_metric_locked(dst, RTAX_RTTVAR)) in tcpm_suck_dst() 107 if (dst_metric_locked(dst, RTAX_SSTHRESH)) in tcpm_suck_dst() 109 if (dst_metric_locked(dst, RTAX_CWND)) in tcpm_suck_dst() 111 if (dst_metric_locked(dst, RTAX_REORDERING)) in tcpm_suck_dst()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | ip6_route.h | 323 if (dst_metric_locked(dst, RTAX_MTU)) { in ip6_dst_mtu_forward()
|
| H A D | dst.h | 215 dst_metric_locked(const struct dst_entry *dst, int metric) in dst_metric_locked() function
|
| H A D | ip.h | 420 return rt->rt_mtu_locked || dst_metric_locked(dst, RTAX_MTU); in ip_mtu_locked()
|
| H A D | tcp.h | 712 if (dst && dst_metric_locked(dst, RTAX_RTO_MIN)) in tcp_rto_min() 724 return dst_metric_locked(dst, RTAX_CC_ALGO); in tcp_ca_dst_locked()
|
| /OK3568_Linux_fs/kernel/net/decnet/ |
| H A D | dn_route.c | 271 if (!(dst_metric_locked(dst, RTAX_MTU))) { in dn_dst_update_pmtu() 275 if (!(dst_metric_locked(dst, RTAX_ADVMSS))) { in dn_dst_update_pmtu()
|