Joe Perches 7016e06271 net: Convert int functions to bool
Global function ipv6_rcv_saddr_equal and static functions
ipv6_rcv_saddr_equal and ipv4_rcv_saddr_equal currently return int.

bool is slightly more descriptive for these functions so change
their return type from int to bool.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-09-18 11:40:03 -07:00
..
2017-09-01 17:33:17 -07:00
2017-06-15 12:12:40 -04:00
2017-09-18 11:28:36 -07:00
2017-09-08 16:07:17 -07:00
2017-09-16 09:07:01 -07:00
2017-02-15 11:04:11 +01:00
2017-01-10 10:57:12 +01:00