Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsf_bpf_filter.c479 case BPF_ALU | BPF_OR | BPF_X:
511 case BPF_ALU | BPF_OR | BPF_K:
618 case BPF_OR:
H A Dsf_optimize.c680 case BPF_OR:
1063 case BPF_ALU | BPF_OR | BPF_K:
1074 if (op == BPF_ADD || op == BPF_LSH || op == BPF_RSH || op == BPF_OR)
1101 case BPF_ALU | BPF_OR | BPF_X:
1130 if (op == BPF_ADD || op == BPF_OR)
H A Dsf_gencode.c2343 s2 = new_stmt(BPF_ALU | BPF_OR | BPF_X); in gen_load_radiotap_llprefixlen()
2412 s2 = new_stmt(BPF_ALU | BPF_OR | BPF_X); in gen_load_ppi_llprefixlen()
7018 s = new_stmt(BPF_ALU | BPF_OR | BPF_K);
/mOS-networking-stack/core/src/include/bpf/
H A Dsf-redefines.h118 #define BPF_OR SFBPF_OR macro