Lines Matching refs:bpf_map_info_struct
556 static_assert(SoM(struct bpf_map_info_struct, type) == SoM(struct bpf_map_info, type),
558 static_assert(offsetof(struct bpf_map_info_struct, type) == offsetof(struct bpf_map_info, type),
563 static_assert(SoM(struct bpf_map_info_struct, id) == SoM(struct bpf_map_info, id),
565 static_assert(offsetof(struct bpf_map_info_struct, id) == offsetof(struct bpf_map_info, id),
570 static_assert(SoM(struct bpf_map_info_struct, key_size) == SoM(struct bpf_map_info, key_size),
572 …static_assert(offsetof(struct bpf_map_info_struct, key_size) == offsetof(struct bpf_map_info, key_…
577 static_assert(SoM(struct bpf_map_info_struct, value_size) == SoM(struct bpf_map_info, value_size),
579 …static_assert(offsetof(struct bpf_map_info_struct, value_size) == offsetof(struct bpf_map_info, va…
584 …static_assert(SoM(struct bpf_map_info_struct, max_entries) == SoM(struct bpf_map_info, max_entries…
586 …static_assert(offsetof(struct bpf_map_info_struct, max_entries) == offsetof(struct bpf_map_info, m…
591 static_assert(SoM(struct bpf_map_info_struct, map_flags) == SoM(struct bpf_map_info, map_flags),
593 …static_assert(offsetof(struct bpf_map_info_struct, map_flags) == offsetof(struct bpf_map_info, map…
598 static_assert(SoM(struct bpf_map_info_struct, name) == SoM(struct bpf_map_info, name),
600 static_assert(offsetof(struct bpf_map_info_struct, name) == offsetof(struct bpf_map_info, name),
605 static_assert(SoM(struct bpf_map_info_struct, ifindex) == SoM(struct bpf_map_info, ifindex),
607 …static_assert(offsetof(struct bpf_map_info_struct, ifindex) == offsetof(struct bpf_map_info, ifind…