diff options
author | Eric Dumazet <edumazet@google.com> | 2020-11-09 15:13:49 -0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2020-11-10 17:57:14 -0800 |
commit | 7b58e63e744cbcdeafe0a52423014fd9c9f7e346 (patch) | |
tree | 9f9b4e2c1bc9dac9e1053805d90e1baf5ce09339 /tools/perf/scripts/python | |
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>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions