/Linux-v5.4/tools/testing/selftests/bpf/ |
D | test_tag.c | 27 static void bpf_gen_imm_prog(unsigned int insns, int fd_map) in bpf_gen_imm_prog() 37 static void bpf_gen_map_prog(unsigned int insns, int fd_map) in bpf_gen_map_prog() 53 static int bpf_try_load_prog(int insns, int fd_map, in bpf_try_load_prog() 54 void (*bpf_filler)(unsigned int insns, in bpf_try_load_prog() 114 static void tag_from_alg(int insns, uint8_t *tag, uint32_t len) in tag_from_alg() 154 static void tag_exit_report(int insns, int fd_map, uint8_t *ftag, in tag_exit_report() 166 void (*bpf_filler)(unsigned int insns, int fd)) in do_test()
|
D | test_sock_addr.c | 642 const struct bpf_insn *insns, size_t insns_cnt) in load_insns() 693 struct bpf_insn insns[] = { in bind4_prog_load() local 778 struct bpf_insn insns[] = { in bind6_prog_load() local 863 struct bpf_insn insns[] = { in xmsg_ret_only_prog_load() local 906 struct bpf_insn insns[] = { in sendmsg4_rw_asm_prog_load() local 952 struct bpf_insn insns[] = { in recvmsg4_rw_asm_prog_load() local 1005 struct bpf_insn insns[] = { in sendmsg6_rw_dst_asm_prog_load() local 1056 struct bpf_insn insns[] = { in recvmsg6_rw_asm_prog_load() local
|
D | test_stub.c | 22 int bpf_test_load_program(enum bpf_prog_type type, const struct bpf_insn *insns, in bpf_test_load_program()
|
D | test_align.c | 33 struct bpf_insn insns[MAX_INSNS]; member
|
D | test_sock.c | 29 struct bpf_insn insns[MAX_INSNS]; member
|
D | test_sysctl.c | 30 struct bpf_insn insns[MAX_INSNS]; member
|
/Linux-v5.4/arch/sparc/kernel/ |
D | entry.h | 50 unsigned int insns[3]; member 57 unsigned int insns[6]; member 64 unsigned int insns[3]; member
|
D | signal_32.c | 42 unsigned long insns[2] __attribute__ ((aligned (8))); member 54 unsigned int insns[2]; member
|
D | signal32.c | 51 unsigned int insns[2]; member 65 unsigned int insns[2]; member
|
D | setup_32.c | 217 unsigned int *insns; in per_cpu_patch() local
|
D | setup_64.c | 190 unsigned int *insns; in per_cpu_patch() local
|
/Linux-v5.4/tools/lib/bpf/ |
D | libbpf_probes.c | 68 probe_load(enum bpf_prog_type prog_type, const struct bpf_insn *insns, in probe_load() 122 struct bpf_insn insns[2] = { in bpf_probe_prog_type() local 299 struct bpf_insn insns[2] = { in bpf_probe_helper() local
|
D | bpf.c | 316 int bpf_load_program(enum bpf_prog_type type, const struct bpf_insn *insns, in bpf_load_program() 335 int bpf_verify_program(enum bpf_prog_type type, const struct bpf_insn *insns, in bpf_verify_program()
|
D | bpf.h | 77 const struct bpf_insn *insns; member
|
/Linux-v5.4/arch/s390/kernel/ |
D | alternative.c | 36 static void __init_or_module add_jump_padding(void *insns, unsigned int len) in add_jump_padding() 54 static void __init_or_module add_padding(void *insns, unsigned int len) in add_padding()
|
/Linux-v5.4/tools/testing/selftests/bpf/prog_tests/ |
D | sockopt.c | 20 const struct bpf_insn insns[64]; member 852 static int load_prog(const struct bpf_insn *insns, in load_prog()
|
/Linux-v5.4/net/netfilter/ |
D | xt_bpf.c | 24 static int __bpf_mt_check_bytecode(struct sock_filter *insns, __u16 len, in __bpf_mt_check_bytecode()
|
/Linux-v5.4/arch/x86/tools/ |
D | insn_decoder_test.c | 116 int insns = 0; in main() local
|
D | insn_sanity.c | 226 int insns = 0; in main() local
|
/Linux-v5.4/samples/bpf/ |
D | fds_example.c | 55 static struct bpf_insn insns[] = { in bpf_prog_create() local
|
/Linux-v5.4/tools/perf/tests/ |
D | bpf.c | 307 struct bpf_insn insns[] = { in check_env() local
|
/Linux-v5.4/arch/parisc/kernel/ |
D | module.c | 104 Elf32_Word insns[2]; /* each stub entry has two insns */ member 112 Elf64_Word insns[4]; /* each stub entry has four insns */ member
|
/Linux-v5.4/arch/mips/kernel/ |
D | ftrace.c | 327 int faulted, insns; in prepare_ftrace_return() local
|
/Linux-v5.4/arch/arm64/kernel/probes/ |
D | kprobes.c | 42 u32 insns[1]; in patch_text() local
|
/Linux-v5.4/lib/ |
D | test_bpf.c | 66 struct sock_filter insns[MAX_INSNS]; member 69 void *insns; member
|