rtp_next         1904 net/ipv6/ip6_fib.c 	struct fib6_info __rcu **rtp_next;
rtp_next         1915 net/ipv6/ip6_fib.c 	for (rtp = &fn->leaf; *rtp; rtp = rtp_next) {
rtp_next         1922 net/ipv6/ip6_fib.c 		rtp_next = &cur->fib6_next;