Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Dip6_fib.c1797 struct fib6_info __rcu **rtp_next; in fib6_del() local
1808 for (rtp = &fn->leaf; *rtp; rtp = rtp_next) { in fib6_del()
1815 rtp_next = &cur->fib6_next; in fib6_del()