summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorAntony Antony <antony.antony@secunet.com>2022-07-27 18:40:53 +0300
committerSteffen Klassert <steffen.klassert@secunet.com>2022-08-03 08:27:37 +0300
commit36d763509be326bb383b1b1852a129ff58d74e3b (patch)
treeead3a1ddbcddaf8b1afc5f9588296bce1dc16ece /include/uapi
parent717ada9f10f2de8c4f4d72ad045f3b67a7ced715 (diff)
downloadlinux-36d763509be326bb383b1b1852a129ff58d74e3b.tar.xz
xfrm: fix XFRMA_LASTUSED comment
It is a __u64, internally time64_t. Fixes: bf825f81b454 ("xfrm: introduce basic mark infrastructure") Signed-off-by: Antony Antony <antony.antony@secunet.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/xfrm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/xfrm.h b/include/uapi/linux/xfrm.h
index 65e13a099b1a..a9f5d884560a 100644
--- a/include/uapi/linux/xfrm.h
+++ b/include/uapi/linux/xfrm.h
@@ -296,7 +296,7 @@ enum xfrm_attr_type_t {
XFRMA_ETIMER_THRESH,
XFRMA_SRCADDR, /* xfrm_address_t */
XFRMA_COADDR, /* xfrm_address_t */
- XFRMA_LASTUSED, /* unsigned long */
+ XFRMA_LASTUSED, /* __u64 */
XFRMA_POLICY_TYPE, /* struct xfrm_userpolicy_type */
XFRMA_MIGRATE,
XFRMA_ALG_AEAD, /* struct xfrm_algo_aead */