[IPV4]: fib_validate_source() annotations
annotated arguments 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:
@@ -1722,7 +1722,8 @@ static inline int __mkroute_input(struct sk_buff *skb,
|
||||
int err;
|
||||
struct in_device *out_dev;
|
||||
unsigned flags = 0;
|
||||
u32 spec_dst, itag;
|
||||
__be32 spec_dst;
|
||||
u32 itag;
|
||||
|
||||
/* get a working reference to the output device */
|
||||
out_dev = in_dev_get(FIB_RES_DEV(*res));
|
||||
|
Reference in New Issue
Block a user