mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00:00
[XFRM]: xfrm_parse_spi() 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
e037c39bf9
commit
6067b2baba
4 changed files with 8 additions and 8 deletions
|
@ -19,7 +19,7 @@
|
|||
int xfrm6_rcv_spi(struct sk_buff *skb, u32 spi)
|
||||
{
|
||||
int err;
|
||||
u32 seq;
|
||||
__be32 seq;
|
||||
struct xfrm_state *xfrm_vec[XFRM_MAX_DEPTH];
|
||||
struct xfrm_state *x;
|
||||
int xfrm_nr = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue