Searched refs:fnhe (Results 1 – 2 of 2) sorted by relevance
596 if (!fnhe) in fnhe_remove_oldest()660 for (fnhe = rcu_dereference(hash->chain); fnhe; in update_or_create_fnhe()661 fnhe = rcu_dereference(fnhe->fnhe_next)) { in update_or_create_fnhe()667 if (fnhe) { in update_or_create_fnhe()694 fnhe = kzalloc(sizeof(*fnhe), GFP_ATOMIC); in update_or_create_fnhe()695 if (!fnhe) in update_or_create_fnhe()1363 fnhe = rcu_dereference_protected(fnhe->fnhe_next, in ip_del_fnhe()1382 for (fnhe = rcu_dereference(hash[hval].chain); fnhe; in find_exception()1383 fnhe = rcu_dereference(fnhe->fnhe_next)) { in find_exception()1861 if (fnhe) in __mkroute_input()[all …]
164 struct fib_nh_exception *fnhe; in free_nh_exceptions() local167 while (fnhe) { in free_nh_exceptions()175 kfree(fnhe); in free_nh_exceptions()177 fnhe = next; in free_nh_exceptions()1899 struct fib_nh_exception *fnhe; in fib_nhc_update_mtu() local1902 fnhe; in fib_nhc_update_mtu()1903 fnhe = rcu_dereference_protected(fnhe->fnhe_next, 1)) { in fib_nhc_update_mtu()1904 if (fnhe->fnhe_mtu_locked) { in fib_nhc_update_mtu()1905 if (new <= fnhe->fnhe_pmtu) { in fib_nhc_update_mtu()1906 fnhe->fnhe_pmtu = new; in fib_nhc_update_mtu()[all …]