Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1e8733e authored by Sean Hefty's avatar Sean Hefty Committed by Roland Dreier
Browse files

[NET]: Export ip_dev_find()



Export ip_dev_find() to allow locating a net_device given an IP address.

Signed-off-by: default avatarSean Hefty <sean.hefty@intel.com>
Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 6e61d04f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -666,3 +666,4 @@ void __init ip_fib_init(void)
}

EXPORT_SYMBOL(inet_addr_type);
EXPORT_SYMBOL(ip_dev_find);