Home
last modified time | relevance | path

Searched defs:expr (Results 1 – 25 of 128) sorted by relevance

123456

/linux-5.19.10/net/netfilter/
Dnft_objref.c14 #define nft_objref_priv(expr) *((struct nft_object **)nft_expr_priv(expr)) argument
16 static void nft_objref_eval(const struct nft_expr *expr, in nft_objref_eval()
26 const struct nft_expr *expr, in nft_objref_init()
50 static int nft_objref_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_objref_dump()
66 const struct nft_expr *expr, in nft_objref_deactivate()
78 const struct nft_expr *expr) in nft_objref_activate()
103 static void nft_objref_map_eval(const struct nft_expr *expr, in nft_objref_map_eval()
127 const struct nft_expr *expr, in nft_objref_map_init()
159 static int nft_objref_map_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_objref_map_dump()
174 const struct nft_expr *expr, in nft_objref_map_deactivate()
[all …]
Dnft_immediate.c18 void nft_immediate_eval(const struct nft_expr *expr, in nft_immediate_eval()
47 const struct nft_expr *expr, in nft_immediate_init()
98 const struct nft_expr *expr) in nft_immediate_activate()
106 const struct nft_expr *expr, in nft_immediate_deactivate()
118 const struct nft_expr *expr) in nft_immediate_destroy()
150 static int nft_immediate_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_immediate_dump()
165 const struct nft_expr *expr, in nft_immediate_validate()
220 const struct nft_expr *expr) in nft_immediate_offload()
232 static bool nft_immediate_offload_action(const struct nft_expr *expr) in nft_immediate_offload_action()
243 const struct nft_expr *expr) in nft_immediate_reduce()
Dnft_redir.c29 const struct nft_expr *expr, in nft_redir_validate()
44 const struct nft_expr *expr, in nft_redir_init()
78 static int nft_redir_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_redir_dump()
101 static void nft_redir_ipv4_eval(const struct nft_expr *expr, in nft_redir_ipv4_eval()
123 nft_redir_ipv4_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_ipv4_destroy()
150 static void nft_redir_ipv6_eval(const struct nft_expr *expr, in nft_redir_ipv6_eval()
173 nft_redir_ipv6_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_ipv6_destroy()
201 static void nft_redir_inet_eval(const struct nft_expr *expr, in nft_redir_inet_eval()
216 nft_redir_inet_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_inet_destroy()
Dnft_fwd_netdev.c24 static void nft_fwd_netdev_eval(const struct nft_expr *expr, in nft_fwd_netdev_eval()
47 const struct nft_expr *expr, in nft_fwd_netdev_init()
59 static int nft_fwd_netdev_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_fwd_netdev_dump()
74 const struct nft_expr *expr) in nft_fwd_netdev_offload()
82 static bool nft_fwd_netdev_offload_action(const struct nft_expr *expr) in nft_fwd_netdev_offload_action()
93 static void nft_fwd_neigh_eval(const struct nft_expr *expr, in nft_fwd_neigh_eval()
155 const struct nft_expr *expr, in nft_fwd_neigh_init()
189 static int nft_fwd_neigh_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_fwd_neigh_dump()
205 const struct nft_expr *expr, in nft_fwd_validate()
Dnft_masq.c29 const struct nft_expr *expr, in nft_masq_validate()
43 const struct nft_expr *expr, in nft_masq_init()
76 static int nft_masq_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_masq_dump()
98 static void nft_masq_ipv4_eval(const struct nft_expr *expr, in nft_masq_ipv4_eval()
118 nft_masq_ipv4_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_masq_ipv4_destroy()
145 static void nft_masq_ipv6_eval(const struct nft_expr *expr, in nft_masq_ipv6_eval()
165 nft_masq_ipv6_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_masq_ipv6_destroy()
206 static void nft_masq_inet_eval(const struct nft_expr *expr, in nft_masq_inet_eval()
221 nft_masq_inet_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_masq_inet_destroy()
Dnft_numgen.c36 static void nft_ng_inc_eval(const struct nft_expr *expr, in nft_ng_inc_eval()
53 const struct nft_expr *expr, in nft_ng_inc_init()
88 const struct nft_expr *expr) in nft_ng_inc_reduce()
115 static int nft_ng_inc_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_ng_inc_dump()
124 const struct nft_expr *expr) in nft_ng_inc_destroy()
142 static void nft_ng_random_eval(const struct nft_expr *expr, in nft_ng_random_eval()
152 const struct nft_expr *expr, in nft_ng_random_init()
171 static int nft_ng_random_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_ng_random_dump()
180 const struct nft_expr *expr) in nft_ng_random_reduce()
Dnft_dynset.c22 bool expr; member
33 struct nft_expr *expr; in nft_dynset_expr_setup() local
47 static void *nft_dynset_new(struct nft_set *set, const struct nft_expr *expr, in nft_dynset_new()
80 void nft_dynset_eval(const struct nft_expr *expr, in nft_dynset_eval()
128 struct nft_expr *expr; in nft_dynset_expr_alloc() local
161 const struct nft_expr *expr, in nft_dynset_init()
332 const struct nft_expr *expr, in nft_dynset_deactivate()
341 const struct nft_expr *expr) in nft_dynset_activate()
349 const struct nft_expr *expr) in nft_dynset_destroy()
360 static int nft_dynset_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_dynset_dump()
Dnft_lookup.c57 void nft_lookup_eval(const struct nft_expr *expr, in nft_lookup_eval()
96 const struct nft_expr *expr, in nft_lookup_init()
157 const struct nft_expr *expr, in nft_lookup_deactivate()
166 const struct nft_expr *expr) in nft_lookup_activate()
174 const struct nft_expr *expr) in nft_lookup_destroy()
181 static int nft_lookup_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_lookup_dump()
233 const struct nft_expr *expr, in nft_lookup_validate()
257 const struct nft_expr *expr) in nft_lookup_reduce()
Dnft_cmp.c26 void nft_cmp_eval(const struct nft_expr *expr, in nft_cmp_eval()
72 static int nft_cmp_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_cmp_init()
95 static int nft_cmp_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_cmp_dump()
179 const struct nft_expr *expr) in nft_cmp_offload()
197 const struct nft_expr *expr, in nft_cmp_fast_init()
227 const struct nft_expr *expr) in nft_cmp_fast_offload()
244 static int nft_cmp_fast_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_cmp_fast_dump()
298 const struct nft_expr *expr, in nft_cmp16_fast_init()
325 const struct nft_expr *expr) in nft_cmp16_fast_offload()
338 static int nft_cmp16_fast_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_cmp16_fast_dump()
Dnft_exthdr.c38 static void nft_exthdr_ipv6_eval(const struct nft_expr *expr, in nft_exthdr_ipv6_eval()
134 static void nft_exthdr_ipv4_eval(const struct nft_expr *expr, in nft_exthdr_ipv4_eval()
184 static void nft_exthdr_tcp_eval(const struct nft_expr *expr, in nft_exthdr_tcp_eval()
227 static void nft_exthdr_tcp_set_eval(const struct nft_expr *expr, in nft_exthdr_tcp_set_eval()
311 static void nft_exthdr_tcp_strip_eval(const struct nft_expr *expr, in nft_exthdr_tcp_strip_eval()
368 static void nft_exthdr_sctp_eval(const struct nft_expr *expr, in nft_exthdr_sctp_eval()
421 const struct nft_expr *expr, in nft_exthdr_init()
469 const struct nft_expr *expr, in nft_exthdr_tcp_set_init()
518 const struct nft_expr *expr, in nft_exthdr_tcp_strip_init()
540 const struct nft_expr *expr, in nft_exthdr_ipv4_init()
[all …]
Dnft_compat.c73 static void nft_target_eval_xt(const struct nft_expr *expr, in nft_target_eval_xt()
100 static void nft_target_eval_bridge(const struct nft_expr *expr, in nft_target_eval_bridge()
236 nft_target_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_target_init()
285 static void __nft_mt_tg_destroy(struct module *me, const struct nft_expr *expr) in __nft_mt_tg_destroy()
292 nft_target_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_target_destroy()
327 static int nft_target_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_target_dump()
345 const struct nft_expr *expr, in nft_target_validate()
368 static void __nft_match_eval(const struct nft_expr *expr, in __nft_match_eval()
397 static void nft_match_large_eval(const struct nft_expr *expr, in nft_match_large_eval()
406 static void nft_match_eval(const struct nft_expr *expr, in nft_match_eval()
[all …]
Dnft_hash.c26 static void nft_jhash_eval(const struct nft_expr *expr, in nft_jhash_eval()
46 static void nft_symhash_eval(const struct nft_expr *expr, in nft_symhash_eval()
70 const struct nft_expr *expr, in nft_jhash_init()
117 const struct nft_expr *expr, in nft_symhash_init()
142 const struct nft_expr *expr) in nft_jhash_dump()
169 const struct nft_expr *expr) in nft_jhash_reduce()
179 const struct nft_expr *expr) in nft_symhash_dump()
199 const struct nft_expr *expr) in nft_symhash_reduce()
Dnft_queue.c28 static void nft_queue_eval(const struct nft_expr *expr, in nft_queue_eval()
55 static void nft_queue_sreg_eval(const struct nft_expr *expr, in nft_queue_sreg_eval()
72 const struct nft_expr *expr, in nft_queue_validate()
104 const struct nft_expr *expr, in nft_queue_init()
133 const struct nft_expr *expr, in nft_queue_sreg_init()
155 static int nft_queue_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_queue_dump()
171 nft_queue_sreg_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_queue_sreg_dump()
Dnft_tproxy.c21 static void nft_tproxy_eval_v4(const struct nft_expr *expr, in nft_tproxy_eval_v4()
84 static void nft_tproxy_eval_v6(const struct nft_expr *expr, in nft_tproxy_eval_v6()
157 static void nft_tproxy_eval(const struct nft_expr *expr, in nft_tproxy_eval()
192 const struct nft_expr *expr, in nft_tproxy_init()
274 const struct nft_expr *expr) in nft_tproxy_destroy()
297 const struct nft_expr *expr) in nft_tproxy_dump()
316 const struct nft_expr *expr, in nft_tproxy_validate()
Dnft_bitwise.c63 void nft_bitwise_eval(const struct nft_expr *expr, in nft_bitwise_eval()
161 const struct nft_expr *expr, in nft_bitwise_init()
235 static int nft_bitwise_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_bitwise_dump()
266 const struct nft_expr *expr) in nft_bitwise_offload()
284 const struct nft_expr *expr) in nft_bitwise_reduce()
361 const struct nft_expr *expr, in nft_bitwise_fast_init()
396 nft_bitwise_fast_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_bitwise_fast_dump()
425 const struct nft_expr *expr) in nft_bitwise_fast_offload()
438 const struct nft_expr *expr) in nft_bitwise_fast_reduce()
517 const struct nft_expr *expr) in nft_expr_reduce_bitwise()
Dnft_dup_netdev.c20 static void nft_dup_netdev_eval(const struct nft_expr *expr, in nft_dup_netdev_eval()
35 const struct nft_expr *expr, in nft_dup_netdev_init()
47 static int nft_dup_netdev_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_dup_netdev_dump()
62 const struct nft_expr *expr) in nft_dup_netdev_offload()
70 static bool nft_dup_netdev_offload_action(const struct nft_expr *expr) in nft_dup_netdev_offload_action()
Dnft_meta.c309 void nft_meta_get_eval(const struct nft_expr *expr, in nft_meta_get_eval()
418 void nft_meta_set_eval(const struct nft_expr *expr, in nft_meta_set_eval()
467 const struct nft_expr *expr, in nft_meta_get_init()
584 const struct nft_expr *expr, in nft_meta_get_validate()
603 const struct nft_expr *expr, in nft_meta_set_validate()
633 const struct nft_expr *expr, in nft_meta_set_init()
672 const struct nft_expr *expr) in nft_meta_get_dump()
687 int nft_meta_set_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_meta_set_dump()
704 const struct nft_expr *expr) in nft_meta_set_destroy()
715 const struct nft_expr *expr) in nft_meta_get_offload()
[all …]
Dnf_tables_core.c59 static void nft_bitwise_fast_eval(const struct nft_expr *expr, in nft_bitwise_fast_eval()
69 static void nft_cmp_fast_eval(const struct nft_expr *expr, in nft_cmp_fast_eval()
79 static void nft_cmp16_fast_eval(const struct nft_expr *expr, in nft_cmp16_fast_eval()
130 static bool nft_payload_fast_eval(const struct nft_expr *expr, in nft_payload_fast_eval()
191 static void expr_call_ops_eval(const struct nft_expr *expr, in expr_call_ops_eval()
218 #define nft_rule_expr_next(expr) ((void *)expr) + expr->ops->size argument
222 #define nft_rule_dp_for_each_expr(expr, last, rule) \ argument
233 const struct nft_expr *expr, *last; in nft_do_chain() local
Dnft_osf.c20 static void nft_osf_eval(const struct nft_expr *expr, struct nft_regs *regs, in nft_osf_eval()
61 const struct nft_expr *expr, in nft_osf_init()
95 static int nft_osf_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_osf_dump()
115 const struct nft_expr *expr, in nft_osf_validate()
136 const struct nft_expr *expr) in nft_osf_reduce()
Dnft_fib.c28 int nft_fib_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_fib_validate()
68 int nft_fib_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_fib_init()
121 int nft_fib_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_fib_dump()
164 const struct nft_expr *expr) in nft_fib_reduce()
Dnft_socket.c83 static void nft_socket_eval(const struct nft_expr *expr, in nft_socket_eval()
146 const struct nft_expr *expr, in nft_socket_init()
201 const struct nft_expr *expr) in nft_socket_dump()
216 const struct nft_expr *expr) in nft_socket_reduce()
241 const struct nft_expr *expr, in nft_socket_validate()
Dnft_payload.c121 void nft_payload_eval(const struct nft_expr *expr, in nft_payload_eval()
184 const struct nft_expr *expr, in nft_payload_init()
198 static int nft_payload_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_payload_dump()
214 const struct nft_expr *expr) in nft_payload_reduce()
513 const struct nft_expr *expr) in nft_payload_offload()
668 static void nft_payload_set_eval(const struct nft_expr *expr, in nft_payload_set_eval()
739 const struct nft_expr *expr, in nft_payload_set_init()
790 static int nft_payload_set_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_payload_set_dump()
810 const struct nft_expr *expr) in nft_payload_set_reduce()
Dnft_nat.c103 static void nft_nat_eval(const struct nft_expr *expr, in nft_nat_eval()
139 const struct nft_expr *expr, in nft_nat_validate()
165 static int nft_nat_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_nat_init()
258 static int nft_nat_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_nat_dump()
304 nft_nat_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_nat_destroy()
332 static void nft_nat_inet_eval(const struct nft_expr *expr, in nft_nat_inet_eval()
Dnft_last.c25 static int nft_last_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_last_init()
56 static void nft_last_eval(const struct nft_expr *expr, in nft_last_eval()
68 static int nft_last_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_last_dump()
97 const struct nft_expr *expr) in nft_last_destroy()
/linux-5.19.10/drivers/gpu/drm/i915/
Di915_gem.h55 #define GEM_WARN_ON(expr) WARN_ON(expr) argument
57 #define GEM_DEBUG_EXEC(expr) expr argument
58 #define GEM_DEBUG_WARN_ON(expr) GEM_WARN_ON(expr) argument
64 #define GEM_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) argument
65 #define GEM_WARN_ON(expr) ({ unlikely(!!(expr)); }) argument
67 #define GEM_DEBUG_EXEC(expr) do { } while (0) argument
68 #define GEM_DEBUG_WARN_ON(expr) ({ BUILD_BUG_ON_INVALID(expr); 0; }) argument
79 #define GEM_TRACE_DUMP_ON(expr) \ argument
85 #define GEM_TRACE_DUMP_ON(expr) BUILD_BUG_ON_INVALID(expr) argument

123456