Lines Matching refs:insns
68 probe_load(enum bpf_prog_type prog_type, const struct bpf_insn *insns,
119 xattr.insns = insns;
131 struct bpf_insn insns[2] = {
138 insns[0].imm = 2;
141 probe_load(prog_type, insns, ARRAY_SIZE(insns), NULL, 0, ifindex);
315 struct bpf_insn insns[2] = {
322 probe_load(prog_type, insns, ARRAY_SIZE(insns), buf, sizeof(buf),
347 struct bpf_insn insns[BPF_MAXINSNS + 1];
351 insns[i] = BPF_MOV64_IMM(BPF_REG_0, 1);
352 insns[BPF_MAXINSNS] = BPF_EXIT_INSN();
355 probe_load(BPF_PROG_TYPE_SCHED_CLS, insns, ARRAY_SIZE(insns), NULL, 0,