Searched refs:ip6_dst_alloc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | ip6_route.h | 165 struct rt6_info *ip6_dst_alloc(struct net *net, struct net_device *dev,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip6_route.h | 161 struct rt6_info *ip6_dst_alloc(struct net *net, struct net_device *dev,
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 337 struct rt6_info *ip6_dst_alloc(struct net *net, struct net_device *dev, in ip6_dst_alloc() function 350 EXPORT_SYMBOL(ip6_dst_alloc); variable 1185 nrt = ip6_dst_alloc(dev_net(dev), dev, flags); in ip6_create_rt_rcu() 1332 rt = ip6_dst_alloc(dev_net(dev), dev, 0); in ip6_rt_cache_alloc() 1370 pcpu_rt = ip6_dst_alloc(dev_net(dev), dev, flags | DST_NOCOUNT); in ip6_rt_pcpu_alloc() 3164 rt = ip6_dst_alloc(net, dev, 0); in icmp6_dst_alloc()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 340 struct rt6_info *ip6_dst_alloc(struct net *net, struct net_device *dev, in ip6_dst_alloc() function 353 EXPORT_SYMBOL(ip6_dst_alloc); variable 1188 nrt = ip6_dst_alloc(dev_net(dev), dev, flags); in ip6_create_rt_rcu() 1332 rt = ip6_dst_alloc(dev_net(dev), dev, 0); in ip6_rt_cache_alloc() 1370 pcpu_rt = ip6_dst_alloc(dev_net(dev), dev, flags | DST_NOCOUNT); in ip6_rt_pcpu_alloc() 3263 rt = ip6_dst_alloc(net, dev, 0); in icmp6_dst_alloc()
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | vrf.c | 842 rt6 = ip6_dst_alloc(net, dev, flags); in vrf_rt6_create()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | vrf.c | 829 rt6 = ip6_dst_alloc(net, dev, flags); in vrf_rt6_create()
|
Completed in 23 milliseconds