Home
last modified time | relevance | path

Searched defs:expr (Results 126 - 150 of 174) sorted by relevance

1234567

/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_ct.c59 static void nft_ct_get_eval(const struct nft_expr *expr, in nft_ct_get_eval() argument
232 static void nft_ct_set_zone_eval(const struct nft_expr *expr, in nft_ct_set_zone_eval() argument
278 static void nft_ct_set_eval(const struct nft_expr *expr, in nft_ct_set_eval() argument
386 nft_ct_get_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_ct_get_init() argument
543 nft_ct_set_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_ct_set_init() argument
628 nft_ct_get_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_ct_get_destroy() argument
634 nft_ct_set_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_ct_set_destroy() argument
643 nft_ct_get_dump(struct sk_buff *skb, const struct nft_expr *expr) nft_ct_get_dump() argument
682 nft_ct_set_dump(struct sk_buff *skb, const struct nft_expr *expr) nft_ct_set_dump() argument
769 nft_notrack_eval(const struct nft_expr *expr, struct nft_regs *regs, const struct nft_pktinfo *pkt) nft_notrack_eval() argument
[all...]
H A Dnft_compat.c67 static void nft_target_eval_xt(const struct nft_expr *expr, in nft_target_eval_xt() argument
93 static void nft_target_eval_bridge(const struct nft_expr *expr, in nft_target_eval_bridge() argument
235 nft_target_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_target_init() argument
270 static void __nft_mt_tg_destroy(struct module *me, const struct nft_expr *expr) in __nft_mt_tg_destroy() argument
277 nft_target_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_target_destroy() argument
312 nft_target_dump(struct sk_buff *skb, const struct nft_expr *expr) nft_target_dump() argument
329 nft_target_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_target_validate() argument
359 __nft_match_eval(const struct nft_expr *expr, struct nft_regs *regs, const struct nft_pktinfo *pkt, void *info) __nft_match_eval() argument
387 nft_match_large_eval(const struct nft_expr *expr, struct nft_regs *regs, const struct nft_pktinfo *pkt) nft_match_large_eval() argument
396 nft_match_eval(const struct nft_expr *expr, struct nft_regs *regs, const struct nft_pktinfo *pkt) nft_match_eval() argument
463 __nft_match_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[], void *info) __nft_match_init() argument
491 nft_match_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_match_init() argument
498 nft_match_large_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_match_large_init() argument
516 __nft_match_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr, void *info) __nft_match_destroy() argument
534 nft_match_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_match_destroy() argument
540 nft_match_large_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_match_large_destroy() argument
548 __nft_match_dump(struct sk_buff *skb, const struct nft_expr *expr, void *info) __nft_match_dump() argument
565 nft_match_dump(struct sk_buff *skb, const struct nft_expr *expr) nft_match_dump() argument
577 nft_match_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_match_validate() argument
[all...]
H A Dnft_set_hash.c343 struct nft_expr *expr = nft_set_ext_expr(&he->ext); in nft_rhash_gc() local
118 nft_rhash_update(struct nft_set *set, const u32 *key, void *(*new)(struct nft_set *, const struct nft_expr *, struct nft_regs *regs), const struct nft_expr *expr, struct nft_regs *regs, const struct nft_set_ext **ext) nft_rhash_update() argument
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dsymbol.c1014 struct expr **expr; global() member
[all...]
H A Dqconf.cc95 tristate expr; in updateMenu() local
[all...]
H A Dexpr.h38 struct expr *expr; member
42 struct expr { struct
55 struct expr *expr; member
197 struct expr *expr; /* the optional conditional part of the property */ member
[all...]
/kernel/linux/linux-5.10/scripts/genksyms/
H A Dgenksyms.c205 struct string_list *expr; in __add_symbol() local
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dtests.h105 DECLARE_SUITE(expr); variable
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_set_hash.c300 struct nft_expr *expr; in nft_rhash_expr_needs_gc_run() local
116 nft_rhash_update(struct nft_set *set, const u32 *key, void *(*new)(struct nft_set *, const struct nft_expr *, struct nft_regs *regs), const struct nft_expr *expr, struct nft_regs *regs, const struct nft_set_ext **ext) nft_rhash_update() argument
H A Dnft_payload.c168 void nft_payload_eval(const struct nft_expr *expr, in nft_payload_eval() argument
231 nft_payload_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_payload_init() argument
246 nft_payload_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_payload_dump() argument
262 nft_payload_reduce(struct nft_regs_track *track, const struct nft_expr *expr) nft_payload_reduce() argument
560 nft_payload_offload(struct nft_offload_ctx *ctx, struct nft_flow_rule *flow, const struct nft_expr *expr) nft_payload_offload() argument
604 nft_payload_inner_eval(const struct nft_expr *expr, struct nft_regs *regs, const struct nft_pktinfo *pkt, struct nft_inner_tun_ctx *tun_ctx) nft_payload_inner_eval() argument
655 nft_payload_inner_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_payload_inner_init() argument
813 nft_payload_set_eval(const struct nft_expr *expr, struct nft_regs *regs, const struct nft_pktinfo *pkt) nft_payload_set_eval() argument
883 nft_payload_set_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_payload_set_init() argument
935 nft_payload_set_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_payload_set_dump() argument
955 nft_payload_set_reduce(struct nft_regs_track *track, const struct nft_expr *expr) nft_payload_set_reduce() argument
[all...]
H A Dnft_ct.c50 static void nft_ct_get_eval(const struct nft_expr *expr, in nft_ct_get_eval() argument
223 static void nft_ct_set_zone_eval(const struct nft_expr *expr, in nft_ct_set_zone_eval() argument
272 static void nft_ct_set_eval(const struct nft_expr *expr, in nft_ct_set_eval() argument
380 nft_ct_get_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_ct_get_init() argument
538 nft_ct_set_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_ct_set_init() argument
624 nft_ct_get_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_ct_get_destroy() argument
630 nft_ct_set_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_ct_set_destroy() argument
639 nft_ct_get_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_ct_get_dump() argument
679 nft_ct_get_reduce(struct nft_regs_track *track, const struct nft_expr *expr) nft_ct_get_reduce() argument
702 nft_ct_set_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_ct_set_dump() argument
739 nft_ct_set_reduce(struct nft_regs_track *track, const struct nft_expr *expr) nft_ct_set_reduce() argument
836 nft_notrack_eval(const struct nft_expr *expr, struct nft_regs *regs, const struct nft_pktinfo *pkt) nft_notrack_eval() argument
[all...]
H A Dnft_compat.c73 static void nft_target_eval_xt(const struct nft_expr *expr, in nft_target_eval_xt() argument
100 static void nft_target_eval_bridge(const struct nft_expr *expr, in nft_target_eval_bridge() argument
243 nft_target_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_target_init() argument
292 static void __nft_mt_tg_destroy(struct module *me, const struct nft_expr *expr) in __nft_mt_tg_destroy() argument
299 nft_target_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_target_destroy() argument
334 nft_target_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_target_dump() argument
352 nft_target_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_target_validate() argument
392 __nft_match_eval(const struct nft_expr *expr, struct nft_regs *regs, const struct nft_pktinfo *pkt, void *info) __nft_match_eval() argument
421 nft_match_large_eval(const struct nft_expr *expr, struct nft_regs *regs, const struct nft_pktinfo *pkt) nft_match_large_eval() argument
430 nft_match_eval(const struct nft_expr *expr, struct nft_regs *regs, const struct nft_pktinfo *pkt) nft_match_eval() argument
497 __nft_match_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[], void *info) __nft_match_init() argument
525 nft_match_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_match_init() argument
532 nft_match_large_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_match_large_init() argument
550 __nft_match_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr, void *info) __nft_match_destroy() argument
568 nft_match_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_match_destroy() argument
574 nft_match_large_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_match_large_destroy() argument
582 __nft_match_dump(struct sk_buff *skb, const struct nft_expr *expr, void *info) __nft_match_dump() argument
599 nft_match_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_match_dump() argument
613 nft_match_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_match_validate() argument
776 nft_match_reduce(struct nft_regs_track *track, const struct nft_expr *expr) nft_match_reduce() argument
[all...]
H A Dnft_meta.c309 void nft_meta_get_eval(const struct nft_expr *expr, in nft_meta_get_eval() argument
418 void nft_meta_set_eval(const struct nft_expr *expr, in nft_meta_set_eval() argument
466 nft_meta_get_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_meta_get_init() argument
583 nft_meta_get_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_meta_get_validate() argument
602 nft_meta_set_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **data) nft_meta_set_validate() argument
632 nft_meta_set_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_meta_set_init() argument
671 nft_meta_get_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_meta_get_dump() argument
687 nft_meta_set_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) nft_meta_set_dump() argument
704 nft_meta_set_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_meta_set_destroy() argument
714 nft_meta_get_offload(struct nft_offload_ctx *ctx, struct nft_flow_rule *flow, const struct nft_expr *expr) nft_meta_get_offload() argument
747 nft_meta_get_reduce(struct nft_regs_track *track, const struct nft_expr *expr) nft_meta_get_reduce() argument
783 nft_meta_set_reduce(struct nft_regs_track *track, const struct nft_expr *expr) nft_meta_set_reduce() argument
835 nft_meta_inner_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) nft_meta_inner_init() argument
859 nft_meta_inner_eval(const struct nft_expr *expr, struct nft_regs *regs, const struct nft_pktinfo *pkt, struct nft_inner_tun_ctx *tun_ctx) nft_meta_inner_eval() argument
[all...]
/kernel/linux/linux-6.6/scripts/genksyms/
H A Dgenksyms.c205 struct string_list *expr; in __add_symbol() local
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dexpr.h38 struct expr *expr; member
42 struct expr { struct
55 struct expr *expr; member
194 struct expr *expr; /* the optional conditional part of the property */ member
[all...]
H A Dsymbol.c970 struct expr **expr; global() member
[all...]
H A Dqconf.cc97 tristate expr; in updateMenu() local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Ddwarf-aux.c431 Dwarf_Op *expr; in die_get_data_member_location() local
H A Dmetricgroup.c84 struct metric_expr *expr, *tmp; in metric_event_delete() local
300 struct metric_expr *expr; in metricgroup__setup_events() local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddwarf-aux.c431 Dwarf_Op *expr; in die_get_data_member_location() local
H A Dmetricgroup.c91 struct metric_expr *expr, *tmp; in metric_event_delete() local
937 const char *expr; in __add_metric() local
1581 struct metric_expr *expr; parse_groups() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/
H A Dnolibc-test.c169 int expect_zr(int expr, int llen) in expect_zr() argument
183 int expect_nz(int expr, int llen) in expect_nz() argument
197 expect_eq(uint64_t expr, int llen, uint64_t val) expect_eq() argument
211 expect_ne(int expr, int llen, int val) expect_ne() argument
225 expect_ge(int expr, int llen, int val) expect_ge() argument
239 expect_gt(int expr, int llen, int val) expect_gt() argument
253 expect_le(int expr, int llen, int val) expect_le() argument
267 expect_lt(int expr, int llen, int val) expect_lt() argument
281 expect_syszr(int expr, int llen) expect_syszr() argument
301 expect_syseq(int expr, int llen, int val) expect_syseq() argument
321 expect_sysne(int expr, int llen, int val) expect_sysne() argument
344 expect_syserr2(int expr, int expret, int experr1, int experr2, int llen) expect_syserr2() argument
368 expect_ptrzr(const void *expr, int llen) expect_ptrzr() argument
387 expect_ptrnz(const void *expr, int llen) expect_ptrnz() argument
405 expect_ptreq(const void *expr, int llen, const void *cmp) expect_ptreq() argument
423 expect_ptrne(const void *expr, int llen, const void *cmp) expect_ptrne() argument
441 expect_ptrge(const void *expr, int llen, const void *cmp) expect_ptrge() argument
454 expect_ptrgt(const void *expr, int llen, const void *cmp) expect_ptrgt() argument
468 expect_ptrle(const void *expr, int llen, const void *cmp) expect_ptrle() argument
482 expect_ptrlt(const void *expr, int llen, const void *cmp) expect_ptrlt() argument
498 expect_ptrerr2(const void *expr, const void *expret, int experr1, int experr2, int llen) expect_ptrerr2() argument
521 expect_strzr(const char *expr, int llen) expect_strzr() argument
540 expect_strnz(const char *expr, int llen) expect_strnz() argument
559 expect_streq(const char *expr, int llen, const char *cmp) expect_streq() argument
578 expect_strne(const char *expr, int llen, const char *cmp) expect_strne() argument
[all...]
/kernel/linux/linux-5.10/security/selinux/ss/
H A Dpolicydb.c205 static void constraint_expr_destroy(struct constraint_expr *expr) in constraint_expr_destroy() argument
[all...]
/kernel/linux/linux-5.10/fs/ubifs/
H A Ddebug.c3000 void ubifs_assert_failed(struct ubifs_info *c, const char *expr, in ubifs_assert_failed() argument
/kernel/linux/linux-6.6/fs/ubifs/
H A Ddebug.c3000 void ubifs_assert_failed(struct ubifs_info *c, const char *expr, in ubifs_assert_failed() argument

Completed in 33 milliseconds

1234567