Home
last modified time | relevance | path

Searched refs:addrconf_f6i_alloc (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/net/
Dip6_route.h140 struct fib6_info *addrconf_f6i_alloc(struct net *net, struct inet6_dev *idev,
/Linux-v4.19/net/ipv6/
Danycast.c267 f6i = addrconf_f6i_alloc(net, idev, addr, true, GFP_ATOMIC); in __ipv6_dev_ac_inc()
Daddrconf.c1035 f6i = addrconf_f6i_alloc(net, idev, cfg->pfx, false, gfp_flags); in ipv6_add_addr()
3368 f6i = addrconf_f6i_alloc(net, idev, &ifp->addr, false, in fixup_permanent_addr()
Droute.c3748 struct fib6_info *addrconf_f6i_alloc(struct net *net, in addrconf_f6i_alloc() function