commit | ee92d37861a90b8f14fa621ae5abcfb29a89aaa9 | [log] [tgz] |
---|---|---|
author | Changli Gao <xiaosuo@gmail.com> | Mon Aug 02 17:06:19 2010 +0200 |
committer | Patrick McHardy <kaber@trash.net> | Mon Aug 02 17:06:19 2010 +0200 |
tree | ead832fad372e9802d51914ebd6a8f3ce8edd4ce | |
parent | 24b36f0193467fa727b85b4c004016a8dae999b9 [diff] |
netfilter: nf_conntrack_extend: introduce __nf_ct_ext_exist() 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>