Home | History | Annotate | Download | only in tc

Lines Matching refs:BPF_PROG_LOAD

758 static int bpf_prog_load(enum bpf_prog_type type, const struct bpf_insn *insns,
777 return bpf(BPF_PROG_LOAD, &attr, sizeof(attr));
1040 fd = bpf_prog_load(prog->type, prog->insns, prog->size,