netfilter: nf_conntrack_extend: introduce __nf_ct_ext_exist()
authorChangli Gao <xiaosuo@gmail.com>
Mon, 2 Aug 2010 15:06:19 +0000 (17:06 +0200)
committerPatrick McHardy <kaber@trash.net>
Mon, 2 Aug 2010 15:06:19 +0000 (17:06 +0200)
some users of nf_ct_ext_exist() know ct->ext isn't NULL. For these users, the
check for ct->ext isn't necessary, the function __nf_ct_ext_exist() can be
used instead.

the type of the return value of nf_ct_ext_exist() is changed to bool.

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found