diff options
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/bpf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h index 74dc4dc98681..406c19d6016b 100644 --- a/include/uapi/linux/bpf.h +++ b/include/uapi/linux/bpf.h | |||
| @@ -938,6 +938,9 @@ struct bpf_map_info { | |||
| 938 | __u32 max_entries; | 938 | __u32 max_entries; |
| 939 | __u32 map_flags; | 939 | __u32 map_flags; |
| 940 | char name[BPF_OBJ_NAME_LEN]; | 940 | char name[BPF_OBJ_NAME_LEN]; |
| 941 | __u32 ifindex; | ||
| 942 | __u64 netns_dev; | ||
| 943 | __u64 netns_ino; | ||
| 941 | } __attribute__((aligned(8))); | 944 | } __attribute__((aligned(8))); |
| 942 | 945 | ||
| 943 | /* User bpf_sock_ops struct to access socket values and specify request ops | 946 | /* User bpf_sock_ops struct to access socket values and specify request ops |
