Skip to content
Commit 7b58e63e authored by Eric Dumazet's avatar Eric Dumazet Committed by Jakub Kicinski
Browse files

inet: udp{4|6}_lib_lookup_skb() skb argument is const



The skb is needed only to fetch the keys for the lookup.

Both functions are used from GRO stack, we do not want
accidental modification of the skb.

Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Acked-by: default avatarAlexander Lobakin <alobakin@pm.me>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent d6bb2d1e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment