]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: fib_rules: Use nlmsg_payload in fib_{new,del}rule()
authorBreno Leitao <leitao@debian.org>
Mon, 14 Apr 2025 13:24:16 +0000 (06:24 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 15 Apr 2025 15:28:55 +0000 (08:28 -0700)
commit8ff953036110bf1804b054b730300c8377bdde5e
tree0c732021c626771e27b8f53a49e269f288d13de8
parent4c113c803fdc5cc311383f914ca3fb301dba9810
net: fib_rules: Use nlmsg_payload in fib_{new,del}rule()

Leverage the new nlmsg_payload() helper to avoid checking for message
size and then reading the nlmsg data.

Suggested-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: Breno Leitao <leitao@debian.org>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Link: https://patch.msgid.link/20250414-nlmsg-v2-10-3d90cb42c6af@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/core/fib_rules.c