File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1017,6 +1017,7 @@ struct bpf_prog_info {
1017
1017
__aligned_u64 map_ids ;
1018
1018
char name [BPF_OBJ_NAME_LEN ];
1019
1019
__u32 ifindex ;
1020
+ __u32 :32 ;
1020
1021
__u64 netns_dev ;
1021
1022
__u64 netns_ino ;
1022
1023
} __attribute__((aligned (8 )));
@@ -1030,6 +1031,7 @@ struct bpf_map_info {
1030
1031
__u32 map_flags ;
1031
1032
char name [BPF_OBJ_NAME_LEN ];
1032
1033
__u32 ifindex ;
1034
+ __u32 :32 ;
1033
1035
__u64 netns_dev ;
1034
1036
__u64 netns_ino ;
1035
1037
} __attribute__((aligned (8 )));
Original file line number Diff line number Diff line change @@ -1017,6 +1017,7 @@ struct bpf_prog_info {
1017
1017
__aligned_u64 map_ids ;
1018
1018
char name [BPF_OBJ_NAME_LEN ];
1019
1019
__u32 ifindex ;
1020
+ __u32 :32 ;
1020
1021
__u64 netns_dev ;
1021
1022
__u64 netns_ino ;
1022
1023
} __attribute__((aligned (8 )));
@@ -1030,6 +1031,7 @@ struct bpf_map_info {
1030
1031
__u32 map_flags ;
1031
1032
char name [BPF_OBJ_NAME_LEN ];
1032
1033
__u32 ifindex ;
1034
+ __u32 :32 ;
1033
1035
__u64 netns_dev ;
1034
1036
__u64 netns_ino ;
1035
1037
} __attribute__((aligned (8 )));
You can’t perform that action at this time.
0 commit comments