Searched refs:fib6_ref (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | bpf_iter_ipv6_route.c | 50 rt->fib6_ref.refs.counter, 0, flags, dev->name); in dump_ipv6_route() 53 rt->fib6_ref.refs.counter, 0, flags); in dump_ipv6_route()
|
/Linux-v6.6/include/net/ |
D | ip6_fib.h | 180 refcount_t fib6_ref; member 321 refcount_inc(&f6i->fib6_ref); in fib6_info_hold() 326 return refcount_inc_not_zero(&f6i->fib6_ref); in fib6_info_hold_safe() 331 if (f6i && refcount_dec_and_test(&f6i->fib6_ref)) in fib6_info_release()
|
/Linux-v6.6/net/ipv6/ |
D | ip6_fib.c | 161 refcount_set(&f6i->fib6_ref, 1); in fib6_info_alloc() 1041 if (refcount_read(&rt->fib6_ref) != 1) { in fib6_purge_rt() 2555 rt->fib6_metric, refcount_read(&rt->fib6_ref), 0, in ipv6_route_native_seq_show()
|
D | route.c | 289 .fib6_ref = REFCOUNT_INIT(1),
|