]> www.infradead.org Git - users/jedix/linux-maple.git/commit
inet: constify inet_sk_bound_dev_eq() net parameter
authorEric Dumazet <edumazet@google.com>
Fri, 2 Aug 2024 13:40:25 +0000 (13:40 +0000)
committerJakub Kicinski <kuba@kernel.org>
Mon, 5 Aug 2024 23:22:45 +0000 (16:22 -0700)
commita2dc7bee4f77266ebb8e3a8544fc5f7812835f8c
tree1620e27d95b2fef7450e3e150c0c29d31506dc8d
parent10a6545f0bdcbb920c6a8a033fe342111d204915
inet: constify inet_sk_bound_dev_eq() net parameter

inet_sk_bound_dev_eq() and its callers do not modify the net structure.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20240802134029.3748005-2-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/inet6_hashtables.h
include/net/inet_hashtables.h
include/net/inet_sock.h
net/ipv4/inet_hashtables.c
net/ipv6/inet6_hashtables.c