|
@@ -1017,6 +1017,7 @@ struct bpf_prog_info {
|
|
__aligned_u64 map_ids;
|
|
__aligned_u64 map_ids;
|
|
char name[BPF_OBJ_NAME_LEN];
|
|
char name[BPF_OBJ_NAME_LEN];
|
|
__u32 ifindex;
|
|
__u32 ifindex;
|
|
|
|
+ __u32 :32;
|
|
__u64 netns_dev;
|
|
__u64 netns_dev;
|
|
__u64 netns_ino;
|
|
__u64 netns_ino;
|
|
} __attribute__((aligned(8)));
|
|
} __attribute__((aligned(8)));
|
|
@@ -1030,6 +1031,7 @@ struct bpf_map_info {
|
|
__u32 map_flags;
|
|
__u32 map_flags;
|
|
char name[BPF_OBJ_NAME_LEN];
|
|
char name[BPF_OBJ_NAME_LEN];
|
|
__u32 ifindex;
|
|
__u32 ifindex;
|
|
|
|
+ __u32 :32;
|
|
__u64 netns_dev;
|
|
__u64 netns_dev;
|
|
__u64 netns_ino;
|
|
__u64 netns_ino;
|
|
} __attribute__((aligned(8)));
|
|
} __attribute__((aligned(8)));
|