commit | 4a65896f94fa82370041823837cd75aac1186b54 | [log] [tgz] |
---|---|---|
author | David Ahern <dsa@cumulusnetworks.com> | Sat May 07 16:48:59 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon May 09 22:33:52 2016 -0400 |
tree | 9443898f94aa86d35b0ab4e6369b6d4fe0f69361 | |
parent | 27c0f739a009971aaf43ee71d9b150a56ee57012 [diff] |
net: l3mdev: Move get_saddr and rt6_dst Move l3mdev_rt6_dst_by_oif and l3mdev_get_saddr to l3mdev.c. Collapse l3mdev_get_rt6_dst into l3mdev_rt6_dst_by_oif since it is the only user and keep the l3mdev_get_rt6_dst name for consistency with other hooks. A follow-on patch adds more code to these functions making them long for inlined functions. Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>