Searched refs:bpf_program__attach_fd (Results 1 – 1 of 1) sorted by relevance
| /third_party/libbpf/src/ |
| D | libbpf.c | 11772 bpf_program__attach_fd(const struct bpf_program *prog, int target_fd, int btf_id, function 11810 return bpf_program__attach_fd(prog, cgroup_fd, 0, "cgroup"); 11816 return bpf_program__attach_fd(prog, netns_fd, 0, "netns"); 11822 return bpf_program__attach_fd(prog, ifindex, 0, "xdp"); 11848 return bpf_program__attach_fd(prog, target_fd, btf_id, "freplace");
|