commit | 7b58e63e744cbcdeafe0a52423014fd9c9f7e346 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Mon Nov 09 15:13:49 2020 -0800 |
committer | Jakub Kicinski <kuba@kernel.org> | Tue Nov 10 17:57:14 2020 -0800 |
tree | 9f9b4e2c1bc9dac9e1053805d90e1baf5ce09339 | |
parent | d6bb2d1e86903d3fbf895752ac2c0c2465534579 [diff] |
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: Eric Dumazet <edumazet@google.com> Acked-by: Alexander Lobakin <alobakin@pm.me> Signed-off-by: Jakub Kicinski <kuba@kernel.org>