Home
last modified time | relevance | path

Searched refs:fnhe (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
A Droute.c590 if (!fnhe) in fnhe_remove_oldest()
654 for (fnhe = rcu_dereference(hash->chain); fnhe; in update_or_create_fnhe()
655 fnhe = rcu_dereference(fnhe->fnhe_next)) { in update_or_create_fnhe()
661 if (fnhe) { in update_or_create_fnhe()
688 fnhe = kzalloc(sizeof(*fnhe), GFP_ATOMIC); in update_or_create_fnhe()
689 if (!fnhe) in update_or_create_fnhe()
1340 fnhe = rcu_dereference_protected(fnhe->fnhe_next, in ip_del_fnhe()
1359 for (fnhe = rcu_dereference(hash[hval].chain); fnhe; in find_exception()
1360 fnhe = rcu_dereference(fnhe->fnhe_next)) { in find_exception()
1825 if (fnhe) in __mkroute_input()
[all …]
A Dfib_semantics.c171 struct fib_nh_exception *fnhe; in free_nh_exceptions() local
174 while (fnhe) { in free_nh_exceptions()
182 kfree(fnhe); in free_nh_exceptions()
184 fnhe = next; in free_nh_exceptions()
1942 struct fib_nh_exception *fnhe; in fib_nhc_update_mtu() local
1945 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 15 milliseconds