Searched refs:ip6_dst_alloc (Results 1 – 3 of 3) sorted by relevance
/linux/include/net/ |
A D | ip6_route.h | 165 struct rt6_info *ip6_dst_alloc(struct net *net, struct net_device *dev,
|
/linux/net/ipv6/ |
A D | route.c | 338 struct rt6_info *ip6_dst_alloc(struct net *net, struct net_device *dev, in ip6_dst_alloc() function 351 EXPORT_SYMBOL(ip6_dst_alloc); 1184 nrt = ip6_dst_alloc(dev_net(dev), dev, flags); in ip6_create_rt_rcu() 1331 rt = ip6_dst_alloc(dev_net(dev), dev, 0); in ip6_rt_cache_alloc() 1369 pcpu_rt = ip6_dst_alloc(dev_net(dev), dev, flags | DST_NOCOUNT); in ip6_rt_pcpu_alloc() 3271 rt = ip6_dst_alloc(net, dev, 0); in icmp6_dst_alloc()
|
/linux/drivers/net/ |
A D | vrf.c | 841 rt6 = ip6_dst_alloc(net, dev, flags); in vrf_rt6_create()
|
Completed in 18 milliseconds