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

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

[IPV4]: struct ipcm_cookie annotation



->addr 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 3ca3c68e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ struct inet_skb_parm

struct ipcm_cookie
{
	u32			addr;
	__be32			addr;
	int			oif;
	struct ip_options	*opt;
};
+1 −1
Original line number Diff line number Diff line
@@ -382,7 +382,7 @@ static int raw_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
	struct rtable *rt = NULL;
	int free = 0;
	__be32 daddr;
	u32 saddr;
	__be32 saddr;
	u8  tos;
	int err;