mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-04 05:29:48 +07:00
[IPV4]: ipv4_is_lbcast() misannotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
27724426a9
commit
0ff9663c88
@ -265,7 +265,7 @@ static inline bool ipv4_is_local_multicast(__be32 addr)
|
|||||||
static inline bool ipv4_is_lbcast(__be32 addr)
|
static inline bool ipv4_is_lbcast(__be32 addr)
|
||||||
{
|
{
|
||||||
/* limited broadcast */
|
/* limited broadcast */
|
||||||
return addr == INADDR_BROADCAST;
|
return addr == htonl(INADDR_BROADCAST);
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline bool ipv4_is_zeronet(__be32 addr)
|
static inline bool ipv4_is_zeronet(__be32 addr)
|
||||||
|
Loading…
Reference in New Issue
Block a user