mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 06:32:08 +00:00
[XFRM]: xfrm_address_t annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5f19343fb1
commit
737b5761df
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
||||||
*/
|
*/
|
||||||
typedef union
|
typedef union
|
||||||
{
|
{
|
||||||
__u32 a4;
|
__be32 a4;
|
||||||
__u32 a6[4];
|
__be32 a6[4];
|
||||||
} xfrm_address_t;
|
} xfrm_address_t;
|
||||||
|
|
||||||
/* Ident of a specific xfrm_state. It is used on input to lookup
|
/* Ident of a specific xfrm_state. It is used on input to lookup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue