fib6_info_alloc   287 include/net/ip6_fib.h struct fib6_info *fib6_info_alloc(gfp_t gfp_flags, bool with_fib6_nh);
fib6_info_alloc  3645 net/ipv6/route.c 	rt = fib6_info_alloc(gfp_flags, !nh);
fib6_info_alloc  6204 net/ipv6/route.c 	net->ipv6.fib6_null_entry = fib6_info_alloc(GFP_KERNEL, true);