]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mpls: Use nlmsg_payload in mpls_valid_getroute_req
authorBreno Leitao <leitao@debian.org>
Mon, 14 Apr 2025 13:24:14 +0000 (06:24 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 15 Apr 2025 15:28:54 +0000 (08:28 -0700)
commit69a1ecfe47f0c61f00ed281500c2b6da8b364561
tree24f32c79abf4309e83798b37c22777f63c6aa053
parent8cf1e30907de2ebd850042e4da9fbc72e094d7de
mpls: Use nlmsg_payload in mpls_valid_getroute_req

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

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