Home
last modified time | relevance | path

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

12345

/net/netfilter/
Dnf_conntrack_helper.c180 struct nf_conn_help *help; in nf_ct_helper_ext_add() local
182 help = nf_ct_ext_add(ct, NF_CT_EXT_HELPER, gfp); in nf_ct_helper_ext_add()
183 if (help) in nf_ct_helper_ext_add()
184 INIT_HLIST_HEAD(&help->expectations); in nf_ct_helper_ext_add()
187 return help; in nf_ct_helper_ext_add()
195 struct nf_conn_help *help; in __nf_ct_try_assign_helper() local
209 help = nfct_help(tmpl); in __nf_ct_try_assign_helper()
210 if (help != NULL) { in __nf_ct_try_assign_helper()
211 helper = rcu_dereference(help->helper); in __nf_ct_try_assign_helper()
215 help = nfct_help(ct); in __nf_ct_try_assign_helper()
[all …]
DKconfig9 help
17 help
41 help
50 help
58 help
66 help
78 help
87 help
101 help
117 help
[all …]
Dnf_conntrack_ovs.c16 const struct nf_conn_help *help; in nf_ct_helper() local
23 help = nfct_help(ct); in nf_ct_helper()
24 if (!help) in nf_ct_helper()
27 helper = rcu_dereference(help->helper); in nf_ct_helper()
63 err = helper->help(skb, protoff, ct, ctinfo); in nf_ct_helper()
82 struct nf_conn_help *help; in nf_ct_add_helper() local
89 help = nf_ct_helper_ext_add(ct, GFP_KERNEL); in nf_ct_add_helper()
90 if (!help) { in nf_ct_add_helper()
103 rcu_assign_pointer(help->helper, helper); in nf_ct_add_helper()
Dxt_CT.c77 struct nf_conn_help *help; in xt_ct_set_helper() local
93 help = nf_ct_helper_ext_add(ct, GFP_KERNEL); in xt_ct_set_helper()
94 if (help == NULL) { in xt_ct_set_helper()
99 rcu_assign_pointer(help->helper, helper); in xt_ct_set_helper()
139 static void xt_ct_put_helper(struct nf_conn_help *help) in xt_ct_put_helper() argument
143 if (!help) in xt_ct_put_helper()
149 helper = rcu_dereference_raw(help->helper); in xt_ct_put_helper()
158 struct nf_conn_help *help; in xt_ct_tg_check() local
224 help = nfct_help(ct); in xt_ct_tg_check()
225 xt_ct_put_helper(help); in xt_ct_tg_check()
[all …]
/net/6lowpan/
DKconfig5 help
13 help
21 help
30 help
37 help
43 help
50 help
56 help
62 help
68 help
[all …]
/net/dsa/
DKconfig13 help
23 help
29 help
40 help
47 help
55 help
62 help
68 help
78 help
85 help
[all …]
/net/ipv6/netfilter/
DKconfig11 help
22 help
36 help
42 help
53 help
65 help
74 help
88 help
96 help
106 help
[all …]
/net/ipv4/netfilter/
DKconfig15 help
26 help
40 help
46 help
56 help
64 help
72 help
80 help
95 help
123 help
[all …]
/net/bridge/netfilter/
DKconfig15 help
23 help
32 help
46 help
58 help
68 help
77 help
88 help
95 help
104 help
[all …]
/net/sched/
DKconfig9 help
50 help
64 help
73 help
82 help
91 help
102 help
113 help
124 help
136 help
[all …]
/net/mac80211/
DKconfig12 help
28 help
35 help
44 help
63 help
74 help
81 help
90 help
103 help
109 help
[all …]
/net/ipv6/
DKconfig11 help
27 help
38 help
45 help
54 help
69 help
86 help
100 help
110 help
119 help
[all …]
/net/netfilter/ipset/
DKconfig6 help
21 help
31 help
40 help
49 help
58 help
68 help
77 help
86 help
96 help
[all …]
/net/bluetooth/
DKconfig19 help
51 help
69 help
77 help
87 help
95 help
102 help
109 help
117 help
124 help
[all …]
/net/netfilter/ipvs/
DKconfig9 help
33 help
40 help
50 help
81 help
87 help
96 help
102 help
109 help
117 help
[all …]
/net/wireless/
DKconfig29 help
43 help
58 help
59 This option enables some additional warnings that help
75 help
96 help
106 help
117 help
128 help
141 help
[all …]
/net/9p/
DKconfig8 help
23 help
30 help
38 help
46 help
51 help
/net/ipv4/
DKconfig7 help
17 help
59 help
67 help
83 help
95 help
108 help
120 help
137 help
152 help
[all …]
/net/sctp/
DKconfig15 help
45 help
55 help
61 help
67 help
73 help
80 help
87 help
/net/rxrpc/
DKconfig12 help
29 help
35 help
42 help
51 help
64 help
72 help
/net/
DKconfig11 help
31 help
39 help
85 help
98 help
128 help
139 help
149 help
206 help
220 help
[all …]
/net/vmw_vsock/
DKconfig8 help
23 help
34 help
44 help
57 help
68 help
76 help
/net/xfrm/
DKconfig25 help
36 help
45 help
53 help
63 help
74 help
114 help
125 help
/net/batman-adv/
DKconfig13 help
24 help
39 help
50 help
59 help
73 help
81 help
91 help
/net/atm/
DKconfig8 help
25 help
34 help
44 help
53 help
62 help
71 help

12345