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);
47 const struct nft_expr *expr);
50 void nft_meta_inner_eval(const struct nft_expr *expr,
Dnft_fib.h51 int nft_fib_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset);
52 int nft_fib_init(const struct nft_ctx *ctx, const struct nft_expr *expr,
54 int nft_fib_validate(const struct nft_ctx *ctx, const struct nft_expr *expr);
56 void nft_fib4_eval_type(const struct nft_expr *expr, struct nft_regs *regs,
58 void nft_fib4_eval(const struct nft_expr *expr, struct nft_regs *regs,
61 void nft_fib6_eval_type(const struct nft_expr *expr, struct nft_regs *regs,
63 void nft_fib6_eval(const struct nft_expr *expr, struct nft_regs *regs,
70 const struct nft_expr *expr);
Dnf_tables_core.h132 void nft_meta_get_eval(const struct nft_expr *expr,
134 void nft_cmp_eval(const struct nft_expr *expr,
136 void nft_lookup_eval(const struct nft_expr *expr,
138 void nft_payload_eval(const struct nft_expr *expr,
140 void nft_immediate_eval(const struct nft_expr *expr,
142 void nft_bitwise_eval(const struct nft_expr *expr,
144 void nft_range_eval(const struct nft_expr *expr,
146 void nft_byteorder_eval(const struct nft_expr *expr,
148 void nft_dynset_eval(const struct nft_expr *expr,
150 void nft_rt_get_eval(const struct nft_expr *expr,
[all …]
Dnft_reject.h18 const struct nft_expr *expr);
21 const struct nft_expr *expr,
25 const struct nft_expr *expr, bool reset);
Dnf_tables.h368 bool expr; member
414 static inline void *nft_expr_priv(const struct nft_expr *expr) in nft_expr_priv() argument
416 return (void *)expr->data; in nft_expr_priv()
424 void nft_expr_destroy(const struct nft_ctx *ctx, struct nft_expr *expr);
426 const struct nft_expr *expr, bool reset);
428 const struct nft_expr *expr);
471 const struct nft_expr *expr,
951 void (*eval)(const struct nft_expr *expr,
959 const struct nft_expr *expr,
962 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
Dseqlock_types.h57 #define __SEQ_LOCK(expr) expr argument
59 #define __SEQ_LOCK(expr) 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.h186 #define data_race(expr) \ argument
189 __auto_type __v = (expr); \
Dtracepoint.h484 #define TRACE_EVENT_PERF_PERM(event, expr...) argument
622 #define TRACE_EVENT_PERF_PERM(event, expr...) argument
Dtrace_events.h714 #define __TRACE_EVENT_PERF_PERM(name, expr...) \ argument
718 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