Home
last modified time | relevance | path

Searched refs:batadv_debugfs (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/net/batman-adv/
H A Ddebugfs.c37 static struct dentry *batadv_debugfs; variable
296 batadv_debugfs = debugfs_create_dir(BATADV_DEBUGFS_SUBDIR, NULL); in batadv_debugfs_init()
301 batadv_debugfs, NULL, &(*bat_debug)->fops); in batadv_debugfs_init()
309 debugfs_remove_recursive(batadv_debugfs); in batadv_debugfs_destroy()
310 batadv_debugfs = NULL; in batadv_debugfs_destroy()
327 batadv_debugfs); in batadv_debugfs_add_hardif()
364 if (batadv_debugfs) { in batadv_debugfs_del_hardif()
385 bat_priv->debug_dir = debugfs_create_dir(dev->name, batadv_debugfs); in batadv_debugfs_add_meshif()
438 if (batadv_debugfs) { in batadv_debugfs_del_meshif()

Completed in 1 milliseconds