Lines Matching refs:dst_entry
74 static struct dst_entry *vrf_ip_check(struct dst_entry *dst, u32 cookie) in vrf_ip_check()
84 static unsigned int vrf_v4_mtu(const struct dst_entry *dst) in vrf_v4_mtu()
90 static void vrf_dst_destroy(struct dst_entry *dst) in vrf_dst_destroy()
95 static unsigned int vrf_default_advmss(const struct dst_entry *dst) in vrf_default_advmss()
239 struct dst_entry *dst; in vrf_process_v6_outbound()
240 struct dst_entry *dst_null = &net->ipv6.ip6_null_entry->dst; in vrf_process_v6_outbound()
363 static struct dst_entry *vrf_ip6_check(struct dst_entry *dst, u32 cookie) in vrf_ip6_check()
407 struct dst_entry *dst = skb_dst(skb); in vrf_finish_output6()
453 struct dst_entry *dst; in vrf_rt6_create()
516 struct dst_entry *dst = skb_dst(skb); in vrf_finish_output()
573 struct dst_entry *dst = (struct dst_entry *)vrf->rth; in vrf_rtable_destroy()
841 static struct dst_entry *vrf_get_rt6_dst(const struct net_device *dev, in vrf_get_rt6_dst()
853 return (struct dst_entry *)rt; in vrf_get_rt6_dst()