Home
last modified time | relevance | path

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

/linux/include/net/
H A Dip_fib.h142 refcount_t fib_clntref; member
628 refcount_inc(&fi->fib_clntref); in fib_info_hold()
633 return refcount_inc_not_zero(&fi->fib_clntref); in fib_info_hold_safe()
638 if (refcount_dec_and_test(&fi->fib_clntref)) in fib_info_put()
/linux/net/ipv4/
H A Dfib_semantics.c1569 refcount_set(&fi->fib_clntref, 1); in fib_create_info()
H A Dfib_trie.c1598 refcount_inc(&fi->fib_clntref); in fib_table_lookup()