Home
last modified time | relevance | path

Searched refs:expr_type (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/scripts/kconfig/
H A Dexpr.h25 enum expr_type { enum
49 enum expr_type type;
287 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
288 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
289 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
299 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
H A Dexpr.c33 static struct expr *expr_lookup(enum expr_type type, void *l, void *r) in expr_lookup()
62 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one()
67 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
72 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp()
101 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq()
479 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1()
784 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
991 static int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type()
/linux-6.15/net/netfilter/
H A Dnft_inner.c46 u8 expr_type; member
292 switch (priv->expr_type) { in nft_inner_eval()
370 priv->expr_type = NFT_INNER_EXPR_PAYLOAD; in nft_inner_init()
372 priv->expr_type = NFT_INNER_EXPR_META; in nft_inner_init()
/linux-6.15/security/selinux/ss/
H A Dconstraint.h30 u32 expr_type; /* expression type */ member
H A Dconditional.c35 switch (node->expr_type) { in cond_evaluate_expr()
360 if (expr->expr_type <= 0 || expr->expr_type > COND_LAST) { in expr_node_isvalid()
399 expr->expr_type = le32_to_cpu(buf[0]); in cond_read_node()
516 buf[0] = cpu_to_le32(node->expr.nodes[i].expr_type); in cond_write_node()
H A Dconditional.h30 u32 expr_type; member
H A Dpolicydb.c1262 e->expr_type = le32_to_cpu(buf[0]); in read_cons_helper()
1266 switch (e->expr_type) { in read_cons_helper()
3048 buf[0] = cpu_to_le32(e->expr_type); in write_cons_helper()
3055 switch (e->expr_type) { in write_cons_helper()
H A Dservices.c280 switch (e->expr_type) { in constraint_expr_eval()