aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2020-06-01 08:07:02 -0700
committerStephen Hemminger <stephen@networkplumber.org>2020-06-01 08:07:02 -0700
commit6facadcfb6d9a1b619e5c986505b87760336c483 (patch)
tree38dabd304eca907f747a881657946f822b242b48
parent354efaec3895f004382414f2df17e7d820e695f6 (diff)
downloadiproute2-6facadcfb6d9a1b619e5c986505b87760336c483.tar.gz
uapi: fix comment in xfrm.h
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-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 5cdda9d37..50450f3f0 100644
--- a/include/uapi/linux/xfrm.h
+++ b/include/uapi/linux/xfrm.h
@@ -304,7 +304,7 @@ enum xfrm_attr_type_t {
XFRMA_PROTO, /* __u8 */
XFRMA_ADDRESS_FILTER, /* struct xfrm_address_filter */
XFRMA_PAD,
- XFRMA_OFFLOAD_DEV, /* struct xfrm_state_offload */
+ XFRMA_OFFLOAD_DEV, /* struct xfrm_user_offload */
XFRMA_SET_MARK, /* __u32 */
XFRMA_SET_MARK_MASK, /* __u32 */
XFRMA_IF_ID, /* __u32 */