|
Linux Kernel
3.7.1
|
#include "main.h"#include <linux/debugfs.h>#include "debugfs.h"#include "translation-table.h"#include "originator.h"#include "hard-interface.h"#include "gateway_common.h"#include "gateway_client.h"#include "soft-interface.h"#include "vis.h"#include "icmp_socket.h"#include "bridge_loop_avoidance.h"Go to the source code of this file.
Data Structures | |
| struct | batadv_debuginfo |
Macros | |
| #define | BATADV_DEBUGINFO(_name, _mode, _open) |
Functions | |
| void | batadv_debugfs_init (void) |
| void | batadv_debugfs_destroy (void) |
| int | batadv_debugfs_add_meshif (struct net_device *dev) |
| void | batadv_debugfs_del_meshif (struct net_device *dev) |
| #define BATADV_DEBUGINFO | ( | _name, | |
| _mode, | |||
| _open | |||
| ) |
| int batadv_debugfs_add_meshif | ( | struct net_device * | dev | ) |
| void batadv_debugfs_del_meshif | ( | struct net_device * | dev | ) |
1.8.2