mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
[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:
@@ -38,7 +38,7 @@ struct sock_exterr_skb
|
||||
} header;
|
||||
struct sock_extended_err ee;
|
||||
u16 addr_offset;
|
||||
u16 port;
|
||||
__be16 port;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user