target_fd         255 drivers/media/rc/bpf-lirc.c 	rcdev = rc_dev_get_from_fd(attr->target_fd);
target_fd         280 drivers/media/rc/bpf-lirc.c 	rcdev = rc_dev_get_from_fd(attr->target_fd);
target_fd         305 drivers/media/rc/bpf-lirc.c 	rcdev = rc_dev_get_from_fd(attr->query.target_fd);
target_fd         432 include/uapi/linux/bpf.h 		__u32		target_fd;	/* container object to attach to */
target_fd         477 include/uapi/linux/bpf.h 		__u32		target_fd;	/* container object to query */
target_fd         555 kernel/bpf/cgroup.c 	cgrp = cgroup_get_from_fd(attr->target_fd);
target_fd         571 kernel/bpf/cgroup.c 	cgrp = cgroup_get_from_fd(attr->target_fd);
target_fd         593 kernel/bpf/cgroup.c 	cgrp = cgroup_get_from_fd(attr->query.target_fd);
target_fd          84 net/core/flow_dissector.c 	net = get_net_ns_by_fd(attr->query.target_fd);
target_fd          65 net/core/sock_map.c 	u32 ufd = attr->target_fd;
target_fd          24 tools/hv/hv_fcopy_daemon.c static int target_fd;
target_fd          74 tools/hv/hv_fcopy_daemon.c 	target_fd = open(target_fname,
target_fd          76 tools/hv/hv_fcopy_daemon.c 	if (target_fd == -1) {
target_fd          91 tools/hv/hv_fcopy_daemon.c 	bytes_written = pwrite(target_fd, cpmsg->data, cpmsg->size,
target_fd         113 tools/hv/hv_fcopy_daemon.c 	close(target_fd);
target_fd         118 tools/hv/hv_fcopy_daemon.c 	close(target_fd);
target_fd         432 tools/include/uapi/linux/bpf.h 		__u32		target_fd;	/* container object to attach to */
target_fd         477 tools/include/uapi/linux/bpf.h 		__u32		target_fd;	/* container object to query */
target_fd         462 tools/lib/bpf/bpf.c int bpf_prog_attach(int prog_fd, int target_fd, enum bpf_attach_type type,
target_fd         468 tools/lib/bpf/bpf.c 	attr.target_fd	   = target_fd;
target_fd         476 tools/lib/bpf/bpf.c int bpf_prog_detach(int target_fd, enum bpf_attach_type type)
target_fd         481 tools/lib/bpf/bpf.c 	attr.target_fd	 = target_fd;
target_fd         487 tools/lib/bpf/bpf.c int bpf_prog_detach2(int prog_fd, int target_fd, enum bpf_attach_type type)
target_fd         492 tools/lib/bpf/bpf.c 	attr.target_fd	 = target_fd;
target_fd         499 tools/lib/bpf/bpf.c int bpf_prog_query(int target_fd, enum bpf_attach_type type, __u32 query_flags,
target_fd         506 tools/lib/bpf/bpf.c 	attr.query.target_fd	= target_fd;
target_fd         164 tools/lib/bpf/bpf.h LIBBPF_API int bpf_prog_query(int target_fd, enum bpf_attach_type type,
target_fd         102 tools/testing/selftests/proc/fd-001-lookup.c 	unsigned int fd, target_fd;
target_fd         156 tools/testing/selftests/proc/fd-001-lookup.c 	target_fd = 1023;
target_fd         157 tools/testing/selftests/proc/fd-001-lookup.c 	while (target_fd > 0) {
target_fd         158 tools/testing/selftests/proc/fd-001-lookup.c 		if (dup2(fd, target_fd) == target_fd)
target_fd         160 tools/testing/selftests/proc/fd-001-lookup.c 		target_fd /= 2;
target_fd         162 tools/testing/selftests/proc/fd-001-lookup.c 	assert(target_fd > 0);
target_fd         164 tools/testing/selftests/proc/fd-001-lookup.c 	test_lookup(target_fd);
target_fd         165 tools/testing/selftests/proc/fd-001-lookup.c 	close(target_fd);