Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | batadv_attribute |
Macros | |
#define | BATADV_SYSFS_IF_MESH_SUBDIR "mesh" |
#define | BATADV_SYSFS_IF_BAT_SUBDIR "batman_adv" |
Functions | |
int | batadv_sysfs_add_meshif (struct net_device *dev) |
void | batadv_sysfs_del_meshif (struct net_device *dev) |
int | batadv_sysfs_add_hardif (struct kobject **hardif_obj, struct net_device *dev) |
void | batadv_sysfs_del_hardif (struct kobject **hardif_obj) |
int | batadv_throw_uevent (struct batadv_priv *bat_priv, enum batadv_uev_type type, enum batadv_uev_action action, const char *data) |
int batadv_sysfs_add_hardif | ( | struct kobject ** | hardif_obj, |
struct net_device * | dev | ||
) |
int batadv_sysfs_add_meshif | ( | struct net_device * | dev | ) |
void batadv_sysfs_del_meshif | ( | struct net_device * | dev | ) |
int batadv_throw_uevent | ( | struct batadv_priv * | bat_priv, |
enum batadv_uev_type | type, | ||
enum batadv_uev_action | action, | ||
const char * | data | ||
) |