diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2008-11-18 11:54:05 +0100 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2008-11-18 11:54:05 +0100 |
commit | 226c0c0ef2abdf91b8d9cce1aaf7d4635a5e5926 (patch) | |
tree | c1f5504d7942f0514ad38430668c8a7add4b7576 /net/sctp/Makefile | |
parent | 4dc06f9633444f426ef9960c53426f2d2ded64ac (diff) |
netfilter: ctnetlink: helper modules load-on-demand support
This patch adds module loading for helpers via ctnetlink.
* Creation path: We support explicit and implicit helper assignation. For
the explicit case, we try to load the module. If the module is correctly
loaded and the helper is present, we return EAGAIN to re-start the
creation. Otherwise, we return EOPNOTSUPP.
* Update path: release the spin lock, load the module and check. If it is
present, then return EAGAIN to re-start the update.
This patch provides a refactorized function to lookup-and-set the
connection tracking helper. The function removes the exported symbol
__nf_ct_helper_find as it has not clients anymore.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/sctp/Makefile')
0 files changed, 0 insertions, 0 deletions