Home
last modified time | relevance | path

Searched refs:ip6_dst_alloc (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dip6_route.h168 struct rt6_info *ip6_dst_alloc(struct net *net, struct net_device *dev,
/linux/net/ipv6/
H A Droute.c339 struct rt6_info *ip6_dst_alloc(struct net *net, struct net_device *dev, in ip6_dst_alloc() function
352 EXPORT_SYMBOL(ip6_dst_alloc);
1202 nrt = ip6_dst_alloc(dev_net(dev), dev, flags); in ip6_create_rt_rcu()
1346 rt = ip6_dst_alloc(dev_net(dev), dev, 0); in ip6_rt_cache_alloc()
1384 pcpu_rt = ip6_dst_alloc(dev_net(dev), dev, flags | DST_NOCOUNT); in ip6_rt_pcpu_alloc()
3280 rt = ip6_dst_alloc(net, dev, 0); in icmp6_dst_alloc()