linux-stable/net/l3mdev
David Ahern 4a65896f94 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>
2016-05-09 22:33:52 -04:00
..
Kconfig net: Introduce L3 Master device abstraction 2015-09-29 20:40:32 -07:00
l3mdev.c net: l3mdev: Move get_saddr and rt6_dst 2016-05-09 22:33:52 -04:00
Makefile net: Introduce L3 Master device abstraction 2015-09-29 20:40:32 -07:00