]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: add ipv6_dev_find()
authorXin Long <lucien.xin@gmail.com>
Mon, 3 Aug 2020 15:34:46 +0000 (23:34 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Aug 2020 19:19:52 +0000 (12:19 -0700)
commit05e864aad67e5e0acebd637c85506765849aaab5
tree8f174a5e0f306a98759239c9aab941206c420ff2
parentf0d1a7aa149416f50e67805a0aafdc2e43e4dc3d
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>
include/net/addrconf.h
net/ipv6/addrconf.c