inet: rename INET_MATCH()
authorEric Dumazet <edumazet@google.com>
Fri, 13 May 2022 18:55:50 +0000 (11:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 May 2022 09:31:06 +0000 (10:31 +0100)
commiteda090c31fe923ab9463b884469744ec903ab0cc
tree61574829a8a9c493ce90134c11bb6b87daa86ed7
parent5d368f03280d3678433a7f119efe15dfbbb87bc8
inet: rename INET_MATCH()

This is no longer a macro, but an inlined function.

INET_MATCH() -> inet_match()

Signed-off-by: Eric Dumazet <edumazet@google.com>
Suggested-by: Olivier Hartkopp <socketcan@hartkopp.net>
Suggested-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_hashtables.h
net/ipv4/inet_hashtables.c
net/ipv4/udp.c