aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Antony <[email protected]>2022-07-27 17:40:53 +0200
committerSteffen Klassert <[email protected]>2022-08-03 07:27:37 +0200
commit36d763509be326bb383b1b1852a129ff58d74e3b (patch)
treeead3a1ddbcddaf8b1afc5f9588296bce1dc16ece
parent717ada9f10f2de8c4f4d72ad045f3b67a7ced715 (diff)
xfrm: fix XFRMA_LASTUSED comment
It is a __u64, internally time64_t. Fixes: bf825f81b454 ("xfrm: introduce basic mark infrastructure") Signed-off-by: Antony Antony <[email protected]> Signed-off-by: Steffen Klassert <[email protected]>
-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 */