mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-12 21:44:06 +08: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:
parent
0579016ec4
commit
b406313c73
@ -38,7 +38,7 @@ struct sock_exterr_skb
|
||||
} header;
|
||||
struct sock_extended_err ee;
|
||||
u16 addr_offset;
|
||||
u16 port;
|
||||
__be16 port;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user