Searched refs:addrconf_f6i_alloc (Results 1 – 4 of 4) sorted by relevance
/linux/include/net/ |
A D | ip6_route.h | 161 struct fib6_info *addrconf_f6i_alloc(struct net *net, struct inet6_dev *idev,
|
/linux/net/ipv6/ |
A D | anycast.c | 308 f6i = addrconf_f6i_alloc(net, idev, addr, true, GFP_ATOMIC); in __ipv6_dev_ac_inc()
|
A D | addrconf.c | 1098 f6i = addrconf_f6i_alloc(net, idev, cfg->pfx, false, gfp_flags); in ipv6_add_addr() 3443 f6i = addrconf_f6i_alloc(net, idev, &ifp->addr, false, in fixup_permanent_addr()
|
A D | route.c | 4566 struct fib6_info *addrconf_f6i_alloc(struct net *net, in addrconf_f6i_alloc() function
|
Completed in 26 milliseconds