[IPV4]: multipath_set_nhinfo() annotations
multipath_set_nhinfo() (and underlying callback) take net-endian network and netmask. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -217,8 +217,8 @@ static void wrandom_select_route(const struct flowi *flp,
|
||||
*rp = decision;
|
||||
}
|
||||
|
||||
static void wrandom_set_nhinfo(__u32 network,
|
||||
__u32 netmask,
|
||||
static void wrandom_set_nhinfo(__be32 network,
|
||||
__be32 netmask,
|
||||
unsigned char prefixlen,
|
||||
const struct fib_nh *nh)
|
||||
{
|
||||
|
Reference in New Issue
Block a user