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