diff options
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/bpf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h index 661318141f72..f0b6608b1f1c 100644 --- a/include/uapi/linux/bpf.h +++ b/include/uapi/linux/bpf.h | |||
| @@ -2268,7 +2268,7 @@ struct bpf_tunnel_key { | |||
| 2268 | }; | 2268 | }; |
| 2269 | __u8 tunnel_tos; | 2269 | __u8 tunnel_tos; |
| 2270 | __u8 tunnel_ttl; | 2270 | __u8 tunnel_ttl; |
| 2271 | __u16 tunnel_ext; | 2271 | __u16 tunnel_ext; /* Padding, future use. */ |
| 2272 | __u32 tunnel_label; | 2272 | __u32 tunnel_label; |
| 2273 | }; | 2273 | }; |
| 2274 | 2274 | ||
| @@ -2279,6 +2279,7 @@ struct bpf_xfrm_state { | |||
| 2279 | __u32 reqid; | 2279 | __u32 reqid; |
| 2280 | __u32 spi; /* Stored in network byte order */ | 2280 | __u32 spi; /* Stored in network byte order */ |
| 2281 | __u16 family; | 2281 | __u16 family; |
| 2282 | __u16 ext; /* Padding, future use. */ | ||
| 2282 | union { | 2283 | union { |
| 2283 | __u32 remote_ipv4; /* Stored in network byte order */ | 2284 | __u32 remote_ipv4; /* Stored in network byte order */ |
| 2284 | __u32 remote_ipv6[4]; /* Stored in network byte order */ | 2285 | __u32 remote_ipv6[4]; /* Stored in network byte order */ |
