/Linux-v6.6/tools/testing/selftests/nolibc/ |
D | nolibc-test.c | 165 #define EXPECT_ZR(cond, expr) \ argument 169 int expect_zr(int expr, int llen) in expect_zr() 179 #define EXPECT_NZ(cond, expr, val) \ argument 183 int expect_nz(int expr, int llen) in expect_nz() 193 #define EXPECT_EQ(cond, expr, val) \ argument 197 int expect_eq(uint64_t expr, int llen, uint64_t val) in expect_eq() 207 #define EXPECT_NE(cond, expr, val) \ argument 211 int expect_ne(int expr, int llen, int val) in expect_ne() 221 #define EXPECT_GE(cond, expr, val) \ argument 225 int expect_ge(int expr, int llen, int val) in expect_ge() [all …]
|
/Linux-v6.6/net/netfilter/ |
D | nft_objref.c | 14 #define nft_objref_priv(expr) *((struct nft_object **)nft_expr_priv(expr)) argument 16 void nft_objref_eval(const struct nft_expr *expr, in nft_objref_eval() 26 const struct nft_expr *expr, in nft_objref_init() 53 const struct nft_expr *expr, bool reset) in nft_objref_dump() 69 const struct nft_expr *expr, in nft_objref_deactivate() 81 const struct nft_expr *expr) in nft_objref_activate() 105 void nft_objref_map_eval(const struct nft_expr *expr, in nft_objref_map_eval() 129 const struct nft_expr *expr, in nft_objref_map_init() 162 const struct nft_expr *expr, bool reset) in nft_objref_map_dump() 177 const struct nft_expr *expr, in nft_objref_map_deactivate() [all …]
|
D | nft_immediate.c | 18 void nft_immediate_eval(const struct nft_expr *expr, in nft_immediate_eval() 47 const struct nft_expr *expr, in nft_immediate_init() 96 const struct nft_expr *expr) in nft_immediate_activate() 143 const struct nft_expr *expr, in nft_immediate_deactivate() 187 const struct nft_expr *expr) in nft_immediate_destroy() 232 const struct nft_expr *expr, bool reset) in nft_immediate_dump() 247 const struct nft_expr *expr, in nft_immediate_validate() 302 const struct nft_expr *expr) in nft_immediate_offload() 314 static bool nft_immediate_offload_action(const struct nft_expr *expr) in nft_immediate_offload_action() 325 const struct nft_expr *expr) in nft_immediate_reduce()
|
D | nft_dynset.c | 22 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() 335 const struct nft_expr *expr, in nft_dynset_deactivate() 344 const struct nft_expr *expr) in nft_dynset_activate() 352 const struct nft_expr *expr) in nft_dynset_destroy() 364 const struct nft_expr *expr, bool reset) in nft_dynset_dump()
|
D | nft_fwd_netdev.c | 24 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() 60 const struct nft_expr *expr, bool reset) in nft_fwd_netdev_dump() 75 const struct nft_expr *expr) in nft_fwd_netdev_offload() 83 static bool nft_fwd_netdev_offload_action(const struct nft_expr *expr) in nft_fwd_netdev_offload_action() 94 static void nft_fwd_neigh_eval(const struct nft_expr *expr, in nft_fwd_neigh_eval() 156 const struct nft_expr *expr, in nft_fwd_neigh_init() 191 const struct nft_expr *expr, bool reset) in nft_fwd_neigh_dump() 207 const struct nft_expr *expr, in nft_fwd_validate()
|
D | nft_lookup.c | 58 void nft_lookup_eval(const struct nft_expr *expr, in nft_lookup_eval() 98 const struct nft_expr *expr, in nft_lookup_init() 162 const struct nft_expr *expr, in nft_lookup_deactivate() 171 const struct nft_expr *expr) in nft_lookup_activate() 179 const struct nft_expr *expr) in nft_lookup_destroy() 187 const struct nft_expr *expr, bool reset) in nft_lookup_dump() 208 const struct nft_expr *expr, in nft_lookup_validate() 235 const struct nft_expr *expr) in nft_lookup_reduce()
|
D | nft_numgen.c | 36 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() 116 const struct nft_expr *expr, bool reset) in nft_ng_inc_dump() 125 const struct nft_expr *expr) in nft_ng_inc_destroy() 143 static void nft_ng_random_eval(const struct nft_expr *expr, in nft_ng_random_eval() 153 const struct nft_expr *expr, in nft_ng_random_init() 173 const struct nft_expr *expr, bool reset) in nft_ng_random_dump() 182 const struct nft_expr *expr) in nft_ng_random_reduce()
|
D | nft_redir.c | 30 const struct nft_expr *expr, in nft_redir_validate() 45 const struct nft_expr *expr, in nft_redir_init() 79 const struct nft_expr *expr, bool reset) in nft_redir_dump() 102 static void nft_redir_eval(const struct nft_expr *expr, in nft_redir_eval() 136 nft_redir_ipv4_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_ipv4_destroy() 164 nft_redir_ipv6_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_ipv6_destroy() 193 nft_redir_inet_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_inet_destroy()
|
D | nft_cmp.c | 26 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() 96 const struct nft_expr *expr, bool reset) in nft_cmp_dump() 180 const struct nft_expr *expr) in nft_cmp_offload() 210 const struct nft_expr *expr, in nft_cmp_fast_init() 240 const struct nft_expr *expr) in nft_cmp_fast_offload() 258 const struct nft_expr *expr, bool reset) in nft_cmp_fast_dump() 312 const struct nft_expr *expr, in nft_cmp16_fast_init() 339 const struct nft_expr *expr) in nft_cmp16_fast_offload() 353 const struct nft_expr *expr, bool reset) in nft_cmp16_fast_dump()
|
D | nft_exthdr.c | 46 static void nft_exthdr_ipv6_eval(const struct nft_expr *expr, in nft_exthdr_ipv6_eval() 141 static void nft_exthdr_ipv4_eval(const struct nft_expr *expr, in nft_exthdr_ipv4_eval() 190 static void nft_exthdr_tcp_eval(const struct nft_expr *expr, in nft_exthdr_tcp_eval() 234 static void nft_exthdr_tcp_set_eval(const struct nft_expr *expr, in nft_exthdr_tcp_set_eval() 314 static void nft_exthdr_tcp_strip_eval(const struct nft_expr *expr, in nft_exthdr_tcp_strip_eval() 371 static void nft_exthdr_sctp_eval(const struct nft_expr *expr, in nft_exthdr_sctp_eval() 412 static void nft_exthdr_dccp_eval(const struct nft_expr *expr, in nft_exthdr_dccp_eval() 499 const struct nft_expr *expr, in nft_exthdr_init() 547 const struct nft_expr *expr, in nft_exthdr_tcp_set_init() 596 const struct nft_expr *expr, in nft_exthdr_tcp_strip_init() [all …]
|
D | nft_compat.c | 73 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() 328 const struct nft_expr *expr, bool reset) in nft_target_dump() 346 const struct nft_expr *expr, in nft_target_validate() 369 static void __nft_match_eval(const struct nft_expr *expr, in __nft_match_eval() 398 static void nft_match_large_eval(const struct nft_expr *expr, in nft_match_large_eval() 407 static void nft_match_eval(const struct nft_expr *expr, in nft_match_eval() [all …]
|
D | nft_hash.c | 26 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, bool reset) in nft_jhash_dump() 169 const struct nft_expr *expr) in nft_jhash_reduce() 179 const struct nft_expr *expr, bool reset) in nft_symhash_dump() 199 const struct nft_expr *expr) in nft_symhash_reduce()
|
D | nft_tproxy.c | 21 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, bool reset) in nft_tproxy_dump() 316 const struct nft_expr *expr, in nft_tproxy_validate()
|
D | nft_queue.c | 28 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() 156 const struct nft_expr *expr, bool reset) in nft_queue_dump() 173 const struct nft_expr *expr, bool reset) in nft_queue_sreg_dump()
|
D | nft_meta.c | 309 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, bool reset) in nft_meta_get_dump() 688 const struct nft_expr *expr, bool reset) in nft_meta_set_dump() 705 const struct nft_expr *expr) in nft_meta_set_destroy() 716 const struct nft_expr *expr) in nft_meta_get_offload() [all …]
|
D | nft_bitwise.c | 63 void nft_bitwise_eval(const struct nft_expr *expr, in nft_bitwise_eval() 161 const struct nft_expr *expr, in nft_bitwise_init() 236 const struct nft_expr *expr, bool reset) in nft_bitwise_dump() 267 const struct nft_expr *expr) in nft_bitwise_offload() 285 const struct nft_expr *expr) in nft_bitwise_reduce() 362 const struct nft_expr *expr, in nft_bitwise_fast_init() 398 const struct nft_expr *expr, bool reset) in nft_bitwise_fast_dump() 427 const struct nft_expr *expr) in nft_bitwise_fast_offload() 440 const struct nft_expr *expr) in nft_bitwise_fast_reduce() 519 const struct nft_expr *expr) in nft_expr_reduce_bitwise()
|
D | nft_masq.c | 30 const struct nft_expr *expr, in nft_masq_validate() 44 const struct nft_expr *expr, in nft_masq_init() 75 const struct nft_expr *expr, bool reset) in nft_masq_dump() 97 static void nft_masq_eval(const struct nft_expr *expr, in nft_masq_eval() 133 nft_masq_ipv4_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_masq_ipv4_destroy() 161 nft_masq_ipv6_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_masq_ipv6_destroy() 203 nft_masq_inet_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_masq_inet_destroy()
|
D | nft_dup_netdev.c | 20 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() 48 const struct nft_expr *expr, bool reset) in nft_dup_netdev_dump() 63 const struct nft_expr *expr) in nft_dup_netdev_offload() 71 static bool nft_dup_netdev_offload_action(const struct nft_expr *expr) in nft_dup_netdev_offload_action()
|
D | nft_osf.c | 20 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() 96 const struct nft_expr *expr, bool reset) in nft_osf_dump() 116 const struct nft_expr *expr, in nft_osf_validate() 137 const struct nft_expr *expr) in nft_osf_reduce()
|
D | nf_tables_core.c | 77 static void nft_bitwise_fast_eval(const struct nft_expr *expr, in nft_bitwise_fast_eval() 87 static void nft_cmp_fast_eval(const struct nft_expr *expr, in nft_cmp_fast_eval() 97 static void nft_cmp16_fast_eval(const struct nft_expr *expr, in nft_cmp16_fast_eval() 147 static bool nft_payload_fast_eval(const struct nft_expr *expr, in nft_payload_fast_eval() 206 static void expr_call_ops_eval(const struct nft_expr *expr, in expr_call_ops_eval() 244 #define nft_rule_expr_next(expr) ((void *)expr) + expr->ops->size argument 247 #define nft_rule_dp_for_each_expr(expr, last, rule) \ argument 257 const struct nft_expr *expr, *last; in nft_do_chain() local
|
D | nft_fib.c | 29 int nft_fib_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_fib_validate() 69 int nft_fib_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_fib_init() 122 int nft_fib_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) in nft_fib_dump() 165 const struct nft_expr *expr) in nft_fib_reduce()
|
D | nft_socket.c | 84 static void nft_socket_eval(const struct nft_expr *expr, in nft_socket_eval() 147 const struct nft_expr *expr, in nft_socket_init() 202 const struct nft_expr *expr, bool reset) in nft_socket_dump() 217 const struct nft_expr *expr) in nft_socket_reduce() 242 const struct nft_expr *expr, in nft_socket_validate()
|
D | nft_payload.c | 168 void nft_payload_eval(const struct nft_expr *expr, in nft_payload_eval() 232 const struct nft_expr *expr, in nft_payload_init() 247 const struct nft_expr *expr, bool reset) in nft_payload_dump() 263 const struct nft_expr *expr) in nft_payload_reduce() 562 const struct nft_expr *expr) in nft_payload_offload() 604 void nft_payload_inner_eval(const struct nft_expr *expr, struct nft_regs *regs, in nft_payload_inner_eval() 656 const struct nft_expr *expr, in nft_payload_inner_init() 813 static void nft_payload_set_eval(const struct nft_expr *expr, in nft_payload_set_eval() 884 const struct nft_expr *expr, in nft_payload_set_init() 936 const struct nft_expr *expr, bool reset) in nft_payload_set_dump() [all …]
|
/Linux-v6.6/drivers/gpu/drm/i915/ |
D | i915_gem.h | 104 #define GEM_WARN_ON(expr) WARN_ON(expr) argument 106 #define GEM_DEBUG_WARN_ON(expr) GEM_WARN_ON(expr) argument 112 #define GEM_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) argument 113 #define GEM_WARN_ON(expr) ({ unlikely(!!(expr)); }) argument 115 #define GEM_DEBUG_WARN_ON(expr) ({ BUILD_BUG_ON_INVALID(expr); 0; }) argument 126 #define GEM_TRACE_DUMP_ON(expr) \ argument 132 #define GEM_TRACE_DUMP_ON(expr) BUILD_BUG_ON_INVALID(expr) argument
|
/Linux-v6.6/net/bridge/netfilter/ |
D | nft_meta_bridge.c | 24 static void nft_meta_bridge_get_eval(const struct nft_expr *expr, in nft_meta_bridge_get_eval() 73 const struct nft_expr *expr, in nft_meta_bridge_get_init() 108 static void nft_meta_bridge_set_eval(const struct nft_expr *expr, in nft_meta_bridge_set_eval() 128 const struct nft_expr *expr, in nft_meta_bridge_set_init() 153 const struct nft_expr *expr) in nft_meta_bridge_set_reduce() 171 const struct nft_expr *expr, in nft_meta_bridge_set_validate()
|