Open
Description
As far as I can tell, when using the SEC("maps") convention, there is no definition of bpf_map_def in a header file accessible outside the kernel. So it's necessary for the user's program to explicitly define bpf_map_def, and cross their fingers that the kernel won't change anything about that struct in the future.
If that's not the case, could you point out which header file bpf_map_def is found in?
Metadata
Metadata
Assignees
Labels
No labels