Lines Matching refs:map_fd
388 attr.map_fd = fd;
404 attr.map_fd = fd;
419 attr.map_fd = fd;
435 attr.map_fd = fd;
450 attr.map_fd = fd;
466 attr.map_fd = fd;
480 attr.map_fd = fd;
495 attr.map_fd = fd;
505 const size_t attr_sz = offsetofend(union bpf_attr, map_fd);
510 attr.map_fd = fd;
529 attr.batch.map_fd = fd;
1154 int bpf_map_get_info_by_fd(int map_fd, struct bpf_map_info *info, __u32 *info_len)
1156 return bpf_obj_get_info_by_fd(map_fd, info, info_len);
1272 int bpf_prog_bind_map(int prog_fd, int map_fd,
1284 attr.prog_bind_map.map_fd = map_fd;