Home
last modified time | relevance | path

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

/include/net/netfilter/
A 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,
A 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);
A Dnf_tables_core.h138 void nft_meta_get_eval(const struct nft_expr *expr,
140 void nft_cmp_eval(const struct nft_expr *expr,
142 void nft_lookup_eval(const struct nft_expr *expr,
144 void nft_payload_eval(const struct nft_expr *expr,
146 void nft_immediate_eval(const struct nft_expr *expr,
148 void nft_bitwise_eval(const struct nft_expr *expr,
150 void nft_range_eval(const struct nft_expr *expr,
152 void nft_byteorder_eval(const struct nft_expr *expr,
154 void nft_dynset_eval(const struct nft_expr *expr,
156 void nft_rt_get_eval(const struct nft_expr *expr,
[all …]
A Dnft_reject.h18 const struct nft_expr *expr);
21 const struct nft_expr *expr,
25 const struct nft_expr *expr, bool reset);
A Dnf_tables.h368 bool expr; member
416 return (void *)expr->data; in nft_expr_priv()
955 const struct nft_expr *expr,
1012 return ((void *)expr) + expr->ops->size; in nft_expr_next()
1021 const struct nft_expr *expr) in nft_expr_more() argument
1023 return expr != nft_expr_last(rule) && expr->ops; in nft_expr_more()
1041 struct nft_expr *expr; in nft_set_elem_update_expr() local
1047 expr->ops->eval(expr, regs, pkt); in nft_set_elem_update_expr()
1061 (expr) != (last); \
1062 (expr) = nft_expr_next(expr))
[all …]
/include/linux/
A 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
A Dseqlock_types.h57 #define __SEQ_LOCK(expr) expr argument
59 #define __SEQ_LOCK(expr) argument
A 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 …]
A Dcompiler.h186 #define data_race(expr) \ argument
189 __auto_type __v = (expr); \
A Dtracepoint.h496 #define TRACE_EVENT_PERF_PERM(event, expr...) argument
637 #define TRACE_EVENT_PERF_PERM(event, expr...) argument
A Dtrace_events.h695 #define __TRACE_EVENT_PERF_PERM(name, expr...) \ argument
699 return ({ expr; }); \
A Dbpf.h3660 #define bpf_stream_stage(ss, prog, stream_id, expr) \ argument
3663 (expr); \
/include/drm/
A 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/
A Dtrace_events.h104 #define TRACE_EVENT_PERF_PERM(name, expr...) \ argument
105 __TRACE_EVENT_PERF_PERM(name, expr)
146 #define TRACE_EVENT_PERF_PERM(event, expr...) argument

Completed in 43 milliseconds