expr_type
switch (priv->expr_type) {
priv->expr_type = NFT_INNER_EXPR_PAYLOAD;
priv->expr_type = NFT_INNER_EXPR_META;
u8 expr_type;
static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2)
static struct expr *expr_lookup(enum expr_type type, void *l, void *r)
static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2)
struct expr *expr_alloc_one(enum expr_type type, struct expr *ce)
struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2)
struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2)
struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym)
static int expr_compare_type(enum expr_type t1, enum expr_type t2)
struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
enum expr_type type;
switch (node->expr_type) {
if (expr->expr_type <= 0 || expr->expr_type > COND_LAST) {
expr->expr_type = le32_to_cpu(buf[0]);
buf[0] = cpu_to_le32(node->expr.nodes[i].expr_type);
u32 expr_type;
u32 expr_type; /* expression type */
e->expr_type = le32_to_cpu(buf[0]);
switch (e->expr_type) {
buf[0] = cpu_to_le32(e->expr_type);
switch (e->expr_type) {
switch (e->expr_type) {