Home
last modified time | relevance | path

Searched refs:bpf_prog_attach (Results 1 – 4 of 4) sorted by relevance

/third_party/libbpf/src/
Dlibbpf.map35 bpf_prog_attach;
Dbpf.h315 LIBBPF_API int bpf_prog_attach(int prog_fd, int attachable_fd,
Dbpf.c622 int bpf_prog_attach(int prog_fd, int target_fd, enum bpf_attach_type type, in bpf_prog_attach() function
/third_party/libbpf/docs/
Dlibbpf_naming_convention.rst23 command of sys_bpf, ``bpf_prog_attach`` wraps ``BPF_PROG_ATTACH``, etc.