Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dip6_route.h161 struct fib6_info *addrconf_f6i_alloc(struct net *net, struct inet6_dev *idev,
/OK3568_Linux_fs/kernel/net/ipv6/
H A Danycast.c308 f6i = addrconf_f6i_alloc(net, idev, addr, true, GFP_ATOMIC); in __ipv6_dev_ac_inc()
H A Daddrconf.c1102 f6i = addrconf_f6i_alloc(net, idev, cfg->pfx, false, gfp_flags); in ipv6_add_addr()
3473 f6i = addrconf_f6i_alloc(net, idev, &ifp->addr, false, in fixup_permanent_addr()
H A Droute.c4413 struct fib6_info *addrconf_f6i_alloc(struct net *net, in addrconf_f6i_alloc() function