Lines Matching refs:BPF_IMM
521 #define K(i) F(BPF_LD|BPF_IMM|BPF_W, i, 0L)
557 if (BPF_MODE(code) == BPF_IMM && in F()
633 s->code = BPF_LD|BPF_IMM; in fold_op()
697 if (s->s.code == (BPF_LD|BPF_IMM) && in opt_peep()
699 s->s.code = BPF_LDX|BPF_IMM; in opt_peep()
707 if (s->s.code == (BPF_LD|BPF_IMM)) { in opt_peep()
952 case BPF_LD|BPF_IMM: in opt_stmt()
957 case BPF_LDX|BPF_IMM: in opt_stmt()
969 s->code = BPF_LD|BPF_IMM; in opt_stmt()
998 s->code = BPF_LD|BPF_IMM; in opt_stmt()
1051 s->code = BPF_LD|BPF_IMM; in opt_stmt()
1071 s->code = BPF_LD|BPF_IMM; in opt_stmt()
1085 s->code = BPF_LDX|BPF_IMM; in opt_stmt()