Home
last modified time | relevance | path

Searched defs:insns_cnt (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_attach_override.c19 size_t insns_cnt = sizeof(prog) / sizeof(struct bpf_insn); in prog_load() local
H A Dcgroup_attach_autodetach.c17 size_t insns_cnt = sizeof(prog) / sizeof(struct bpf_insn); in prog_load() local
H A Dcgroup_attach_multi.c66 size_t insns_cnt = sizeof(prog) / sizeof(struct bpf_insn); in prog_load_cnt() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_stub.c26 size_t insns_cnt, const char *license, in bpf_test_load_program()
H A Dtest_cgroup_storage.c38 size_t insns_cnt = sizeof(prog) / sizeof(struct bpf_insn); in main() local
H A Dtest_sock_addr.c642 const struct bpf_insn *insns, size_t insns_cnt) in load_insns()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dsock_example.c61 size_t insns_cnt = sizeof(prog) / sizeof(struct bpf_insn); in test_sock() local
H A Dtest_cgrp2_attach.c72 size_t insns_cnt = sizeof(prog) / sizeof(struct bpf_insn); in prog_load() local
H A Dfds_example.c61 size_t insns_cnt = sizeof(insns) / sizeof(struct bpf_insn); in bpf_prog_create() local
H A Dtest_cgrp2_sock.c75 size_t insns_cnt; in prog_load() local
H A Dbpf_load.c90 size_t insns_cnt = size / sizeof(struct bpf_insn); in load_and_attach() local
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf_probes.c69 size_t insns_cnt, char *buf, size_t buf_len, __u32 ifindex) in probe_load()
H A Dbpf.c330 size_t insns_cnt, const char *license, in bpf_load_program()
349 size_t insns_cnt, __u32 prog_flags, const char *license, in bpf_verify_program()
H A Dbpf.h79 size_t insns_cnt; member
H A Dxsk.c419 size_t insns_cnt = sizeof(prog) / sizeof(struct bpf_insn); in xsk_load_xdp_prog() local
H A Dbtf.c2560 const char *sec_name, __u32 insns_cnt, in btf_ext_reloc_info()
2608 const char *sec_name, __u32 insns_cnt, in btf_ext__reloc_func_info()
2617 const char *sec_name, __u32 insns_cnt, in btf_ext__reloc_line_info()
H A Dlibbpf.c259 size_t insns_cnt; member
6693 load_program(struct bpf_program *prog, struct bpf_insn *insns, int insns_cnt, in load_program()