Home
last modified time | relevance | path

Searched refs:attach_bpf_fd (Results 1 – 7 of 7) 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.c396 prog = bpf_prog_get_type(attr->attach_bpf_fd, ptype); in netns_bpf_prog_detach()
H A Dsyscall.c4204 prog = bpf_prog_get_type(attr->attach_bpf_fd, ptype); in bpf_prog_attach()
4271 if (attr->attach_bpf_fd) { in bpf_prog_detach()
4272 prog = bpf_prog_get_type(attr->attach_bpf_fd, ptype); in 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/include/uapi/linux/
H A Dbpf.h1606 __u32 attach_bpf_fd; member
/linux/tools/include/uapi/linux/
H A Dbpf.h1606 __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()