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

/linux-master/drivers/media/rc/
H A Dbpf-lirc.c276 prog = bpf_prog_get_type(attr->attach_bpf_fd,
/linux-master/kernel/bpf/
H A Dnet_namespace.c396 prog = bpf_prog_get_type(attr->attach_bpf_fd, ptype);
H A Dsyscall.c4066 prog = bpf_prog_get_type(attr->attach_bpf_fd, ptype);
4133 if (attr->attach_bpf_fd) {
4134 prog = bpf_prog_get_type(attr->attach_bpf_fd, ptype);
H A Dcgroup.c1169 prog = bpf_prog_get_type(attr->attach_bpf_fd, ptype);
/linux-master/tools/lib/bpf/
H A Dbpf.c660 attr.attach_bpf_fd = prog_fd;
698 attr.attach_bpf_fd = prog_fd;
/linux-master/include/uapi/linux/
H A Dbpf.h308 * The *attach_bpf_fd* must be a valid file descriptor for a
313 * object which depends on the attach type of *attach_bpf_fd*:
461 * object which depends on the attach type of *attach_bpf_fd*:
1588 __u32 attach_bpf_fd; member in struct:bpf_attr::__anon2596
/linux-master/tools/include/uapi/linux/
H A Dbpf.h308 * The *attach_bpf_fd* must be a valid file descriptor for a
313 * object which depends on the attach type of *attach_bpf_fd*:
461 * object which depends on the attach type of *attach_bpf_fd*:
1588 __u32 attach_bpf_fd; member in struct:bpf_attr::__anon3137
/linux-master/net/core/
H A Dsock_map.c95 prog = bpf_prog_get(attr->attach_bpf_fd);

Completed in 205 milliseconds