[NET]: struct sock_exterr_skb annotations
->port is net-endian 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
0579016ec4
commit
b406313c73
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ struct sock_exterr_skb
|
||||||
} header;
|
} header;
|
||||||
struct sock_extended_err ee;
|
struct sock_extended_err ee;
|
||||||
u16 addr_offset;
|
u16 addr_offset;
|
||||||
u16 port;
|
__be16 port;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue