Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Droute.c602 if (!fnhe) in fnhe_remove_oldest()
666 for (fnhe = rcu_dereference(hash->chain); fnhe; in update_or_create_fnhe()
667 fnhe = rcu_dereference(fnhe->fnhe_next)) { in update_or_create_fnhe()
673 if (fnhe) { in update_or_create_fnhe()
700 fnhe = kzalloc(sizeof(*fnhe), GFP_ATOMIC); in update_or_create_fnhe()
701 if (!fnhe) in update_or_create_fnhe()
1349 fnhe = rcu_dereference_protected(fnhe->fnhe_next, in ip_del_fnhe()
1368 for (fnhe = rcu_dereference(hash[hval].chain); fnhe; in find_exception()
1369 fnhe = rcu_dereference(fnhe->fnhe_next)) { in find_exception()
1843 if (fnhe) in __mkroute_input()
[all …]
H A Dfib_semantics.c175 struct fib_nh_exception *fnhe; in free_nh_exceptions() local
178 while (fnhe) { in free_nh_exceptions()
186 kfree(fnhe); in free_nh_exceptions()
188 fnhe = next; in free_nh_exceptions()
1950 struct fib_nh_exception *fnhe; in fib_nhc_update_mtu() local
1953 fnhe; in fib_nhc_update_mtu()
1954 fnhe = rcu_dereference_protected(fnhe->fnhe_next, 1)) { in fib_nhc_update_mtu()
1955 if (fnhe->fnhe_mtu_locked) { in fib_nhc_update_mtu()
1956 if (new <= fnhe->fnhe_pmtu) { in fib_nhc_update_mtu()
1957 fnhe->fnhe_pmtu = new; in fib_nhc_update_mtu()
[all …]