Lines Matching refs:info_len
488 LIBBPF_API int bpf_obj_get_info_by_fd(int bpf_fd, void *info, __u32 *info_len);
494 * Populates up to *info_len* bytes of *info* and updates *info_len* with the
500 * @param info_len pointer to the size of *info*; on success updated with the
505 LIBBPF_API int bpf_prog_get_info_by_fd(int prog_fd, struct bpf_prog_info *info, __u32 *info_len);
511 * Populates up to *info_len* bytes of *info* and updates *info_len* with the
517 * @param info_len pointer to the size of *info*; on success updated with the
522 LIBBPF_API int bpf_map_get_info_by_fd(int map_fd, struct bpf_map_info *info, __u32 *info_len);
528 * Populates up to *info_len* bytes of *info* and updates *info_len* with the
534 * @param info_len pointer to the size of *info*; on success updated with the
539 LIBBPF_API int bpf_btf_get_info_by_fd(int btf_fd, struct bpf_btf_info *info, __u32 *info_len);
545 * Populates up to *info_len* bytes of *info* and updates *info_len* with the
551 * @param info_len pointer to the size of *info*; on success updated with the
556 LIBBPF_API int bpf_link_get_info_by_fd(int link_fd, struct bpf_link_info *info, __u32 *info_len);