Searched refs:rt6i_exception_bucket (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | ip6_fib.h | 160 struct rt6_exception_bucket __rcu *rt6i_exception_bucket; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip6_fib.h | 161 struct rt6_exception_bucket __rcu *rt6i_exception_bucket; member
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 1614 bucket = rcu_dereference_protected(nh->rt6i_exception_bucket, in fib6_nh_get_excptn_bucket() 1617 bucket = rcu_dereference(nh->rt6i_exception_bucket); in fib6_nh_get_excptn_bucket() 1644 bucket = rcu_dereference_protected(nh->rt6i_exception_bucket, in fib6_nh_excptn_bucket_set_flushed() 1650 rcu_assign_pointer(nh->rt6i_exception_bucket, bucket); in fib6_nh_excptn_bucket_set_flushed() 1667 bucket = rcu_dereference_protected(nh->rt6i_exception_bucket, in rt6_insert_exception() 1676 rcu_assign_pointer(nh->rt6i_exception_bucket, bucket); in rt6_insert_exception() 1838 if (!rcu_access_pointer(nh->rt6i_exception_bucket)) in fib6_nh_remove_exception() 2049 if (!rcu_access_pointer(nh->rt6i_exception_bucket)) in fib6_nh_exceptions_clean_tohost() 2127 if (!rcu_access_pointer(nh->rt6i_exception_bucket)) in fib6_nh_age_exceptions() 3547 rcu_assign_pointer(fib6_nh->rt6i_exception_bucket, NUL in fib6_nh_release() [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 1613 bucket = rcu_dereference_protected(nh->rt6i_exception_bucket, in fib6_nh_get_excptn_bucket() 1616 bucket = rcu_dereference(nh->rt6i_exception_bucket); in fib6_nh_get_excptn_bucket() 1643 bucket = rcu_dereference_protected(nh->rt6i_exception_bucket, in fib6_nh_excptn_bucket_set_flushed() 1649 rcu_assign_pointer(nh->rt6i_exception_bucket, bucket); in fib6_nh_excptn_bucket_set_flushed() 1666 bucket = rcu_dereference_protected(nh->rt6i_exception_bucket, in rt6_insert_exception() 1675 rcu_assign_pointer(nh->rt6i_exception_bucket, bucket); in rt6_insert_exception() 1837 if (!rcu_access_pointer(nh->rt6i_exception_bucket)) in fib6_nh_remove_exception() 2048 if (!rcu_access_pointer(nh->rt6i_exception_bucket)) in fib6_nh_exceptions_clean_tohost() 2123 if (!rcu_access_pointer(nh->rt6i_exception_bucket)) in fib6_nh_age_exceptions() 3647 rcu_assign_pointer(fib6_nh->rt6i_exception_bucket, NUL in fib6_nh_release() [all...] |
Completed in 15 milliseconds