| /linux/include/net/netfilter/ |
| H A D | nf_conntrack_helper.h | 35 struct nf_conntrack_helper { struct 73 struct nf_conntrack_helper __rcu *helper; argument 87 struct nf_conntrack_helper *__nf_conntrack_helper_find(const char *name, 90 struct nf_conntrack_helper *nf_conntrack_helper_try_module_get(const char *name, 93 void nf_conntrack_helper_put(struct nf_conntrack_helper *helper); 95 void nf_ct_helper_init(struct nf_conntrack_helper *helper, 106 int nf_conntrack_helper_register(struct nf_conntrack_helper *, struct nf_conntrack_helper **); 107 int __nf_conntrack_helper_register(struct nf_conntrack_helper *); 108 void nf_conntrack_helper_unregister(struct nf_conntrack_helper *); 109 void nf_conntrack_helper_release(struct nf_conntrack_helper *); [all …]
|
| H A D | nf_conntrack_expect.h | 53 struct nf_conntrack_helper __rcu *helper; 56 struct nf_conntrack_helper __rcu *assign_helper;
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_helper.c | 55 struct nf_conntrack_helper * 58 struct nf_conntrack_helper *h; in __nf_conntrack_helper_find() 78 struct nf_conntrack_helper * 81 struct nf_conntrack_helper *h; in nf_conntrack_helper_try_module_get() 110 void nf_conntrack_helper_put(struct nf_conntrack_helper *helper) in nf_conntrack_helper_put() 136 struct nf_conntrack_helper *h; in nf_nat_helper_try_module_get() 170 void nf_nat_helper_put(struct nf_conntrack_helper *helper) in nf_nat_helper_put() 199 struct nf_conntrack_helper *helper = NULL; in __nf_ct_try_assign_helper() 217 struct nf_conntrack_helper *tmp = rcu_dereference(help->helper); in __nf_ct_try_assign_helper() 234 struct nf_conntrack_helper *tmp = rcu_dereference(help->helper); in __nf_ct_try_assign_helper() [all …]
|
| H A D | nfnetlink_cthelper.c | 35 struct nf_conntrack_helper *helper; 44 struct nf_conntrack_helper *helper; in nfnl_userspace_cthelper() 102 const struct nf_conntrack_helper *helper; in nfnl_cthelper_from_nlattr() 122 const struct nf_conntrack_helper *helper; in nfnl_cthelper_to_nlattr() 183 nfnl_cthelper_parse_expect_policy(struct nf_conntrack_helper *helper, in nfnl_cthelper_parse_expect_policy() 225 struct nf_conntrack_helper *helper; in nfnl_cthelper_create() 332 struct nf_conntrack_helper *helper) in nfnl_cthelper_update_policy_all() 371 static int nfnl_cthelper_update_policy(struct nf_conntrack_helper *helper, in nfnl_cthelper_update_policy() 396 struct nf_conntrack_helper *helper) in nfnl_cthelper_update() 434 struct nf_conntrack_helper *cur, *helper = NULL; in nfnl_cthelper_new() [all …]
|
| H A D | nf_conntrack_netbios_ns.c | 46 static struct nf_conntrack_helper helper __read_mostly; 47 static struct nf_conntrack_helper *helper_ptr __read_mostly;
|
| H A D | nf_conntrack_snmp.c | 48 static struct nf_conntrack_helper helper __read_mostly; 49 static struct nf_conntrack_helper *helper_ptr __read_mostly;
|
| H A D | nf_conntrack_ovs.c | 18 const struct nf_conntrack_helper *helper; in nf_ct_helper() 86 u8 proto, bool nat, struct nf_conntrack_helper **hp) in nf_ct_add_helper() 88 struct nf_conntrack_helper *helper; in nf_ct_add_helper()
|
| H A D | nf_conntrack_tftp.c | 92 static struct nf_conntrack_helper tftp __read_mostly; 93 static struct nf_conntrack_helper *tftp_ptr __read_mostly;
|
| H A D | nf_conntrack_sane.c | 167 static struct nf_conntrack_helper sane __read_mostly; 168 static struct nf_conntrack_helper *sane_ptr __read_mostly;
|
| H A D | nft_ct.c | 29 struct nf_conntrack_helper *helper4; 30 struct nf_conntrack_helper *helper6; 62 const struct nf_conntrack_helper *helper; in nft_ct_get_eval() 1031 struct nf_conntrack_helper *help4, *help6; in nft_ct_helper_obj_init() 1118 struct nf_conntrack_helper *to_assign = NULL; in nft_ct_helper_obj_eval() 1159 const struct nf_conntrack_helper *helper; in nft_ct_helper_obj_dump() 1217 struct nf_conntrack_helper *helper; 1298 struct nf_conntrack_helper *ct_expect_helper; in nft_ct_expect_helper_alloc() 1300 ct_expect_helper = kzalloc_obj(struct nf_conntrack_helper, in nft_ct_expect_helper_alloc() 1386 struct nf_conntrack_helper *me = priv->helper; in nft_ct_expect_obj_destroy()
|
| H A D | nf_conntrack_amanda.c | 172 static struct nf_conntrack_helper amanda_helper[2] __read_mostly; 173 static struct nf_conntrack_helper *amanda_helper_ptr[2] __read_mostly;
|
| H A D | nf_conntrack_irc.c | 252 static struct nf_conntrack_helper irc __read_mostly; 253 static struct nf_conntrack_helper *irc_ptr __read_mostly;
|
| H A D | xt_helper.c | 29 const struct nf_conntrack_helper *helper; in helper_mt()
|
| H A D | nf_conntrack_h323_main.c | 61 static struct nf_conntrack_helper nf_conntrack_helper_h245; 62 static struct nf_conntrack_helper nf_conntrack_helper_q931[]; 63 static struct nf_conntrack_helper nf_conntrack_helper_ras[]; 583 static struct nf_conntrack_helper nf_conntrack_helper_h245 __read_mostly; 584 static struct nf_conntrack_helper *nf_conntrack_helper_h245_ptr __read_mostly; 732 static struct nf_conntrack_helper nf_conntrack_helper_q931[2] __read_mostly; 733 static struct nf_conntrack_helper *nf_conntrack_helper_q931_ptr[2] __read_mostly; 1260 static struct nf_conntrack_helper nf_conntrack_helper_ras[2] __read_mostly; 1261 static struct nf_conntrack_helper *nf_conntrack_helper_ras_ptr[2] __read_mostly;
|
| H A D | nf_conntrack_expect.c | 330 struct nf_conntrack_helper *helper = NULL; in nf_ct_expect_init() 423 struct nf_conntrack_helper *helper; in nf_ct_expect_insert() 472 struct nf_conntrack_helper *helper; in __nf_ct_expect_check() 707 struct nf_conntrack_helper *helper; in exp_seq_show()
|
| H A D | nf_conntrack_broadcast.c | 24 const struct nf_conntrack_helper *helper; in nf_conntrack_broadcast_help()
|
| H A D | nf_conntrack_pptp.c | 535 static struct nf_conntrack_helper pptp __read_mostly; 536 static struct nf_conntrack_helper *pptp_ptr __read_mostly;
|
| H A D | nf_conntrack_ftp.c | 558 static struct nf_conntrack_helper ftp __read_mostly; 559 static struct nf_conntrack_helper *ftp_ptr __read_mostly;
|
| H A D | nf_conntrack_netlink.c | 39 #include <net/netfilter/nf_conntrack_helper.h> 227 struct nf_conntrack_helper *helper; in ctnetlink_dump_helpinfo() 1931 struct nf_conntrack_helper *helper; in ctnetlink_change_helper() 2233 struct nf_conntrack_helper *helper; in ctnetlink_create_conntrack() 2634 const struct nf_conntrack_helper *assign_helper, 2861 struct nf_conntrack_helper *assign_helper = NULL; in ctnetlink_glue_attach_expect() 3007 struct nf_conntrack_helper *helper; in ctnetlink_exp_dump_expect() 3392 struct nf_conntrack_helper *helper; in expect_iter_name() 3524 const struct nf_conntrack_helper *assign_helper, in ctnetlink_alloc_expect() 3529 struct nf_conntrack_helper *helpe in ctnetlink_alloc_expect() [all...] |
| H A D | nf_conntrack_sip.c | 1336 struct nf_conntrack_helper *helper; in process_register_request() 1764 static struct nf_conntrack_helper sip[2] __read_mostly; 1765 static struct nf_conntrack_helper *sip_ptr[2] __read_mostly;
|
| H A D | nf_conntrack_proto.c | 181 const struct nf_conntrack_helper *helper; in nf_confirm()
|
| H A D | nf_conntrack_core.c | 572 struct nf_conntrack_helper *helper; in destroy_gre_conntrack() 1812 struct nf_conntrack_helper *assign_helper; in init_conntrack() 2205 const struct nf_conntrack_helper *helper; in nf_confirm_cthelper()
|
| /linux/include/net/tc_act/ |
| H A D | tc_ct.h | 13 struct nf_conntrack_helper *helper; 61 static inline struct nf_conntrack_helper *tcf_ct_helper(const struct tc_action *a) in tcf_ct_helper() 73 static inline struct nf_conntrack_helper *tcf_ct_helper(const struct tc_action *a) in tcf_ct_helper()
|
| /linux/net/ipv4/netfilter/ |
| H A D | nf_nat_snmp_basic_main.c | 205 static struct nf_conntrack_helper snmp_trap_helper __read_mostly; 206 static struct nf_conntrack_helper *snmp_trap_helper_ptr __read_mostly;
|
| /linux/net/sched/ |
| H A D | act_ct.c | 35 #include <net/netfilter/nf_conntrack_helper.h> 1563 const struct nf_conntrack_helper *helper) in tcf_ct_dump()
|