Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsf_bpf_filter.c325 case BPF_LD | BPF_W | BPF_IND:
343 case BPF_LD | BPF_H | BPF_IND:
361 case BPF_LD | BPF_B | BPF_IND:
581 case BPF_IND:
H A Dsf_optimize.c399 return (BPF_MODE(c) == BPF_IND) ? X_ATOM : (BPF_MODE(c) == BPF_MEM) ? s->k : -1;
813 if (ild == 0 || BPF_CLASS(ild->s.code) != BPF_LD || BPF_MODE(ild->s.code) != BPF_IND)
1011 case BPF_LD | BPF_IND | BPF_W:
1012 case BPF_LD | BPF_IND | BPF_H:
1013 case BPF_LD | BPF_IND | BPF_B:
H A Dsf_gencode.c1570 s2 = new_stmt(BPF_LD | BPF_IND | size);
1613 s2 = new_stmt(BPF_LD | BPF_IND | size);
1682 s2 = new_stmt(BPF_LD | BPF_IND | size);
1722 s2 = new_stmt(BPF_LD | BPF_IND | BPF_B); in gen_loadx_iphdrlen()
2510 s2 = new_stmt(BPF_LD | BPF_IND | BPF_B); in gen_load_802_11_header_len()
5503 s[i] = new_stmt(BPF_LD | BPF_IND | BPF_B);
5521 s[i] = new_stmt(BPF_LD | BPF_IND | BPF_B);
5581 s[i] = new_stmt(BPF_LD | BPF_IND | BPF_B);
5599 s[i] = new_stmt(BPF_LD | BPF_IND | BPF_B);
6586 tmp = new_stmt(BPF_LD | BPF_IND | size);
[all …]
/mOS-networking-stack/core/src/include/bpf/
H A Dsf-redefines.h108 #define BPF_IND SFBPF_IND macro