Home
last modified time | relevance | path

Searched refs:batadv_softif_create (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dsoft-interface.h23 struct net_device *batadv_softif_create(struct net *net, const char *name);
H A Dhard-interface.c742 soft_iface = batadv_softif_create(net, iface_name); in batadv_hardif_enable_interface()
H A Dsoft-interface.c1073 struct net_device *batadv_softif_create(struct net *net, const char *name) in batadv_softif_create() function