Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds