bpf_program_attach_fd
return bpf_program_attach_fd(prog, cgroup_fd, "cgroup", NULL);
return bpf_program_attach_fd(prog, netns_fd, "netns", NULL);
return bpf_program_attach_fd(prog, map_fd, "sockmap", NULL);
return bpf_program_attach_fd(prog, ifindex, "xdp", NULL);
return bpf_program_attach_fd(prog, cgroup_fd, "cgroup", &link_create_opts);
return bpf_program_attach_fd(prog, ifindex, "tcx", &link_create_opts);
return bpf_program_attach_fd(prog, ifindex, "netkit", &link_create_opts);
return bpf_program_attach_fd(prog, target_fd, "freplace",