Searched refs:attach_bpf_fd (Results 1 – 8 of 8) sorted by relevance
276 prog = bpf_prog_get_type(attr->attach_bpf_fd, in lirc_prog_detach()
395 prog = bpf_prog_get_type(attr->attach_bpf_fd, ptype); in netns_bpf_prog_detach()
4393 prog = bpf_prog_get_type(attr->attach_bpf_fd, ptype); in bpf_prog_attach() 4451 if (attr->attach_bpf_fd) { in bpf_prog_detach() 4452 prog = bpf_prog_get_type(attr->attach_bpf_fd, ptype); in bpf_prog_detach()
1366 prog = bpf_prog_get_type(attr->attach_bpf_fd, ptype); in cgroup_bpf_prog_detach()
661 attr.attach_bpf_fd = prog_fd; in bpf_prog_attach_opts() 699 attr.attach_bpf_fd = prog_fd; in bpf_prog_detach_opts()
311 * The *attach_bpf_fd* must be a valid file descriptor for a316 * object which depends on the attach type of *attach_bpf_fd*:465 * object which depends on the attach type of *attach_bpf_fd*:1628 __u32 attach_bpf_fd; member
100 prog = bpf_prog_get(attr->attach_bpf_fd); in sock_map_prog_detach()