Searched defs:help (Results 1 - 18 of 18) sorted by relevance

/net/netfilter/
H A Dnf_nat_tftp.c21 static unsigned int help(struct sk_buff *skb, function
47 RCU_INIT_POINTER(nf_nat_tftp_hook, help);
H A Dnf_conntrack_broadcast.c32 struct nf_conn_help *help = nfct_help(ct); local
63 exp->tuple.src.u.udp.port = help->helper->tuple.src.u.udp.port;
H A Dnf_nat_amanda.c27 static unsigned int help(struct sk_buff *skb, function
85 RCU_INIT_POINTER(nf_nat_amanda_hook, help);
H A Dnf_nat_irc.c29 static unsigned int help(struct sk_buff *skb, function
105 RCU_INIT_POINTER(nf_nat_irc_hook, help);
H A Dnf_conntrack_irc.c106 static int help(struct sk_buff *skb, unsigned int protoff, function
261 irc[i].help = help;
H A Dnf_conntrack_sane.c61 static int help(struct sk_buff *skb, function
213 sane[i][j].help = help;
H A Dnft_ct.c41 const struct nf_conn_help *help; local
90 help = nfct_help(ct->master);
91 if (help == NULL)
93 helper = rcu_dereference(help->helper);
H A Dxt_CT.c80 struct nf_conn_help *help; local
97 help = nf_ct_helper_ext_add(ct, helper, GFP_KERNEL);
98 if (help == NULL) {
103 help->helper = helper;
311 struct nf_conn_help *help; local
314 help = nfct_help(ct);
315 if (help)
316 module_put(help->helper->me);
H A Dnf_conntrack_helper.c174 struct nf_conn_help *help; local
176 help = nf_ct_ext_add_length(ct, NF_CT_EXT_HELPER,
178 if (help)
179 INIT_HLIST_HEAD(&help->expectations);
182 return help;
190 struct nf_conn_help *help; local
204 help = nfct_help(tmpl);
205 if (help != NULL) {
206 helper = help->helper;
211 help
258 struct nf_conn_help *help = nfct_help(ct); local
269 struct nf_conn_help *help = nfct_help(ct); local
339 const struct nf_conn_help *help; local
404 struct nf_conn_help *help = nfct_help(exp->master); local
[all...]
H A Dnfnetlink_cthelper.c39 const struct nf_conn_help *help; local
42 help = nfct_help(ct);
43 if (help == NULL)
47 helper = rcu_dereference(help->helper);
89 const struct nf_conn_help *help = nfct_help(ct); local
94 if (help->helper->data_len == 0)
97 memcpy(&help->data, nla_data(attr), help->helper->data_len);
104 const struct nf_conn_help *help = nfct_help(ct); local
106 if (help
[all...]
H A Dnf_conntrack_ftp.c385 static int help(struct sk_buff *skb, function
621 ftp[i][j].help = help;
H A Dnf_conntrack_expect.c187 struct nf_conn_help *help = nfct_help(ct); local
192 if (!help)
196 hlist_for_each_entry_safe(exp, next, &help->expectations, lnode) {
H A Dnf_conntrack_core.c572 struct nf_conn_help *help; local
667 help = nfct_help(ct);
668 if (help && help->helper)
905 struct nf_conn_help *help; local
964 help = nf_ct_helper_ext_add(ct, exp->helper,
966 if (help)
967 rcu_assign_pointer(help->helper, exp->helper);
1190 struct nf_conn_help *help = nfct_help(ct); local
1199 if (ct->master || (help
[all...]
H A Dnf_conntrack_sip.c798 struct nf_conn_help *help = nfct_help(ct); local
804 hlist_for_each_entry_safe(exp, next, &help->expectations, lnode) {
824 struct nf_conn_help *help = nfct_help(ct); local
829 hlist_for_each_entry_safe(exp, next, &help->expectations, lnode) {
1640 sip[i][0].help = sip_help_udp;
1643 sip[i][1].help = sip_help_tcp;
1647 sip[i][2].help = sip_help_udp;
1650 sip[i][3].help = sip_help_tcp;
H A Dnf_conntrack_netlink.c186 const struct nf_conn_help *help = nfct_help(ct); local
189 if (!help)
192 helper = rcu_dereference(help->helper);
1363 struct nf_conn_help *help = nfct_help(ct); local
1377 if (help && help->helper) {
1380 RCU_INIT_POINTER(help->helper, NULL);
1406 if (help) {
1407 if (help->helper == helper) {
1662 struct nf_conn_help *help; local
2314 struct nf_conn_help *help; local
2525 struct nf_conn_help *help = nfct_help(ct); local
2835 struct nf_conn_help *help; local
[all...]
/net/ipv4/netfilter/
H A Dnf_conntrack_l3proto_ipv4.c103 const struct nf_conn_help *help; local
111 help = nfct_help(ct);
112 if (!help)
116 helper = rcu_dereference(help->helper);
120 return helper->help(skb, skb_network_offset(skb) + ip_hdrlen(skb),
H A Dnf_nat_snmp_basic.c1218 static int help(struct sk_buff *skb, unsigned int protoff, function
1265 .help = help,
1275 .help = help,
1294 RCU_INIT_POINTER(nf_nat_snmp_hook, help);
/net/ipv6/netfilter/
H A Dnf_conntrack_l3proto_ipv6.c105 const struct nf_conn_help *help; local
117 help = nfct_help(ct);
118 if (!help)
121 helper = rcu_dereference(help->helper);
133 return helper->help(skb, protoff, ct, ctinfo);

Completed in 478 milliseconds