[IPV4]: ip_route_connect() ipv4 address arguments annotated
annotated address arguments (port number left alone for now); ditto for inferred net-endian variables in callers. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -159,7 +159,7 @@ int tcp_v4_connect(struct sock *sk, struct sockaddr *uaddr, int addr_len)
|
||||
struct tcp_sock *tp = tcp_sk(sk);
|
||||
struct sockaddr_in *usin = (struct sockaddr_in *)uaddr;
|
||||
struct rtable *rt;
|
||||
u32 daddr, nexthop;
|
||||
__be32 daddr, nexthop;
|
||||
int tmp;
|
||||
int err;
|
||||
|
||||
|
Reference in New Issue
Block a user