Home
last modified time | relevance | path

Searched refs:BPF_IMM (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/core/src/bpf/
H A Dsf_optimize.c582 #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 …]
H A Dsf_bpf_filter.c397 case BPF_LD | BPF_IMM:
401 case BPF_LDX | BPF_IMM:
578 case BPF_IMM:
H A Dsf_gencode.c1764 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);
/mOS-networking-stack/core/src/include/bpf/
H A Dsf-redefines.h106 #define BPF_IMM SFBPF_IMM macro