Lines Matching refs:target_fd
533 int bpf_prog_attach(int prog_fd, int target_fd, enum bpf_attach_type type,
540 return bpf_prog_attach_xattr(prog_fd, target_fd, type, &opts);
543 int bpf_prog_attach_xattr(int prog_fd, int target_fd,
553 attr.target_fd = target_fd;
562 int bpf_prog_detach(int target_fd, enum bpf_attach_type type)
567 attr.target_fd = target_fd;
573 int bpf_prog_detach2(int prog_fd, int target_fd, enum bpf_attach_type type)
578 attr.target_fd = target_fd;
585 int bpf_link_create(int prog_fd, int target_fd,
603 attr.link_create.target_fd = target_fd;
655 int bpf_prog_query(int target_fd, enum bpf_attach_type type, __u32 query_flags,
662 attr.query.target_fd = target_fd;