OSDN Git Service

[NETFILTER]: Rename misnamed function
authorPatrick McHardy <kaber@trash.net>
Mon, 19 Sep 2005 22:35:31 +0000 (15:35 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Sep 2005 22:35:31 +0000 (15:35 -0700)
commita41bc00234a0a2ccaa99a194341ae108ae17ddc8
tree7c232851241b7b1b37bc6b61eba7e0fed6c8e3f0
parente674d0f38de6109b59dbe30fba8b296a03229b8e
[NETFILTER]: Rename misnamed function

Both __ip_conntrack_expect_find and ip_conntrack_expect_find_get take
a reference to the expectation, the difference is that callers of
__ip_conntrack_expect_find must hold ip_conntrack_lock.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter_ipv4/ip_conntrack.h
net/ipv4/netfilter/ip_conntrack_core.c
net/ipv4/netfilter/ip_conntrack_netlink.c
net/ipv4/netfilter/ip_conntrack_standalone.c