Home
last modified time | relevance | path

Searched refs:expr (Results 1 – 13 of 13) sorted by relevance

/include/net/netfilter/
Dnft_meta.h19 const struct nft_expr *expr,
23 const struct nft_expr *expr,
27 const struct nft_expr *expr, bool reset);
30 const struct nft_expr *expr, bool reset);
32 void nft_meta_get_eval(const struct nft_expr *expr,
36 void nft_meta_set_eval(const struct nft_expr *expr,
41 const struct nft_expr *expr);
44 const struct nft_expr *expr,
48 const struct nft_expr *expr);
51 void nft_meta_inner_eval(const struct nft_expr *expr,
Dnft_fib.h21 int nft_fib_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset);
22 int nft_fib_init(const struct nft_ctx *ctx, const struct nft_expr *expr,
24 int nft_fib_validate(const struct nft_ctx *ctx, const struct nft_expr *expr,
28 void nft_fib4_eval_type(const struct nft_expr *expr, struct nft_regs *regs,
30 void nft_fib4_eval(const struct nft_expr *expr, struct nft_regs *regs,
33 void nft_fib6_eval_type(const struct nft_expr *expr, struct nft_regs *regs,
35 void nft_fib6_eval(const struct nft_expr *expr, struct nft_regs *regs,
42 const struct nft_expr *expr);
Dnf_tables_core.h131 void nft_meta_get_eval(const struct nft_expr *expr,
133 void nft_cmp_eval(const struct nft_expr *expr,
135 void nft_lookup_eval(const struct nft_expr *expr,
137 void nft_payload_eval(const struct nft_expr *expr,
139 void nft_immediate_eval(const struct nft_expr *expr,
141 void nft_bitwise_eval(const struct nft_expr *expr,
143 void nft_range_eval(const struct nft_expr *expr,
145 void nft_byteorder_eval(const struct nft_expr *expr,
147 void nft_dynset_eval(const struct nft_expr *expr,
149 void nft_rt_get_eval(const struct nft_expr *expr,
[all …]
Dnft_reject.h18 const struct nft_expr *expr,
22 const struct nft_expr *expr,
26 const struct nft_expr *expr, bool reset);
Dnf_tables.h340 bool expr; member
386 static inline void *nft_expr_priv(const struct nft_expr *expr) in nft_expr_priv() argument
388 return (void *)expr->data; in nft_expr_priv()
396 void nft_expr_destroy(const struct nft_ctx *ctx, struct nft_expr *expr);
398 const struct nft_expr *expr, bool reset);
400 const struct nft_expr *expr);
436 const struct nft_expr *expr,
888 void (*eval)(const struct nft_expr *expr,
896 const struct nft_expr *expr,
899 const struct nft_expr *expr);
[all …]
/include/linux/
Dbuild_bug.h77 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) argument
78 #define __static_assert(expr, msg, ...) _Static_assert(expr, msg) argument
Djbd2.h353 #define J_ASSERT_BH(bh, expr) J_ASSERT(expr) argument
354 #define J_ASSERT_JH(jh, expr) J_ASSERT(expr) argument
357 #define J_EXPECT(expr, why...) J_ASSERT(expr) argument
358 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr) argument
359 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr) argument
361 #define __journal_expect(expr, why...) \ argument
363 int val = (expr); \
367 __func__, #expr); \
372 #define J_EXPECT(expr, why...) __journal_expect(expr, ## why) argument
373 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why) argument
[all …]
Dcompiler.h195 #define data_race(expr) \ argument
197 __unqual_scalar_typeof(({ expr; })) __v = ({ \
199 expr; \
Dseqlock.h151 #define __SEQ_LOCK(expr) expr argument
153 #define __SEQ_LOCK(expr) argument
Dtracepoint.h443 #define TRACE_EVENT_PERF_PERM(event, expr...) argument
581 #define TRACE_EVENT_PERF_PERM(event, expr...) argument
Dtrace_events.h690 #define __TRACE_EVENT_PERF_PERM(name, expr...) \ argument
694 return ({ expr; }); \
/include/drm/
Ddrm_mm.h54 #define DRM_MM_BUG_ON(expr) BUG_ON(expr) argument
56 #define DRM_MM_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) argument
/include/trace/
Dtrace_events.h91 #define TRACE_EVENT_PERF_PERM(name, expr...) \ argument
92 __TRACE_EVENT_PERF_PERM(name, expr)
130 #define TRACE_EVENT_PERF_PERM(event, expr...) argument