]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
Update kernel headers
authorDavid Ahern <dsahern@kernel.org>
Mon, 3 Oct 2022 14:42:41 +0000 (08:42 -0600)
committerDavid Ahern <dsahern@kernel.org>
Mon, 3 Oct 2022 14:42:41 +0000 (08:42 -0600)
Update kernel headers to commit:
    62c07983bef9 ("once: add DO_ONCE_SLOW() for sleepable contexts")

Signed-off-by: David Ahern <dsahern@kernel.org>
include/uapi/linux/if_link.h
include/uapi/linux/lwtunnel.h

index 7494cffb8ff2157de81a164add1c19e87a280412..153fcb9617f8b9882b64e6575534b3ba267e7e70 100644 (file)
@@ -693,6 +693,7 @@ enum {
        IFLA_XFRM_UNSPEC,
        IFLA_XFRM_LINK,
        IFLA_XFRM_IF_ID,
+       IFLA_XFRM_COLLECT_METADATA,
        __IFLA_XFRM_MAX
 };
 
index 78f0ecd1fe8e091af5cc051bc5b2ddac403ddd37..9d22961be61996709ef2be373c8e5acabc39ddb1 100644 (file)
@@ -15,6 +15,7 @@ enum lwtunnel_encap_types {
        LWTUNNEL_ENCAP_SEG6_LOCAL,
        LWTUNNEL_ENCAP_RPL,
        LWTUNNEL_ENCAP_IOAM6,
+       LWTUNNEL_ENCAP_XFRM,
        __LWTUNNEL_ENCAP_MAX,
 };
 
@@ -111,4 +112,13 @@ enum {
 
 #define LWT_BPF_MAX_HEADROOM 256
 
+enum {
+       LWT_XFRM_UNSPEC,
+       LWT_XFRM_IF_ID,
+       LWT_XFRM_LINK,
+       __LWT_XFRM_MAX,
+};
+
+#define LWT_XFRM_MAX (__LWT_XFRM_MAX - 1)
+
 #endif /* _LWTUNNEL_H_ */