Lines Matching defs:target_fd
12391 int target_fd, const char *target_name,
12411 link_fd = bpf_link_create(prog_fd, target_fd, attach_type, opts);
12438 /* target_fd/target_ifindex use the same field in LINK_CREATE */
12473 /* target_fd/target_ifindex use the same field in LINK_CREATE */
12512 int target_fd,
12517 if (!!target_fd != !!attach_func_name) {
12518 pr_warn("prog '%s': supply none or both of target_fd and attach_func_name\n",
12529 if (target_fd) {
12532 btf_id = libbpf_find_prog_btf_id(attach_func_name, target_fd);
12538 return bpf_program_attach_fd(prog, target_fd, "freplace",
12556 __u32 target_fd = 0;
12575 link_fd = bpf_link_create(prog_fd, target_fd, BPF_TRACE_ITER,