Lines Matching defs:prog_fd
315 LIBBPF_API int bpf_prog_attach(int prog_fd, int attachable_fd,
318 LIBBPF_API int bpf_prog_detach2(int prog_fd, int attachable_fd,
347 * *prog_fd* to a *target* which can represent a file descriptor or netdevice
350 * @param prog_fd BPF program file descriptor
357 LIBBPF_API int bpf_prog_attach_opts(int prog_fd, int target,
363 * *prog_fd* from a *target* which can represent a file descriptor or netdevice
366 * @param prog_fd BPF program file descriptor
373 LIBBPF_API int bpf_prog_detach_opts(int prog_fd, int target,
428 LIBBPF_API int bpf_link_create(int prog_fd, int target_fd,
448 int prog_fd;
492 * program corresponding to *prog_fd*.
497 * @param prog_fd BPF program file descriptor
505 LIBBPF_API int bpf_prog_get_info_by_fd(int prog_fd, struct bpf_prog_info *info, __u32 *info_len);
593 LIBBPF_API int bpf_raw_tracepoint_open(const char *name, int prog_fd);
614 LIBBPF_API int bpf_prog_bind_map(int prog_fd, int map_fd,
640 LIBBPF_API int bpf_prog_test_run_opts(int prog_fd,