Home
last modified time | relevance | path

Searched refs:BPF_PROG_ATTACH (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/Documentation/bpf/libbpf/
Dlibbpf_naming_convention.rst23 command of sys_bpf, ``bpf_prog_attach`` wraps ``BPF_PROG_ATTACH``, etc.
/linux-6.12.1/drivers/media/rc/
DKconfig26 syscall command BPF_PROG_ATTACH. This is supported for raw IR
/linux-6.12.1/include/uapi/linux/
Dbpf.h931 BPF_PROG_ATTACH, enumerator
/linux-6.12.1/tools/include/uapi/linux/
Dbpf.h931 BPF_PROG_ATTACH, enumerator
/linux-6.12.1/tools/lib/bpf/
Dbpf.c673 ret = sys_bpf(BPF_PROG_ATTACH, &attr, attr_sz); in bpf_prog_attach_opts()
/linux-6.12.1/kernel/bpf/
Dsyscall.c4046 if (CHECK_ATTR(BPF_PROG_ATTACH)) in bpf_prog_attach()
5661 case BPF_PROG_ATTACH: in __sys_bpf()
/linux-6.12.1/init/
DKconfig1215 syscall command BPF_PROG_ATTACH.