Searched refs:bpf_program__attach_fd (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.10/tools/lib/bpf/ | 
| D | libbpf.c | 9627 bpf_program__attach_fd(struct bpf_program *prog, int target_fd, int btf_id,  in bpf_program__attach_fd()  function 9665 	return bpf_program__attach_fd(prog, cgroup_fd, 0, "cgroup");  in bpf_program__attach_cgroup() 9671 	return bpf_program__attach_fd(prog, netns_fd, 0, "netns");  in bpf_program__attach_netns() 9677 	return bpf_program__attach_fd(prog, ifindex, 0, "xdp");  in bpf_program__attach_xdp() 9703 		return bpf_program__attach_fd(prog, target_fd, btf_id, "freplace");  in bpf_program__attach_freplace()
  |