commit | 81f6cb31222d286dab65579d61f96664eeb99e0b | [log] [tgz] |
---|---|---|
author | Xin Long <lucien.xin@gmail.com> | Mon Aug 03 23:34:46 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 05 12:19:52 2020 -0700 |
tree | 8f174a5e0f306a98759239c9aab941206c420ff2 | |
parent | 5845589ed652da9b65833044bd2d0bcb1d676ed0 [diff] |
ipv6: add ipv6_dev_find() This is to add an ip_dev_find like function for ipv6, used to find the dev by saddr. It will be used by TIPC protocol. So also export it. Signed-off-by: Xin Long <lucien.xin@gmail.com> Acked-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>