diff options
| author | Antony Antony <antony.antony@secunet.com> | 2026-05-26 22:07:15 +0300 |
|---|---|---|
| committer | Steffen Klassert <steffen.klassert@secunet.com> | 2026-06-04 13:22:38 +0300 |
| commit | e2e92714d08117d18f0e560673206717d10edbd4 (patch) | |
| tree | d4f37d248d9d9d071eefbc227a82fc329f73d4d9 /include | |
| parent | 364e165e0b63e8142e76de83e96ae8e36c3b955a (diff) | |
| download | linux-e2e92714d08117d18f0e560673206717d10edbd4.tar.xz | |
xfrm: rename reqid in xfrm_migrate
In preparation for a later patch in this series s/reqid/old_reqid/.
No functional change.
Signed-off-by: Antony Antony <antony.antony@secunet.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/xfrm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 0c035955d87d..368b1dc22e5c 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h @@ -685,7 +685,7 @@ struct xfrm_migrate { u8 proto; u8 mode; u16 reserved; - u32 reqid; + u32 old_reqid; u16 old_family; u16 new_family; }; |
