Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b406313c authored by Al Viro's avatar Al Viro Committed by David S. Miller
Browse files

[NET]: struct sock_exterr_skb annotations



->port is net-endian

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 0579016e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ struct sock_exterr_skb
	} header;
	struct sock_extended_err	ee;
	u16				addr_offset;
	u16				port;
	__be16				port;
};

#endif