Searched refs:BPF_IMM (Results 1 – 4 of 4) sorted by relevance
582 #define K(i) F(BPF_LD|BPF_IMM|BPF_W, i, 0L)700 s->code = BPF_LD | BPF_IMM;766 s->s.code = BPF_LDX | BPF_IMM;774 if (s->s.code == (BPF_LD | BPF_IMM))1032 case BPF_LD | BPF_IMM:1037 case BPF_LDX | BPF_IMM:1050 s->code = BPF_LD | BPF_IMM;1081 s->code = BPF_LD | BPF_IMM;1138 s->code = BPF_LD | BPF_IMM;1160 s->code = BPF_LD | BPF_IMM;[all …]
397 case BPF_LD | BPF_IMM:401 case BPF_LDX | BPF_IMM:578 case BPF_IMM:
1764 s = new_stmt(BPF_LD | BPF_IMM);2236 s2 = new_stmt(BPF_LD | BPF_W | BPF_IMM); in gen_load_prism_llprefixlen()2490 s = new_stmt(BPF_LDX | BPF_IMM); in gen_load_802_11_header_len()2551 s2 = new_stmt(BPF_ALU | BPF_ADD | BPF_IMM); in gen_load_802_11_header_len()2637 s2 = new_stmt(BPF_ALU | BPF_ADD | BPF_IMM); in gen_load_802_11_header_len()2640 s2 = new_stmt(BPF_ALU | BPF_AND | BPF_IMM); in gen_load_802_11_header_len()5427 s[i] = new_stmt(BPF_LDX | BPF_IMM);6851 s = new_stmt(BPF_LD | BPF_IMM);
106 #define BPF_IMM SFBPF_IMM macro