Home
last modified time | relevance | path

Searched refs:porig (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Droute.c1467 struct rtable __rcu **porig; in rt_bind_exception() local
1472 porig = &fnhe->fnhe_rth_input; in rt_bind_exception()
1474 porig = &fnhe->fnhe_rth_output; in rt_bind_exception()
1475 orig = rcu_dereference(*porig); in rt_bind_exception()
1494 rcu_assign_pointer(*porig, rt); in rt_bind_exception()
/kernel/linux/linux-6.6/net/ipv4/
H A Droute.c1429 struct rtable __rcu **porig; in rt_bind_exception() local
1434 porig = &fnhe->fnhe_rth_input; in rt_bind_exception()
1436 porig = &fnhe->fnhe_rth_output; in rt_bind_exception()
1437 orig = rcu_dereference(*porig); in rt_bind_exception()
1456 rcu_assign_pointer(*porig, rt); in rt_bind_exception()

Completed in 9 milliseconds