[IPV4]: inet_select_addr() annotations
argument and return value are net-endian. Annotated function and 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:
@ -437,7 +437,7 @@ void icmp_send(struct sk_buff *skb_in, int type, int code, u32 info)
|
||||
struct icmp_bxm icmp_param;
|
||||
struct rtable *rt = (struct rtable *)skb_in->dst;
|
||||
struct ipcm_cookie ipc;
|
||||
u32 saddr;
|
||||
__be32 saddr;
|
||||
u8 tos;
|
||||
|
||||
if (!rt)
|
||||
|
Reference in New Issue
Block a user