commit | d6bb2d1e86903d3fbf895752ac2c0c2465534579 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Mon Nov 09 15:13:48 2020 -0800 |
committer | Jakub Kicinski <kuba@kernel.org> | Tue Nov 10 17:56:54 2020 -0800 |
tree | db314fb3951c154324e50580429aa2765b4fc134 | |
parent | 2776d2320ac186988273a9b312073317b6c50c76 [diff] |
inet: constify inet_sdif() argument inet_sdif() does not modify the skb. This will permit propagating the const qualifier in udp{4|6}_lib_lookup_skb() functions. Signed-off-by: Eric Dumazet <edumazet@google.com> Acked-by: Alexander Lobakin <alobakin@pm.me> Signed-off-by: Jakub Kicinski <kuba@kernel.org>