Home
last modified time | relevance | path

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

/linux/include/net/
H A Dip_fib.h142 refcount_t fib_clntref; member
629 refcount_inc(&fi->fib_clntref); in fib_info_hold()
634 if (refcount_dec_and_test(&fi->fib_clntref)) in fib_info_put()
/linux/net/ipv4/
H A Dfib_trie.c1598 refcount_inc(&fi->fib_clntref); in fib_table_lookup()