Home
last modified time | relevance | path

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

/net/l2tp/
Dl2tp_debugfs.c32 static struct dentry *rootdir; variable
328 rootdir = debugfs_create_dir("l2tp", NULL); in l2tp_debugfs_init()
330 debugfs_create_file("tunnels", 0600, rootdir, NULL, &l2tp_dfs_fops); in l2tp_debugfs_init()
339 debugfs_remove_recursive(rootdir); in l2tp_debugfs_exit()