[IPV4]: struct ip_options annotations
->faddr is net-endian; annotated as such, variables inferred to be net-endian annotated. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -513,7 +513,7 @@ int udp_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
|
||||
struct rtable *rt = NULL;
|
||||
int free = 0;
|
||||
int connected = 0;
|
||||
u32 daddr, faddr, saddr;
|
||||
__be32 daddr, faddr, saddr;
|
||||
u16 dport;
|
||||
u8 tos;
|
||||
int err;
|
||||
|
Reference in New Issue
Block a user