Home
last modified time | relevance | path

Searched refs:expr_type (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/scripts/kconfig/
H A Dexpr.h31 enum expr_type { enum
43 enum expr_type type;
295 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
296 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
297 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
310 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
H A Dexpr.c26 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one()
34 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
43 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp()
150 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq()
596 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1()
922 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
1104 static int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dexpr.h31 enum expr_type { enum
43 enum expr_type type;
288 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
289 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
290 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
303 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
H A Dexpr.c26 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one()
34 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
43 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp()
150 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq()
596 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1()
922 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
1104 static int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_inner.c46 u8 expr_type; member
261 switch (priv->expr_type) { in nft_inner_eval()
337 priv->expr_type = NFT_INNER_EXPR_PAYLOAD; in nft_inner_init()
339 priv->expr_type = NFT_INNER_EXPR_META; in nft_inner_init()
/kernel/linux/linux-5.10/security/selinux/ss/
H A Dconditional.c36 switch (node->expr_type) { in cond_evaluate_expr()
363 if (expr->expr_type <= 0 || expr->expr_type > COND_LAST) { in expr_node_isvalid()
402 expr->expr_type = le32_to_cpu(buf[0]); in cond_read_node()
519 buf[0] = cpu_to_le32(node->expr.nodes[i].expr_type); in cond_write_node()
H A Dconstraint.h29 u32 expr_type; /* expression type */ member
H A Dconditional.h31 u32 expr_type; member
H A Dpolicydb.c1241 e->expr_type = le32_to_cpu(buf[0]); in read_cons_helper()
1245 switch (e->expr_type) { in read_cons_helper()
3013 buf[0] = cpu_to_le32(e->expr_type); in write_cons_helper()
3020 switch (e->expr_type) { in write_cons_helper()
H A Dservices.c283 switch (e->expr_type) { in constraint_expr_eval()
/kernel/linux/linux-6.6/security/selinux/ss/
H A Dconditional.c36 switch (node->expr_type) { in cond_evaluate_expr()
364 if (expr->expr_type <= 0 || expr->expr_type > COND_LAST) { in expr_node_isvalid()
403 expr->expr_type = le32_to_cpu(buf[0]); in cond_read_node()
520 buf[0] = cpu_to_le32(node->expr.nodes[i].expr_type); in cond_write_node()
H A Dconstraint.h29 u32 expr_type; /* expression type */ member
H A Dconditional.h31 u32 expr_type; member
H A Dpolicydb.c1236 e->expr_type = le32_to_cpu(buf[0]); in read_cons_helper()
1240 switch (e->expr_type) { in read_cons_helper()
3015 buf[0] = cpu_to_le32(e->expr_type); in write_cons_helper()
3022 switch (e->expr_type) { in write_cons_helper()
H A Dservices.c279 switch (e->expr_type) { in constraint_expr_eval()

Completed in 25 milliseconds