diff options
author | Kuniyuki Iwashima <kuniyu@amazon.com> | 2025-02-07 10:24:59 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-02-11 06:08:52 +0300 |
commit | a0596c2c63fc9d9ad16d701044293e11d8f97953 (patch) | |
tree | 87737c9a47fbee0a1024875b118d07478697726e /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 5a1ccffd30a08f5a2428cd5fbb3ab03e8eb6c66d (diff) | |
download | linux-a0596c2c63fc9d9ad16d701044293e11d8f97953.tar.xz |
net: fib_rules: Factorise fib_newrule() and fib_delrule().
fib_nl_newrule() / fib_nl_delrule() is the doit() handler for
RTM_NEWRULE / RTM_DELRULE but also called from vrf_newlink().
Currently, we hold RTNL on both paths but will not on the former.
Also, we set dev_net(dev)->rtnl to skb->sk in vrf_fib_rule() because
fib_nl_newrule() / fib_nl_delrule() fetch net as sock_net(skb->sk).
Let's Factorise the two functions and pass net and rtnl_held flag.
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Tested-by: Ido Schimmel <idosch@nvidia.com>
Link: https://patch.msgid.link/20250207072502.87775-6-kuniyu@amazon.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions