Searched refs:dst_metric_set (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/net/ |
H A D | dst.h | 192 static inline void dst_metric_set(struct dst_entry *dst, int metric, u32 val) in dst_metric_set() function
|
/openbmc/linux/net/bridge/ |
H A D | br_device.c | 228 dst_metric_set(&br->fake_rtable.dst, RTAX_MTU, new_mtu); in br_change_mtu()
|
/openbmc/linux/net/ipv4/ |
H A D | ip_tunnel.c | 556 dst_metric_set(skb_dst(skb), RTAX_MTU, mtu); in tnl_update_pmtu()
|
/openbmc/linux/net/ipv6/ |
H A D | route.c | 2036 dst_metric_set(&entry->dst, RTAX_MTU, mtu); in rt6_exceptions_update_pmtu() 2833 dst_metric_set(&rt->dst, RTAX_MTU, mtu); in rt6_do_update_pmtu() 3280 dst_metric_set(&rt->dst, RTAX_HOPLIMIT, 0); in icmp6_dst_alloc()
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_policy.c | 3905 dst_metric_set(dst, RTAX_MTU, pmtu); in xfrm_init_pmtu() 3970 dst_metric_set(dst, RTAX_MTU, mtu); in xfrm_bundle_ok()
|