Searched refs:fib6_nh_get_excptn_bucket (Results 1 – 1 of 1) sorted by relevance
/linux/net/ipv6/ |
H A D | route.c | 1619 struct rt6_exception_bucket *fib6_nh_get_excptn_bucket(const struct fib6_nh *nh, in fib6_nh_get_excptn_bucket() function 1756 bucket = fib6_nh_get_excptn_bucket(nh, &rt6_exception_lock); in fib6_nh_flush_exceptions() 1823 bucket = fib6_nh_get_excptn_bucket(res->nh, NULL); in rt6_find_cached_rt() 1853 bucket = fib6_nh_get_excptn_bucket(nh, &rt6_exception_lock); in fib6_nh_remove_exception() 1932 bucket = fib6_nh_get_excptn_bucket(nh, NULL); in fib6_nh_update_exception() 2030 bucket = fib6_nh_get_excptn_bucket(nh, &rt6_exception_lock); in rt6_exceptions_update_pmtu() 2064 bucket = fib6_nh_get_excptn_bucket(nh, &rt6_exception_lock); in fib6_nh_exceptions_clean_tohost() 2140 bucket = fib6_nh_get_excptn_bucket(nh, &rt6_exception_lock); in fib6_nh_age_exceptions() 3663 bucket = fib6_nh_get_excptn_bucket(fib6_nh, NULL); in fib6_nh_release() 5877 bucket = fib6_nh_get_excptn_bucket(nh, NULL); in rt6_nh_dump_exceptions()
|