Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dip6_route.h160 struct fib6_info *addrconf_f6i_alloc(struct net *net, struct inet6_dev *idev,
/Linux-v5.4/net/ipv6/
Danycast.c301 f6i = addrconf_f6i_alloc(net, idev, addr, true, GFP_ATOMIC); in __ipv6_dev_ac_inc()
Daddrconf.c1087 f6i = addrconf_f6i_alloc(net, idev, cfg->pfx, false, gfp_flags); in ipv6_add_addr()
3424 f6i = addrconf_f6i_alloc(net, idev, &ifp->addr, false, in fixup_permanent_addr()
Droute.c4388 struct fib6_info *addrconf_f6i_alloc(struct net *net, in addrconf_f6i_alloc() function