Searched refs:nf_conntrack_helper (Results 1 - 25 of 44) sorted by relevance

12

/linux-master/include/net/netfilter/
H A Dnf_conntrack_helper.h32 struct nf_conntrack_helper { struct
72 struct nf_conntrack_helper __rcu *helper;
86 struct nf_conntrack_helper *__nf_conntrack_helper_find(const char *name,
89 struct nf_conntrack_helper *nf_conntrack_helper_try_module_get(const char *name,
92 void nf_conntrack_helper_put(struct nf_conntrack_helper *helper);
94 void nf_ct_helper_init(struct nf_conntrack_helper *helper,
106 int nf_conntrack_helper_register(struct nf_conntrack_helper *);
107 void nf_conntrack_helper_unregister(struct nf_conntrack_helper *);
109 int nf_conntrack_helpers_register(struct nf_conntrack_helper *, unsigned int);
110 void nf_conntrack_helpers_unregister(struct nf_conntrack_helper *,
[all...]
H A Dnf_conntrack_expect.h43 struct nf_conntrack_helper *helper;
/linux-master/net/netfilter/
H A Dnf_conntrack_helper.c27 #include <net/netfilter/nf_conntrack_helper.h>
51 struct nf_conntrack_helper *
54 struct nf_conntrack_helper *h;
74 struct nf_conntrack_helper *
77 struct nf_conntrack_helper *h;
106 void nf_conntrack_helper_put(struct nf_conntrack_helper *helper)
131 struct nf_conntrack_helper *h;
165 void nf_nat_helper_put(struct nf_conntrack_helper *helper)
194 struct nf_conntrack_helper *helper = NULL;
226 struct nf_conntrack_helper *tm
[all...]
H A Dnf_conntrack_snmp.c13 #include <net/netfilter/nf_conntrack_helper.h>
53 static struct nf_conntrack_helper helper __read_mostly = {
H A Dnf_conntrack_netbios_ns.c20 #include <net/netfilter/nf_conntrack_helper.h>
47 static struct nf_conntrack_helper helper __read_mostly = {
H A Dnfnetlink_cthelper.c21 #include <net/netfilter/nf_conntrack_helper.h>
35 struct nf_conntrack_helper helper;
45 struct nf_conntrack_helper *helper;
99 const struct nf_conntrack_helper *helper;
116 const struct nf_conntrack_helper *helper;
172 nfnl_cthelper_parse_expect_policy(struct nf_conntrack_helper *helper,
223 struct nf_conntrack_helper *helper;
320 struct nf_conntrack_helper *helper)
360 static int nfnl_cthelper_update_policy(struct nf_conntrack_helper *helper,
385 struct nf_conntrack_helper *helpe
[all...]
H A Dnf_conntrack_ovs.c4 #include <net/netfilter/nf_conntrack_helper.h>
15 const struct nf_conntrack_helper *helper;
79 u8 proto, bool nat, struct nf_conntrack_helper **hp)
81 struct nf_conntrack_helper *helper;
H A Dxt_helper.c12 #include <net/netfilter/nf_conntrack_helper.h>
29 const struct nf_conntrack_helper *helper;
H A Dnf_conntrack_broadcast.c15 #include <net/netfilter/nf_conntrack_helper.h>
23 const struct nf_conntrack_helper *helper;
H A Dnf_nat_tftp.c8 #include <net/netfilter/nf_conntrack_helper.h>
H A Dnf_nat_amanda.c13 #include <net/netfilter/nf_conntrack_helper.h>
H A Dnf_conntrack_tftp.c18 #include <net/netfilter/nf_conntrack_helper.h>
100 static struct nf_conntrack_helper tftp[MAX_PORTS * 2] __read_mostly;
H A Dnf_conntrack_sane.c26 #include <net/netfilter/nf_conntrack_helper.h>
169 static struct nf_conntrack_helper sane[MAX_PORTS * 2] __read_mostly;
H A Dnf_nat_irc.c18 #include <net/netfilter/nf_conntrack_helper.h>
H A Dxt_CT.c15 #include <net/netfilter/nf_conntrack_helper.h>
76 struct nf_conntrack_helper *helper;
141 struct nf_conntrack_helper *helper;
H A Dnf_nat_ftp.c17 #include <net/netfilter/nf_conntrack_helper.h>
H A Dnf_conntrack_amanda.c21 #include <net/netfilter/nf_conntrack_helper.h>
178 static struct nf_conntrack_helper amanda_helper[2] __read_mostly = {
H A Dnf_conntrack_irc.c21 #include <net/netfilter/nf_conntrack_helper.h>
262 static struct nf_conntrack_helper irc[MAX_PORTS] __read_mostly;
H A Dnf_conntrack_extend.c16 #include <net/netfilter/nf_conntrack_helper.h>
H A Dnft_ct.c19 #include <net/netfilter/nf_conntrack_helper.h>
27 struct nf_conntrack_helper *helper4;
28 struct nf_conntrack_helper *helper6;
60 const struct nf_conntrack_helper *helper;
1056 struct nf_conntrack_helper *help4, *help6;
1143 struct nf_conntrack_helper *to_assign = NULL;
1181 const struct nf_conntrack_helper *helper;
H A Dnf_nat_helper.c17 #include <net/netfilter/nf_conntrack_helper.h>
H A Dnf_conntrack_expect.c30 #include <net/netfilter/nf_conntrack_helper.h>
389 struct nf_conntrack_helper *helper;
439 struct nf_conntrack_helper *helper;
629 struct nf_conntrack_helper *helper;
/linux-master/include/net/tc_act/
H A Dtc_ct.h13 struct nf_conntrack_helper *helper;
61 static inline struct nf_conntrack_helper *tcf_ct_helper(const struct tc_action *a)
73 static inline struct nf_conntrack_helper *tcf_ct_helper(const struct tc_action *a)
/linux-master/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic_main.c45 #include <net/netfilter/nf_conntrack_helper.h>
205 static struct nf_conntrack_helper snmp_trap_helper __read_mostly = {
/linux-master/net/ipv6/netfilter/
H A Dnf_defrag_ipv6_hooks.c21 #include <net/netfilter/nf_conntrack_helper.h>

Completed in 225 milliseconds

12