Home
last modified time | relevance | path

Searched defs:bpf_prog_attach (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/tools/lib/bpf/
Dbpf.c612 int bpf_prog_attach(int prog_fd, int target_fd, enum bpf_attach_type type, in bpf_prog_attach() function
/Linux-v6.1/kernel/bpf/
Dsyscall.c3461 static int bpf_prog_attach(const union bpf_attr *attr) in bpf_prog_attach() function