Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Droute.c1435 bucket = rcu_dereference_protected(ort->rt6i_exception_bucket, in rt6_insert_exception()
1444 rcu_assign_pointer(ort->rt6i_exception_bucket, bucket); in rt6_insert_exception()
1515 bucket = rcu_dereference_protected(rt->rt6i_exception_bucket, in rt6_flush_exceptions()
1543 bucket = rcu_dereference(rt->rt6i_exception_bucket); in rt6_find_cached_rt()
1577 if (!rcu_access_pointer(from->rt6i_exception_bucket)) in rt6_remove_exception_rt()
1581 bucket = rcu_dereference_protected(from->rt6i_exception_bucket, in rt6_remove_exception_rt()
1622 bucket = rcu_dereference(from->rt6i_exception_bucket); in rt6_update_exception_stamp_rt()
1649 bucket = rcu_dereference_protected(rt->rt6i_exception_bucket, in rt6_exceptions_remove_prefsrc()
1691 bucket = rcu_dereference_protected(rt->rt6i_exception_bucket, in rt6_exceptions_update_pmtu()
1723 if (!rcu_access_pointer(rt->rt6i_exception_bucket)) in rt6_exceptions_clean_tohost()
[all …]
Dip6_fib.c178 bucket = rcu_dereference_protected(f6i->rt6i_exception_bucket, 1); in fib6_info_destroy_rcu()
180 f6i->rt6i_exception_bucket = NULL; in fib6_info_destroy_rcu()
/Linux-v4.19/include/net/
Dip6_fib.h160 struct rt6_exception_bucket __rcu *rt6i_exception_bucket; member