Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
A Dnf_conntrack_helper.h32 struct nf_conntrack_helper { struct
72 struct nf_conntrack_helper __rcu *helper; argument
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 …]
A Dnf_conntrack_expect.h34 struct nf_conntrack_helper *helper;
/linux/net/netfilter/
A Dnf_conntrack_helper.c40 MODULE_PARM_DESC(nf_conntrack_helper,
54 static struct nf_conntrack_helper *
57 struct nf_conntrack_helper *helper; in __nf_ct_helper_find()
72 struct nf_conntrack_helper *
75 struct nf_conntrack_helper *h; in __nf_conntrack_helper_find()
95 struct nf_conntrack_helper *
98 struct nf_conntrack_helper *h; in nf_conntrack_helper_try_module_get()
152 struct nf_conntrack_helper *h; in nf_nat_helper_try_module_get()
212 static struct nf_conntrack_helper *
307 struct nf_conntrack_helper *helper; in nf_ct_helper_destroy()
[all …]
A Dnfnetlink_cthelper.c35 struct nf_conntrack_helper helper;
45 struct nf_conntrack_helper *helper; in nfnl_userspace_cthelper()
219 struct nf_conntrack_helper *helper; in nfnl_cthelper_create()
316 struct nf_conntrack_helper *helper) in nfnl_cthelper_update_policy_all()
381 struct nf_conntrack_helper *helper) in nfnl_cthelper_update()
463 struct nf_conntrack_helper *helper) in nfnl_cthelper_dump_tuple()
487 struct nf_conntrack_helper *helper) in nfnl_cthelper_dump_policy()
575 struct nf_conntrack_helper *cur, *last; in nfnl_cthelper_dump_table()
616 struct nf_conntrack_helper *cur; in nfnl_cthelper_get()
681 struct nf_conntrack_helper *cur; in nfnl_cthelper_del()
[all …]
A Dnf_conntrack_netbios_ns.c46 static struct nf_conntrack_helper helper __read_mostly = {
A Dnf_conntrack_snmp.c53 static struct nf_conntrack_helper helper __read_mostly = {
A Dnft_ct.c36 struct nf_conntrack_helper *helper4;
37 struct nf_conntrack_helper *helper6;
69 const struct nf_conntrack_helper *helper; in nft_ct_get_eval()
985 struct nf_conntrack_helper *help4, *help6; in nft_ct_helper_obj_init()
1072 struct nf_conntrack_helper *to_assign = NULL; in nft_ct_helper_obj_eval()
1110 const struct nf_conntrack_helper *helper; in nft_ct_helper_obj_dump()
A Dxt_helper.c29 const struct nf_conntrack_helper *helper; in helper_mt()
A Dnf_conntrack_expect.c389 struct nf_conntrack_helper *helper; in nf_ct_expect_insert()
439 struct nf_conntrack_helper *helper; in __nf_ct_expect_check()
629 struct nf_conntrack_helper *helper; in exp_seq_show()
A Dnf_conntrack_tftp.c100 static struct nf_conntrack_helper tftp[MAX_PORTS * 2] __read_mostly;
A Dnf_conntrack_sane.c171 static struct nf_conntrack_helper sane[MAX_PORTS * 2] __read_mostly;
A Dnf_conntrack_h323_main.c114 static struct nf_conntrack_helper nf_conntrack_helper_h245;
115 static struct nf_conntrack_helper nf_conntrack_helper_q931[];
116 static struct nf_conntrack_helper nf_conntrack_helper_ras[];
628 static struct nf_conntrack_helper nf_conntrack_helper_h245 __read_mostly = {
1188 static struct nf_conntrack_helper nf_conntrack_helper_q931[] __read_mostly = {
1756 static struct nf_conntrack_helper nf_conntrack_helper_ras[] __read_mostly = {
A Dnf_conntrack_amanda.c178 static struct nf_conntrack_helper amanda_helper[2] __read_mostly = {
A Dnf_conntrack_irc.c233 static struct nf_conntrack_helper irc[MAX_PORTS] __read_mostly;
A Dnf_conntrack_netlink.c216 struct nf_conntrack_helper *helper; in ctnetlink_dump_helpinfo()
1932 struct nf_conntrack_helper *helper; in ctnetlink_change_helper()
2255 struct nf_conntrack_helper *helper; in ctnetlink_create_conntrack()
2654 struct nf_conntrack_helper *helper,
2883 struct nf_conntrack_helper *helper = NULL; in ctnetlink_glue_attach_expect()
3069 struct nf_conntrack_helper *helper; in ctnetlink_exp_dump_expect()
3515 struct nf_conntrack_helper *helper, in ctnetlink_alloc_expect()
3583 struct nf_conntrack_helper *helper = NULL; in ctnetlink_create_expect()
A Dxt_CT.c76 struct nf_conntrack_helper *helper; in xt_ct_set_helper()
A DMakefile4 …ck-y := nf_conntrack_core.o nf_conntrack_standalone.o nf_conntrack_expect.o nf_conntrack_helper.o \
A Dnf_conntrack_ftp.c564 static struct nf_conntrack_helper ftp[MAX_PORTS * 2] __read_mostly;
A Dnf_conntrack_pptp.c613 static struct nf_conntrack_helper pptp __read_mostly = {
A Dnf_conntrack_proto.c131 const struct nf_conntrack_helper *helper; in nf_confirm()
A Dnf_conntrack_sip.c1635 static struct nf_conntrack_helper sip[MAX_PORTS * 4] __read_mostly;
A Dnf_conntrack_core.c2157 const struct nf_conntrack_helper *helper; in nf_confirm_cthelper()
/linux/net/ipv4/netfilter/
A Dnf_nat_snmp_basic_main.c205 static struct nf_conntrack_helper snmp_trap_helper __read_mostly = {
/linux/Documentation/networking/
A Dnf_conntrack-sysctl.rst70 nf_conntrack_helper - BOOLEAN
/linux/net/openvswitch/
A Dconntrack.c58 struct nf_conntrack_helper *helper;
438 const struct nf_conntrack_helper *helper; in ovs_ct_helper()
1341 struct nf_conntrack_helper *helper; in ovs_ct_add_helper()

Completed in 47 milliseconds