Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnf_conntrack_helper.c42 module_param_named(nf_conntrack_helper, nf_ct_auto_assign_helper, bool, 0644);
43 MODULE_PARM_DESC(nf_conntrack_helper,
115 static struct nf_conntrack_helper *
118 struct nf_conntrack_helper *helper; in __nf_ct_helper_find()
133 struct nf_conntrack_helper *
136 struct nf_conntrack_helper *h; in __nf_conntrack_helper_find()
151 struct nf_conntrack_helper *
154 struct nf_conntrack_helper *h; in nf_conntrack_helper_try_module_get()
172 struct nf_conntrack_helper *helper, gfp_t gfp) in nf_ct_helper_ext_add()
189 struct nf_conntrack_helper *helper = NULL; in __nf_ct_try_assign_helper()
[all …]
Dnfnetlink_cthelper.c40 struct nf_conntrack_helper *helper; in nfnl_userspace_cthelper()
158 nfnl_cthelper_parse_expect_policy(struct nf_conntrack_helper *helper, in nfnl_cthelper_parse_expect_policy()
205 struct nf_conntrack_helper *helper; in nfnl_cthelper_create()
211 helper = kzalloc(sizeof(struct nf_conntrack_helper), GFP_KERNEL); in nfnl_cthelper_create()
258 struct nf_conntrack_helper *helper) in nfnl_cthelper_update()
294 struct nf_conntrack_helper *cur, *helper = NULL; in nfnl_cthelper_new()
346 struct nf_conntrack_helper *helper) in nfnl_cthelper_dump_tuple()
370 struct nf_conntrack_helper *helper) in nfnl_cthelper_dump_policy()
412 int event, struct nf_conntrack_helper *helper) in nfnl_cthelper_fill_info()
464 struct nf_conntrack_helper *cur, *last; in nfnl_cthelper_dump_table()
[all …]
Dnf_conntrack_netbios_ns.c49 static struct nf_conntrack_helper helper __read_mostly = {
Dnf_conntrack_snmp.c56 static struct nf_conntrack_helper helper __read_mostly = {
Dxt_helper.c32 const struct nf_conntrack_helper *helper; in helper_mt()
Dnf_conntrack_expect.c340 struct nf_conntrack_helper *helper; in nf_ct_expect_insert()
391 struct nf_conntrack_helper *helper; in __nf_ct_expect_check()
527 struct nf_conntrack_helper *helper; in exp_seq_show()
Dnf_conntrack_tftp.c98 static struct nf_conntrack_helper tftp[MAX_PORTS][2] __read_mostly;
Dnf_conntrack_sane.c167 static struct nf_conntrack_helper sane[MAX_PORTS][2] __read_mostly;
Dnf_conntrack_amanda.c175 static struct nf_conntrack_helper amanda_helper[2] __read_mostly = {
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[];
637 static struct nf_conntrack_helper nf_conntrack_helper_h245 __read_mostly = {
1214 static struct nf_conntrack_helper nf_conntrack_helper_q931[] __read_mostly = {
1811 static struct nf_conntrack_helper nf_conntrack_helper_ras[] __read_mostly = {
Dnf_conntrack_irc.c230 static struct nf_conntrack_helper irc[MAX_PORTS] __read_mostly;
Dnf_conntrack_netlink.c187 struct nf_conntrack_helper *helper; in ctnetlink_dump_helpinfo()
1401 struct nf_conntrack_helper *helper; in ctnetlink_change_helper()
1656 struct nf_conntrack_helper *helper; in ctnetlink_create_conntrack()
2058 struct nf_conntrack_helper *helper,
2235 struct nf_conntrack_helper *helper = NULL; in ctnetlink_nfqueue_attach_expect()
2400 struct nf_conntrack_helper *helper; in ctnetlink_exp_dump_expect()
2868 struct nf_conntrack_helper *helper, in ctnetlink_alloc_expect()
2946 struct nf_conntrack_helper *helper = NULL; in ctnetlink_create_expect()
Dxt_CT.c79 struct nf_conntrack_helper *helper; in xt_ct_set_helper()
Dnft_ct.c43 const struct nf_conntrack_helper *helper; in nft_ct_get_eval()
DMakefile3 …f_conntrack_core.o nf_conntrack_standalone.o nf_conntrack_expect.o nf_conntrack_helper.o nf_conntr…
Dnf_conntrack_ftp.c573 static struct nf_conntrack_helper ftp[MAX_PORTS][2] __read_mostly;
Dnf_conntrack_pptp.c596 static struct nf_conntrack_helper pptp __read_mostly = {
Dnf_conntrack_sip.c1590 static struct nf_conntrack_helper sip[MAX_PORTS][4] __read_mostly;
/linux-4.1.27/include/net/netfilter/
Dnf_conntrack_helper.h25 struct nf_conntrack_helper { struct
55 struct nf_conntrack_helper *__nf_conntrack_helper_find(const char *name, argument
58 struct nf_conntrack_helper *nf_conntrack_helper_try_module_get(const char *name,
62 int nf_conntrack_helper_register(struct nf_conntrack_helper *);
63 void nf_conntrack_helper_unregister(struct nf_conntrack_helper *);
66 struct nf_conntrack_helper *helper,
Dnf_conntrack.h52 struct nf_conntrack_helper;
60 struct nf_conntrack_helper __rcu *helper;
Dnf_conntrack_expect.h28 struct nf_conntrack_helper *helper;
/linux-4.1.27/Documentation/networking/
Dnf_conntrack-sysctl.txt81 nf_conntrack_helper - BOOLEAN
/linux-4.1.27/net/ipv4/netfilter/
Dnf_nat_snmp_basic.c1263 static struct nf_conntrack_helper snmp_helper __read_mostly = {
1273 static struct nf_conntrack_helper snmp_trap_helper __read_mostly = {
Dnf_conntrack_l3proto_ipv4.c102 const struct nf_conntrack_helper *helper; in ipv4_helper()
/linux-4.1.27/net/ipv6/netfilter/
Dnf_conntrack_l3proto_ipv6.c104 const struct nf_conntrack_helper *helper; in ipv6_helper()