Home
last modified time | relevance | path

Searched refs:bpf_program_attach_fd (Results 1 – 1 of 1) sorted by relevance

/linux/tools/lib/bpf/
H A Dlibbpf.c12798 bpf_program_attach_fd(const struct bpf_program *prog, in bpf_program_attach_fd() function
12834 return bpf_program_attach_fd(prog, cgroup_fd, "cgroup", NULL); in bpf_program__attach_cgroup()
12840 return bpf_program_attach_fd(prog, netns_fd, "netns", NULL); in bpf_program__attach_netns()
12846 return bpf_program_attach_fd(prog, map_fd, "sockmap", NULL); in bpf_program__attach_sockmap()
12852 return bpf_program_attach_fd(prog, ifindex, "xdp", NULL); in bpf_program__attach_xdp()
12880 return bpf_program_attach_fd(prog, cgroup_fd, "cgroup", &link_create_opts); in bpf_program__attach_cgroup_opts()
12915 return bpf_program_attach_fd(prog, ifindex, "tcx", &link_create_opts); in bpf_program__attach_tcx()
12949 return bpf_program_attach_fd(prog, ifindex, "netkit", &link_create_opts); in bpf_program__attach_netkit()
12979 return bpf_program_attach_fd(prog, target_fd, "freplace", in bpf_program__attach_freplace()