Symbol: expr_type
net/netfilter/nft_inner.c
304
switch (priv->expr_type) {
net/netfilter/nft_inner.c
382
priv->expr_type = NFT_INNER_EXPR_PAYLOAD;
net/netfilter/nft_inner.c
384
priv->expr_type = NFT_INNER_EXPR_META;
net/netfilter/nft_inner.c
53
u8 expr_type;
scripts/kconfig/expr.c
101
static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2)
scripts/kconfig/expr.c
33
static struct expr *expr_lookup(enum expr_type type, void *l, void *r)
scripts/kconfig/expr.c
479
static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2)
scripts/kconfig/expr.c
62
struct expr *expr_alloc_one(enum expr_type type, struct expr *ce)
scripts/kconfig/expr.c
67
struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2)
scripts/kconfig/expr.c
72
struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2)
scripts/kconfig/expr.c
784
struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym)
scripts/kconfig/expr.c
991
static int expr_compare_type(enum expr_type t1, enum expr_type t2)
scripts/kconfig/expr.h
299
struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
scripts/kconfig/expr.h
300
struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
scripts/kconfig/expr.h
301
struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
scripts/kconfig/expr.h
311
struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
scripts/kconfig/expr.h
49
enum expr_type type;
security/selinux/ss/conditional.c
35
switch (node->expr_type) {
security/selinux/ss/conditional.c
360
if (expr->expr_type <= 0 || expr->expr_type > COND_LAST) {
security/selinux/ss/conditional.c
399
expr->expr_type = le32_to_cpu(buf[0]);
security/selinux/ss/conditional.c
516
buf[0] = cpu_to_le32(node->expr.nodes[i].expr_type);
security/selinux/ss/conditional.h
30
u32 expr_type;
security/selinux/ss/constraint.h
30
u32 expr_type; /* expression type */
security/selinux/ss/policydb.c
1268
e->expr_type = le32_to_cpu(buf[0]);
security/selinux/ss/policydb.c
1272
switch (e->expr_type) {
security/selinux/ss/policydb.c
3058
buf[0] = cpu_to_le32(e->expr_type);
security/selinux/ss/policydb.c
3065
switch (e->expr_type) {
security/selinux/ss/services.c
280
switch (e->expr_type) {