Home
last modified time | relevance | path

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

/linux-4.4.14/net/batman-adv/
Ddebugfs.h33 int batadv_debugfs_add_meshif(struct net_device *dev);
48 static inline int batadv_debugfs_add_meshif(struct net_device *dev) in batadv_debugfs_add_meshif() function
Ddebugfs.c522 int batadv_debugfs_add_meshif(struct net_device *dev) in batadv_debugfs_add_meshif() function
Dsoft-interface.c830 ret = batadv_debugfs_add_meshif(dev); in batadv_softif_init_late()