Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dip6_fib.h152 refcount_t fib6_ref; member
288 refcount_inc(&f6i->fib6_ref); in fib6_info_hold()
293 return refcount_inc_not_zero(&f6i->fib6_ref); in fib6_info_hold_safe()
298 if (f6i && refcount_dec_and_test(&f6i->fib6_ref)) in fib6_info_release()
/Linux-v5.4/net/ipv6/
Dip6_fib.c160 refcount_set(&f6i->fib6_ref, 1); in fib6_info_alloc()
981 if (refcount_read(&rt->fib6_ref) != 1) { in fib6_purge_rt()
2398 rt->fib6_metric, refcount_read(&rt->fib6_ref), 0, in ipv6_route_seq_show()
Droute.c296 .fib6_ref = REFCOUNT_INIT(1),