commit | fe38d2a1c8bee0b3a0be40de5b621a28200612e5 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fb.com> | Tue Jan 17 07:51:01 2017 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 18 13:04:28 2017 -0500 |
tree | 92321ea6c293c9cd282bb7930e860885bbe96419 | |
parent | ab70e5862670177d207ea0e0e16454e4083a5ad5 [diff] |
inet: collapse ipv4/v6 rcv_saddr_equal functions into one We pass these per-protocol equal functions around in various places, but we can just have one function that checks the sk->sk_family and then do the right comparison function. I've also changed the ipv4 version to not cast to inet_sock since it is unneeded. Signed-off-by: Josef Bacik <jbacik@fb.com> Signed-off-by: David S. Miller <davem@davemloft.net>