include/net/netfilter/nf_tables.h
1402
#define nft_expr_obj(expr) *((struct nft_object **)nft_expr_priv(expr))
net/bridge/netfilter/nft_meta_bridge.c
122
const struct nft_meta *meta = nft_expr_priv(expr);
net/bridge/netfilter/nft_meta_bridge.c
141
struct nft_meta *priv = nft_expr_priv(expr);
net/bridge/netfilter/nft_meta_bridge.c
183
struct nft_meta *priv = nft_expr_priv(expr);
net/bridge/netfilter/nft_meta_bridge.c
28
const struct nft_meta *priv = nft_expr_priv(expr);
net/bridge/netfilter/nft_meta_bridge.c
83
struct nft_meta *priv = nft_expr_priv(expr);
net/bridge/netfilter/nft_reject_bridge.c
114
struct nft_reject *priv = nft_expr_priv(expr);
net/ipv4/netfilter/nft_dup_ipv4.c
24
struct nft_dup_ipv4 *priv = nft_expr_priv(expr);
net/ipv4/netfilter/nft_dup_ipv4.c
37
struct nft_dup_ipv4 *priv = nft_expr_priv(expr);
net/ipv4/netfilter/nft_dup_ipv4.c
58
struct nft_dup_ipv4 *priv = nft_expr_priv(expr);
net/ipv4/netfilter/nft_fib_ipv4.c
30
const struct nft_fib *priv = nft_expr_priv(expr);
net/ipv4/netfilter/nft_fib_ipv4.c
65
const struct nft_fib *priv = nft_expr_priv(expr);
net/ipv4/netfilter/nft_reject_ipv4.c
23
struct nft_reject *priv = nft_expr_priv(expr);
net/ipv6/netfilter/nft_dup_ipv6.c
24
struct nft_dup_ipv6 *priv = nft_expr_priv(expr);
net/ipv6/netfilter/nft_dup_ipv6.c
35
struct nft_dup_ipv6 *priv = nft_expr_priv(expr);
net/ipv6/netfilter/nft_dup_ipv6.c
56
struct nft_dup_ipv6 *priv = nft_expr_priv(expr);
net/ipv6/netfilter/nft_fib_ipv6.c
129
const struct nft_fib *priv = nft_expr_priv(expr);
net/ipv6/netfilter/nft_fib_ipv6.c
158
const struct nft_fib *priv = nft_expr_priv(expr);
net/ipv6/netfilter/nft_reject_ipv6.c
23
struct nft_reject *priv = nft_expr_priv(expr);
net/netfilter/nf_tables_core.c
148
const struct nft_payload *priv = nft_expr_priv(expr);
net/netfilter/nf_tables_core.c
77
const struct nft_bitwise_fast_expr *priv = nft_expr_priv(expr);
net/netfilter/nf_tables_core.c
87
const struct nft_cmp_fast_expr *priv = nft_expr_priv(expr);
net/netfilter/nf_tables_core.c
97
const struct nft_cmp16_fast_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_bitwise.c
246
struct nft_bitwise *priv = nft_expr_priv(expr);
net/netfilter/nft_bitwise.c
343
const struct nft_bitwise *priv = nft_expr_priv(expr);
net/netfilter/nft_bitwise.c
379
const struct nft_bitwise *priv = nft_expr_priv(expr);
net/netfilter/nft_bitwise.c
397
const struct nft_bitwise *priv = nft_expr_priv(expr);
net/netfilter/nft_bitwise.c
406
bitwise = nft_expr_priv(track->regs[priv->dreg].selector);
net/netfilter/nft_bitwise.c
476
struct nft_bitwise_fast_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_bitwise.c
512
const struct nft_bitwise_fast_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_bitwise.c
541
const struct nft_bitwise_fast_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_bitwise.c
554
const struct nft_bitwise_fast_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_bitwise.c
560
bitwise = nft_expr_priv(track->regs[priv->dreg].selector);
net/netfilter/nft_bitwise.c
94
const struct nft_bitwise *priv = nft_expr_priv(expr);
net/netfilter/nft_byteorder.c
101
struct nft_byteorder *priv = nft_expr_priv(expr);
net/netfilter/nft_byteorder.c
155
const struct nft_byteorder *priv = nft_expr_priv(expr);
net/netfilter/nft_byteorder.c
176
struct nft_byteorder *priv = nft_expr_priv(expr);
net/netfilter/nft_byteorder.c
30
const struct nft_byteorder *priv = nft_expr_priv(expr);
net/netfilter/nft_cmp.c
182
const struct nft_cmp_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_cmp.c
213
struct nft_cmp_fast_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_cmp.c
242
const struct nft_cmp_fast_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_cmp.c
260
const struct nft_cmp_fast_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_cmp.c
30
const struct nft_cmp_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_cmp.c
315
struct nft_cmp16_fast_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_cmp.c
341
const struct nft_cmp16_fast_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_cmp.c
355
const struct nft_cmp16_fast_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_cmp.c
75
struct nft_cmp_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_cmp.c
98
const struct nft_cmp_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_compat.c
104
void *info = nft_expr_priv(expr);
net/netfilter/nft_compat.c
247
void *info = nft_expr_priv(expr);
net/netfilter/nft_compat.c
303
void *info = nft_expr_priv(expr);
net/netfilter/nft_compat.c
339
void *info = nft_expr_priv(expr);
net/netfilter/nft_compat.c
425
struct nft_xt_match_priv *priv = nft_expr_priv(expr);
net/netfilter/nft_compat.c
434
__nft_match_eval(expr, regs, pkt, nft_expr_priv(expr));
net/netfilter/nft_compat.c
529
return __nft_match_init(ctx, expr, tb, nft_expr_priv(expr));
net/netfilter/nft_compat.c
536
struct nft_xt_match_priv *priv = nft_expr_priv(expr);
net/netfilter/nft_compat.c
571
__nft_match_destroy(ctx, expr, nft_expr_priv(expr));
net/netfilter/nft_compat.c
577
struct nft_xt_match_priv *priv = nft_expr_priv(expr);
net/netfilter/nft_compat.c
603
return __nft_match_dump(skb, expr, nft_expr_priv(expr));
net/netfilter/nft_compat.c
609
struct nft_xt_match_priv *priv = nft_expr_priv(e);
net/netfilter/nft_compat.c
77
void *info = nft_expr_priv(expr);
net/netfilter/nft_connlimit.c
188
struct nft_connlimit *priv = nft_expr_priv(expr);
net/netfilter/nft_connlimit.c
196
struct nft_connlimit *priv = nft_expr_priv(expr);
net/netfilter/nft_connlimit.c
205
struct nft_connlimit *priv = nft_expr_priv(expr);
net/netfilter/nft_connlimit.c
213
struct nft_connlimit *priv = nft_expr_priv(expr);
net/netfilter/nft_connlimit.c
220
struct nft_connlimit *priv_dst = nft_expr_priv(dst);
net/netfilter/nft_connlimit.c
221
struct nft_connlimit *priv_src = nft_expr_priv(src);
net/netfilter/nft_connlimit.c
237
struct nft_connlimit *priv = nft_expr_priv(expr);
net/netfilter/nft_connlimit.c
245
struct nft_connlimit *priv = nft_expr_priv(expr);
net/netfilter/nft_counter.c
220
struct nft_counter_percpu_priv *priv = nft_expr_priv(expr);
net/netfilter/nft_counter.c
228
struct nft_counter_percpu_priv *priv = nft_expr_priv(expr);
net/netfilter/nft_counter.c
237
struct nft_counter_percpu_priv *priv = nft_expr_priv(expr);
net/netfilter/nft_counter.c
245
struct nft_counter_percpu_priv *priv = nft_expr_priv(expr);
net/netfilter/nft_counter.c
252
struct nft_counter_percpu_priv *priv = nft_expr_priv(src);
net/netfilter/nft_counter.c
253
struct nft_counter_percpu_priv *priv_clone = nft_expr_priv(dst);
net/netfilter/nft_counter.c
283
struct nft_counter_percpu_priv *priv = nft_expr_priv(expr);
net/netfilter/nft_ct.c
230
const struct nft_ct *priv = nft_expr_priv(expr);
net/netfilter/nft_ct.c
280
const struct nft_ct *priv = nft_expr_priv(expr);
net/netfilter/nft_ct.c
396
struct nft_ct *priv = nft_expr_priv(expr);
net/netfilter/nft_ct.c
56
const struct nft_ct *priv = nft_expr_priv(expr);
net/netfilter/nft_ct.c
563
struct nft_ct *priv = nft_expr_priv(expr);
net/netfilter/nft_ct.c
648
struct nft_ct *priv = nft_expr_priv(expr);
net/netfilter/nft_ct.c
657
struct nft_ct *priv = nft_expr_priv(expr);
net/netfilter/nft_ct.c
666
const struct nft_ct *priv = nft_expr_priv(expr);
net/netfilter/nft_ct.c
706
const struct nft_ct *priv = nft_expr_priv(expr);
net/netfilter/nft_ct.c
714
ct = nft_expr_priv(track->regs[priv->dreg].selector);
net/netfilter/nft_ct.c
729
const struct nft_ct *priv = nft_expr_priv(expr);
net/netfilter/nft_ct_fast.c
11
const struct nft_ct *priv = nft_expr_priv(expr);
net/netfilter/nft_dup_netdev.c
24
struct nft_dup_netdev *priv = nft_expr_priv(expr);
net/netfilter/nft_dup_netdev.c
38
struct nft_dup_netdev *priv = nft_expr_priv(expr);
net/netfilter/nft_dup_netdev.c
50
struct nft_dup_netdev *priv = nft_expr_priv(expr);
net/netfilter/nft_dup_netdev.c
65
const struct nft_dup_netdev *priv = nft_expr_priv(expr);
net/netfilter/nft_dynset.c
175
struct nft_dynset *priv = nft_expr_priv(expr);
net/netfilter/nft_dynset.c
350
struct nft_dynset *priv = nft_expr_priv(expr);
net/netfilter/nft_dynset.c
358
struct nft_dynset *priv = nft_expr_priv(expr);
net/netfilter/nft_dynset.c
366
struct nft_dynset *priv = nft_expr_priv(expr);
net/netfilter/nft_dynset.c
378
const struct nft_dynset *priv = nft_expr_priv(expr);
net/netfilter/nft_dynset.c
59
const struct nft_dynset *priv = nft_expr_priv(expr);
net/netfilter/nft_dynset.c
92
const struct nft_dynset *priv = nft_expr_priv(expr);
net/netfilter/nft_exthdr.c
143
struct nft_exthdr *priv = nft_expr_priv(expr);
net/netfilter/nft_exthdr.c
193
struct nft_exthdr *priv = nft_expr_priv(expr);
net/netfilter/nft_exthdr.c
237
struct nft_exthdr *priv = nft_expr_priv(expr);
net/netfilter/nft_exthdr.c
317
struct nft_exthdr *priv = nft_expr_priv(expr);
net/netfilter/nft_exthdr.c
374
struct nft_exthdr *priv = nft_expr_priv(expr);
net/netfilter/nft_exthdr.c
415
struct nft_exthdr *priv = nft_expr_priv(expr);
net/netfilter/nft_exthdr.c
50
struct nft_exthdr *priv = nft_expr_priv(expr);
net/netfilter/nft_exthdr.c
502
struct nft_exthdr *priv = nft_expr_priv(expr);
net/netfilter/nft_exthdr.c
550
struct nft_exthdr *priv = nft_expr_priv(expr);
net/netfilter/nft_exthdr.c
599
struct nft_exthdr *priv = nft_expr_priv(expr);
net/netfilter/nft_exthdr.c
621
struct nft_exthdr *priv = nft_expr_priv(expr);
net/netfilter/nft_exthdr.c
644
struct nft_exthdr *priv = nft_expr_priv(expr);
net/netfilter/nft_exthdr.c
678
const struct nft_exthdr *priv = nft_expr_priv(expr);
net/netfilter/nft_exthdr.c
689
const struct nft_exthdr *priv = nft_expr_priv(expr);
net/netfilter/nft_exthdr.c
700
const struct nft_exthdr *priv = nft_expr_priv(expr);
net/netfilter/nft_exthdr.c
708
const struct nft_exthdr *priv = nft_expr_priv(expr);
net/netfilter/nft_exthdr.c
716
exthdr = nft_expr_priv(track->regs[priv->dreg].selector);
net/netfilter/nft_fib.c
121
const struct nft_fib *priv = nft_expr_priv(expr);
net/netfilter/nft_fib.c
168
const struct nft_fib *priv = nft_expr_priv(expr);
net/netfilter/nft_fib.c
193
fib = nft_expr_priv(track->regs[priv->dreg].selector);
net/netfilter/nft_fib.c
31
const struct nft_fib *priv = nft_expr_priv(expr);
net/netfilter/nft_fib.c
69
struct nft_fib *priv = nft_expr_priv(expr);
net/netfilter/nft_fib_inet.c
18
const struct nft_fib *priv = nft_expr_priv(expr);
net/netfilter/nft_fib_netdev.c
25
const struct nft_fib *priv = nft_expr_priv(expr);
net/netfilter/nft_flow_offload.c
160
struct nft_flow_offload *priv = nft_expr_priv(expr);
net/netfilter/nft_flow_offload.c
184
struct nft_flow_offload *priv = nft_expr_priv(expr);
net/netfilter/nft_flow_offload.c
192
struct nft_flow_offload *priv = nft_expr_priv(expr);
net/netfilter/nft_flow_offload.c
206
struct nft_flow_offload *priv = nft_expr_priv(expr);
net/netfilter/nft_flow_offload.c
54
struct nft_flow_offload *priv = nft_expr_priv(expr);
net/netfilter/nft_fwd_netdev.c
159
struct nft_fwd_neigh *priv = nft_expr_priv(expr);
net/netfilter/nft_fwd_netdev.c
193
struct nft_fwd_neigh *priv = nft_expr_priv(expr);
net/netfilter/nft_fwd_netdev.c
28
struct nft_fwd_netdev *priv = nft_expr_priv(expr);
net/netfilter/nft_fwd_netdev.c
50
struct nft_fwd_netdev *priv = nft_expr_priv(expr);
net/netfilter/nft_fwd_netdev.c
62
struct nft_fwd_netdev *priv = nft_expr_priv(expr);
net/netfilter/nft_fwd_netdev.c
77
const struct nft_fwd_netdev *priv = nft_expr_priv(expr);
net/netfilter/nft_fwd_netdev.c
98
struct nft_fwd_neigh *priv = nft_expr_priv(expr);
net/netfilter/nft_hash.c
121
struct nft_symhash *priv = nft_expr_priv(expr);
net/netfilter/nft_hash.c
145
const struct nft_jhash *priv = nft_expr_priv(expr);
net/netfilter/nft_hash.c
172
const struct nft_jhash *priv = nft_expr_priv(expr);
net/netfilter/nft_hash.c
182
const struct nft_symhash *priv = nft_expr_priv(expr);
net/netfilter/nft_hash.c
202
struct nft_symhash *priv = nft_expr_priv(expr);
net/netfilter/nft_hash.c
210
symhash = nft_expr_priv(track->regs[priv->dreg].selector);
net/netfilter/nft_hash.c
30
struct nft_jhash *priv = nft_expr_priv(expr);
net/netfilter/nft_hash.c
50
struct nft_symhash *priv = nft_expr_priv(expr);
net/netfilter/nft_hash.c
74
struct nft_jhash *priv = nft_expr_priv(expr);
net/netfilter/nft_immediate.c
146
const struct nft_immediate_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_immediate.c
189
const struct nft_immediate_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_immediate.c
22
const struct nft_immediate_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_immediate.c
234
const struct nft_immediate_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_immediate.c
249
const struct nft_immediate_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_immediate.c
303
const struct nft_immediate_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_immediate.c
315
const struct nft_immediate_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_immediate.c
326
const struct nft_immediate_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_immediate.c
50
struct nft_immediate_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_immediate.c
98
const struct nft_immediate_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_inner.c
294
const struct nft_inner *priv = nft_expr_priv(expr);
net/netfilter/nft_inner.c
340
struct nft_inner *priv = nft_expr_priv(expr);
net/netfilter/nft_inner.c
399
const struct nft_inner *priv = nft_expr_priv(expr);
net/netfilter/nft_last.c
100
struct nft_last_priv *priv = nft_expr_priv(expr);
net/netfilter/nft_last.c
107
struct nft_last_priv *priv_dst = nft_expr_priv(dst);
net/netfilter/nft_last.c
108
struct nft_last_priv *priv_src = nft_expr_priv(src);
net/netfilter/nft_last.c
28
struct nft_last_priv *priv = nft_expr_priv(expr);
net/netfilter/nft_last.c
59
struct nft_last_priv *priv = nft_expr_priv(expr);
net/netfilter/nft_last.c
71
struct nft_last_priv *priv = nft_expr_priv(expr);
net/netfilter/nft_limit.c
181
struct nft_limit_priv_pkts *priv = nft_expr_priv(expr);
net/netfilter/nft_limit.c
199
struct nft_limit_priv_pkts *priv = nft_expr_priv(expr);
net/netfilter/nft_limit.c
213
const struct nft_limit_priv_pkts *priv = nft_expr_priv(expr);
net/netfilter/nft_limit.c
221
const struct nft_limit_priv_pkts *priv = nft_expr_priv(expr);
net/netfilter/nft_limit.c
229
struct nft_limit_priv_pkts *priv_dst = nft_expr_priv(dst);
net/netfilter/nft_limit.c
230
struct nft_limit_priv_pkts *priv_src = nft_expr_priv(src);
net/netfilter/nft_limit.c
253
struct nft_limit_priv *priv = nft_expr_priv(expr);
net/netfilter/nft_limit.c
264
struct nft_limit_priv *priv = nft_expr_priv(expr);
net/netfilter/nft_limit.c
272
const struct nft_limit_priv *priv = nft_expr_priv(expr);
net/netfilter/nft_limit.c
280
const struct nft_limit_priv *priv = nft_expr_priv(expr);
net/netfilter/nft_limit.c
288
struct nft_limit_priv *priv_dst = nft_expr_priv(dst);
net/netfilter/nft_limit.c
289
struct nft_limit_priv *priv_src = nft_expr_priv(src);
net/netfilter/nft_log.c
176
struct nft_log *priv = nft_expr_priv(expr);
net/netfilter/nft_log.c
191
const struct nft_log *priv = nft_expr_priv(expr);
net/netfilter/nft_log.c
52
const struct nft_log *priv = nft_expr_priv(expr);
net/netfilter/nft_log.c
93
struct nft_log *priv = nft_expr_priv(expr);
net/netfilter/nft_lookup.c
138
struct nft_lookup *priv = nft_expr_priv(expr);
net/netfilter/nft_lookup.c
203
struct nft_lookup *priv = nft_expr_priv(expr);
net/netfilter/nft_lookup.c
211
struct nft_lookup *priv = nft_expr_priv(expr);
net/netfilter/nft_lookup.c
219
struct nft_lookup *priv = nft_expr_priv(expr);
net/netfilter/nft_lookup.c
227
const struct nft_lookup *priv = nft_expr_priv(expr);
net/netfilter/nft_lookup.c
248
const struct nft_lookup *priv = nft_expr_priv(expr);
net/netfilter/nft_lookup.c
272
const struct nft_lookup *priv = nft_expr_priv(expr);
net/netfilter/nft_lookup.c
99
const struct nft_lookup *priv = nft_expr_priv(expr);
net/netfilter/nft_masq.c
100
const struct nft_masq *priv = nft_expr_priv(expr);
net/netfilter/nft_masq.c
47
struct nft_masq *priv = nft_expr_priv(expr);
net/netfilter/nft_masq.c
76
const struct nft_masq *priv = nft_expr_priv(expr);
net/netfilter/nft_meta.c
313
const struct nft_meta *priv = nft_expr_priv(expr);
net/netfilter/nft_meta.c
422
const struct nft_meta *meta = nft_expr_priv(expr);
net/netfilter/nft_meta.c
470
struct nft_meta *priv = nft_expr_priv(expr);
net/netfilter/nft_meta.c
586
const struct nft_meta *priv = nft_expr_priv(expr);
net/netfilter/nft_meta.c
604
struct nft_meta *priv = nft_expr_priv(expr);
net/netfilter/nft_meta.c
634
struct nft_meta *priv = nft_expr_priv(expr);
net/netfilter/nft_meta.c
672
const struct nft_meta *priv = nft_expr_priv(expr);
net/netfilter/nft_meta.c
688
const struct nft_meta *priv = nft_expr_priv(expr);
net/netfilter/nft_meta.c
705
const struct nft_meta *priv = nft_expr_priv(expr);
net/netfilter/nft_meta.c
716
const struct nft_meta *priv = nft_expr_priv(expr);
net/netfilter/nft_meta.c
748
const struct nft_meta *priv = nft_expr_priv(expr);
net/netfilter/nft_meta.c
756
meta = nft_expr_priv(track->regs[priv->dreg].selector);
net/netfilter/nft_meta.c
837
struct nft_meta *priv = nft_expr_priv(expr);
net/netfilter/nft_meta.c
865
const struct nft_meta *priv = nft_expr_priv(expr);
net/netfilter/nft_nat.c
107
const struct nft_nat *priv = nft_expr_priv(expr);
net/netfilter/nft_nat.c
142
struct nft_nat *priv = nft_expr_priv(expr);
net/netfilter/nft_nat.c
173
struct nft_nat *priv = nft_expr_priv(expr);
net/netfilter/nft_nat.c
263
const struct nft_nat *priv = nft_expr_priv(expr);
net/netfilter/nft_nat.c
309
const struct nft_nat *priv = nft_expr_priv(expr);
net/netfilter/nft_nat.c
339
const struct nft_nat *priv = nft_expr_priv(expr);
net/netfilter/nft_numgen.c
118
const struct nft_ng_inc *priv = nft_expr_priv(expr);
net/netfilter/nft_numgen.c
127
const struct nft_ng_inc *priv = nft_expr_priv(expr);
net/netfilter/nft_numgen.c
147
struct nft_ng_random *priv = nft_expr_priv(expr);
net/netfilter/nft_numgen.c
156
struct nft_ng_random *priv = nft_expr_priv(expr);
net/netfilter/nft_numgen.c
175
const struct nft_ng_random *priv = nft_expr_priv(expr);
net/netfilter/nft_numgen.c
184
const struct nft_ng_random *priv = nft_expr_priv(expr);
net/netfilter/nft_numgen.c
40
struct nft_ng_inc *priv = nft_expr_priv(expr);
net/netfilter/nft_numgen.c
56
struct nft_ng_inc *priv = nft_expr_priv(expr);
net/netfilter/nft_numgen.c
90
const struct nft_ng_inc *priv = nft_expr_priv(expr);
net/netfilter/nft_objref.c
139
struct nft_objref_map *priv = nft_expr_priv(expr);
net/netfilter/nft_objref.c
14
#define nft_objref_priv(expr) *((struct nft_object **)nft_expr_priv(expr))
net/netfilter/nft_objref.c
161
struct nft_objref_map *priv = nft_expr_priv(expr);
net/netfilter/nft_objref.c
193
const struct nft_objref_map *priv = nft_expr_priv(expr);
net/netfilter/nft_objref.c
209
struct nft_objref_map *priv = nft_expr_priv(expr);
net/netfilter/nft_objref.c
217
struct nft_objref_map *priv = nft_expr_priv(expr);
net/netfilter/nft_objref.c
225
struct nft_objref_map *priv = nft_expr_priv(expr);
net/netfilter/nft_objref.c
233
const struct nft_objref_map *priv = nft_expr_priv(expr);
net/netfilter/nft_osf.c
133
struct nft_osf *priv = nft_expr_priv(expr);
net/netfilter/nft_osf.c
141
osf = nft_expr_priv(track->regs[priv->dreg].selector);
net/netfilter/nft_osf.c
23
struct nft_osf *priv = nft_expr_priv(expr);
net/netfilter/nft_osf.c
64
struct nft_osf *priv = nft_expr_priv(expr);
net/netfilter/nft_osf.c
93
const struct nft_osf *priv = nft_expr_priv(expr);
net/netfilter/nft_payload.c
163
const struct nft_payload *priv = nft_expr_priv(expr);
net/netfilter/nft_payload.c
226
struct nft_payload *priv = nft_expr_priv(expr);
net/netfilter/nft_payload.c
240
const struct nft_payload *priv = nft_expr_priv(expr);
net/netfilter/nft_payload.c
256
const struct nft_payload *priv = nft_expr_priv(expr);
net/netfilter/nft_payload.c
264
payload = nft_expr_priv(track->regs[priv->dreg].selector);
net/netfilter/nft_payload.c
555
const struct nft_payload *priv = nft_expr_priv(expr);
net/netfilter/nft_payload.c
599
const struct nft_payload *priv = nft_expr_priv(expr);
net/netfilter/nft_payload.c
650
struct nft_payload *priv = nft_expr_priv(expr);
net/netfilter/nft_payload.c
858
const struct nft_payload_set *priv = nft_expr_priv(expr);
net/netfilter/nft_payload.c
944
struct nft_payload_set *priv = nft_expr_priv(expr);
net/netfilter/nft_payload.c
998
const struct nft_payload_set *priv = nft_expr_priv(expr);
net/netfilter/nft_queue.c
106
struct nft_queue *priv = nft_expr_priv(expr);
net/netfilter/nft_queue.c
135
struct nft_queue *priv = nft_expr_priv(expr);
net/netfilter/nft_queue.c
157
const struct nft_queue *priv = nft_expr_priv(expr);
net/netfilter/nft_queue.c
174
const struct nft_queue *priv = nft_expr_priv(expr);
net/netfilter/nft_queue.c
32
struct nft_queue *priv = nft_expr_priv(expr);
net/netfilter/nft_queue.c
59
struct nft_queue *priv = nft_expr_priv(expr);
net/netfilter/nft_quota.c
213
struct nft_quota *priv = nft_expr_priv(expr);
net/netfilter/nft_quota.c
222
struct nft_quota *priv = nft_expr_priv(expr);
net/netfilter/nft_quota.c
230
struct nft_quota *priv = nft_expr_priv(expr);
net/netfilter/nft_quota.c
238
struct nft_quota *priv = nft_expr_priv(expr);
net/netfilter/nft_quota.c
245
struct nft_quota *priv_dst = nft_expr_priv(dst);
net/netfilter/nft_quota.c
246
struct nft_quota *priv_src = nft_expr_priv(src);
net/netfilter/nft_range.c
117
const struct nft_range_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_range.c
26
const struct nft_range_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_range.c
53
struct nft_range_expr *priv = nft_expr_priv(expr);
net/netfilter/nft_redir.c
105
const struct nft_redir *priv = nft_expr_priv(expr);
net/netfilter/nft_redir.c
47
struct nft_redir *priv = nft_expr_priv(expr);
net/netfilter/nft_redir.c
80
const struct nft_redir *priv = nft_expr_priv(expr);
net/netfilter/nft_reject.c
41
struct nft_reject *priv = nft_expr_priv(expr);
net/netfilter/nft_reject.c
74
const struct nft_reject *priv = nft_expr_priv(expr);
net/netfilter/nft_reject_inet.c
21
struct nft_reject *priv = nft_expr_priv(expr);
net/netfilter/nft_reject_netdev.c
89
struct nft_reject *priv = nft_expr_priv(expr);
net/netfilter/nft_rt.c
114
struct nft_rt *priv = nft_expr_priv(expr);
net/netfilter/nft_rt.c
151
const struct nft_rt *priv = nft_expr_priv(expr);
net/netfilter/nft_rt.c
165
const struct nft_rt *priv = nft_expr_priv(expr);
net/netfilter/nft_rt.c
57
const struct nft_rt *priv = nft_expr_priv(expr);
net/netfilter/nft_socket.c
111
const struct nft_socket *priv = nft_expr_priv(expr);
net/netfilter/nft_socket.c
174
struct nft_socket *priv = nft_expr_priv(expr);
net/netfilter/nft_socket.c
240
const struct nft_socket *priv = nft_expr_priv(expr);
net/netfilter/nft_socket.c
255
const struct nft_socket *priv = nft_expr_priv(expr);
net/netfilter/nft_socket.c
263
socket = nft_expr_priv(track->regs[priv->dreg].selector);
net/netfilter/nft_synproxy.c
246
const struct nft_synproxy *priv = nft_expr_priv(expr);
net/netfilter/nft_synproxy.c
267
struct nft_synproxy *priv = nft_expr_priv(expr);
net/netfilter/nft_synproxy.c
281
struct nft_synproxy *priv = nft_expr_priv(expr);
net/netfilter/nft_tproxy.c
161
const struct nft_tproxy *priv = nft_expr_priv(expr);
net/netfilter/nft_tproxy.c
195
struct nft_tproxy *priv = nft_expr_priv(expr);
net/netfilter/nft_tproxy.c
25
const struct nft_tproxy *priv = nft_expr_priv(expr);
net/netfilter/nft_tproxy.c
276
const struct nft_tproxy *priv = nft_expr_priv(expr);
net/netfilter/nft_tproxy.c
299
const struct nft_tproxy *priv = nft_expr_priv(expr);
net/netfilter/nft_tproxy.c
88
const struct nft_tproxy *priv = nft_expr_priv(expr);
net/netfilter/nft_tunnel.c
113
const struct nft_tunnel *priv = nft_expr_priv(expr);
net/netfilter/nft_tunnel.c
130
const struct nft_tunnel *priv = nft_expr_priv(expr);
net/netfilter/nft_tunnel.c
138
tunnel = nft_expr_priv(track->regs[priv->dreg].selector);
net/netfilter/nft_tunnel.c
27
const struct nft_tunnel *priv = nft_expr_priv(expr);
net/netfilter/nft_tunnel.c
78
struct nft_tunnel *priv = nft_expr_priv(expr);
net/netfilter/nft_xfrm.c
199
const struct nft_xfrm *priv = nft_expr_priv(expr);
net/netfilter/nft_xfrm.c
218
const struct nft_xfrm *priv = nft_expr_priv(expr);
net/netfilter/nft_xfrm.c
235
const struct nft_xfrm *priv = nft_expr_priv(expr);
net/netfilter/nft_xfrm.c
265
const struct nft_xfrm *priv = nft_expr_priv(expr);
net/netfilter/nft_xfrm.c
273
xfrm = nft_expr_priv(track->regs[priv->dreg].selector);
net/netfilter/nft_xfrm.c
37
struct nft_xfrm *priv = nft_expr_priv(expr);