Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsf_gencode.c570 static struct block *gen_cmp(offrel, offset, size, v) in gen_cmp() function
632 tmp = gen_cmp(offrel, offset + size - 4, BPF_W, w);
643 tmp = gen_cmp(offrel, offset + size - 2, BPF_H, w);
4912 return gen_cmp(OR_TRAN_IPV4, off, BPF_H, v);
4920 return gen_cmp(OR_TRAN_IPV6, off, BPF_H, v);
4930 tmp = gen_cmp(OR_NET, 9, BPF_B, (bpf_int32) proto);
5021 b0 = gen_cmp(OR_NET, 6, BPF_B, (bpf_int32) proto);
5123 tmp = gen_cmp(OR_NET, 9, BPF_B, (bpf_int32) proto);
5226 b0 = gen_cmp(OR_NET, 6, BPF_B, (bpf_int32) proto);
5727 b1 = gen_cmp(OR_NET, 9, BPF_B, (bpf_int32) v);
[all …]