Searched refs:fnhe (Results 1 – 2 of 2) sorted by relevance
601 if (!fnhe) in fnhe_remove_oldest()665 for (fnhe = rcu_dereference(hash->chain); fnhe; in update_or_create_fnhe()666 fnhe = rcu_dereference(fnhe->fnhe_next)) { in update_or_create_fnhe()672 if (fnhe) { in update_or_create_fnhe()699 fnhe = kzalloc(sizeof(*fnhe), GFP_ATOMIC); in update_or_create_fnhe()700 if (!fnhe) in update_or_create_fnhe()1355 fnhe = rcu_dereference_protected(fnhe->fnhe_next, in ip_del_fnhe()1374 for (fnhe = rcu_dereference(hash[hval].chain); fnhe; in find_exception()1375 fnhe = rcu_dereference(fnhe->fnhe_next)) { in find_exception()1851 if (fnhe) in __mkroute_input()[all …]
175 struct fib_nh_exception *fnhe; in free_nh_exceptions() local178 while (fnhe) { in free_nh_exceptions()186 kfree(fnhe); in free_nh_exceptions()188 fnhe = next; in free_nh_exceptions()1942 struct fib_nh_exception *fnhe; in fib_nhc_update_mtu() local1945 fnhe; in fib_nhc_update_mtu()1946 fnhe = rcu_dereference_protected(fnhe->fnhe_next, 1)) { in fib_nhc_update_mtu()1947 if (fnhe->fnhe_mtu_locked) { in fib_nhc_update_mtu()1948 if (new <= fnhe->fnhe_pmtu) { in fib_nhc_update_mtu()1949 fnhe->fnhe_pmtu = new; in fib_nhc_update_mtu()[all …]
Completed in 14 milliseconds