Home
last modified time | relevance | path

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

/third_party/ltp/include/lapi/
Dbpf.h73 struct bpf_insn { struct
448 ((struct bpf_insn) { \
456 ((struct bpf_insn) { \
464 ((struct bpf_insn) { \
472 ((struct bpf_insn) { \
480 ((struct bpf_insn) { \
488 ((struct bpf_insn) { \
499 ((struct bpf_insn) { \
505 ((struct bpf_insn) { \
517 ((struct bpf_insn) { \
[all …]
/third_party/ltp/testcases/kernel/syscalls/bpf/
Dbpf_prog05.c68 const struct bpf_insn prog_insn[] = { in ensure_ptr_arithmetic()
107 const struct bpf_insn prog_insn[] = { in load_prog()
Dbpf_common.c83 const struct bpf_insn *const prog, in bpf_init_prog_attr()
87 static struct bpf_insn *buf; in bpf_init_prog_attr()
Dbpf_common.h53 const struct bpf_insn *const prog,
Dbpf_prog01.c48 struct bpf_insn PROG[] = { in load_prog()
Dbpf_prog04.c43 struct bpf_insn insn[] = { in load_prog()
Dbpf_prog02.c38 struct bpf_insn insn[] = { in load_prog()
Dbpf_prog03.c47 struct bpf_insn insn[] = { in load_prog()
/third_party/iptables/utils/
Dnfbpf_compile.c18 struct bpf_insn *ins; in main()