Home
last modified time | relevance | path

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

/linux/drivers/media/rc/
H A Dbpf-lirc.c276 prog = bpf_prog_get_type(attr->attach_bpf_fd, in lirc_prog_detach()
/linux/kernel/bpf/
H A Dnet_namespace.c395 prog = bpf_prog_get_type(attr->attach_bpf_fd, ptype); in netns_bpf_prog_detach()
H A Dsyscall.c4393 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()
H A Dcgroup.c1366 prog = bpf_prog_get_type(attr->attach_bpf_fd, ptype); in cgroup_bpf_prog_detach()
/linux/tools/lib/bpf/
H A Dbpf.c661 attr.attach_bpf_fd = prog_fd; in bpf_prog_attach_opts()
699 attr.attach_bpf_fd = prog_fd; in bpf_prog_detach_opts()
/linux/tools/include/uapi/linux/
H A Dbpf.h311 * The *attach_bpf_fd* must be a valid file descriptor for a
316 * 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
/linux/include/uapi/linux/
H A Dbpf.h311 * The *attach_bpf_fd* must be a valid file descriptor for a
316 * 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
/linux/net/core/
H A Dsock_map.c100 prog = bpf_prog_get(attr->attach_bpf_fd); in sock_map_prog_detach()