Lines Matching refs:target_fd
615 int bpf_prog_attach(int prog_fd, int target_fd, enum bpf_attach_type type, in bpf_prog_attach() argument
622 return bpf_prog_attach_xattr(prog_fd, target_fd, type, &opts); in bpf_prog_attach()
625 int bpf_prog_attach_xattr(int prog_fd, int target_fd, in bpf_prog_attach_xattr() argument
636 attr.target_fd = target_fd; in bpf_prog_attach_xattr()
646 int bpf_prog_detach(int target_fd, enum bpf_attach_type type) in bpf_prog_detach() argument
652 attr.target_fd = target_fd; in bpf_prog_detach()
659 int bpf_prog_detach2(int prog_fd, int target_fd, enum bpf_attach_type type) in bpf_prog_detach2() argument
665 attr.target_fd = target_fd; in bpf_prog_detach2()
673 int bpf_link_create(int prog_fd, int target_fd, in bpf_link_create() argument
697 attr.link_create.target_fd = target_fd; in bpf_link_create()
769 int bpf_prog_query(int target_fd, enum bpf_attach_type type, __u32 query_flags, in bpf_prog_query() argument
776 attr.query.target_fd = target_fd; in bpf_prog_query()