Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
batadv_priv Struct Reference

#include <types.h>

Data Fields

atomic_t mesh_state
 
struct net_device_stats stats
 
uint64_t __percpubat_counters
 
atomic_t aggregated_ogms
 
atomic_t bonding
 
atomic_t fragmentation
 
atomic_t ap_isolation
 
atomic_t bridge_loop_avoidance
 
atomic_t vis_mode
 
atomic_t gw_mode
 
atomic_t gw_sel_class
 
atomic_t gw_bandwidth
 
atomic_t orig_interval
 
atomic_t hop_penalty
 
atomic_t log_level
 
atomic_t bcast_seqno
 
atomic_t bcast_queue_left
 
atomic_t batman_queue_left
 
char num_ifaces
 
struct batadv_debug_logdebug_log
 
struct kobjectmesh_obj
 
struct dentrydebug_dir
 
struct hlist_head forw_bat_list
 
struct hlist_head forw_bcast_list
 
struct batadv_hashtableorig_hash
 
spinlock_t forw_bat_list_lock
 
spinlock_t forw_bcast_list_lock
 
struct delayed_work orig_work
 
struct batadv_hard_iface __rcuprimary_if
 
struct batadv_algo_opsbat_algo_ops
 
struct batadv_priv_gw gw
 
struct batadv_priv_tt tt
 
struct batadv_priv_vis vis
 

Detailed Description

Definition at line 231 of file types.h.

Field Documentation

atomic_t aggregated_ogms

Definition at line 235 of file types.h.

atomic_t ap_isolation

Definition at line 238 of file types.h.

struct batadv_algo_ops* bat_algo_ops

Definition at line 261 of file types.h.

uint64_t __percpu* bat_counters

Definition at line 234 of file types.h.

atomic_t batman_queue_left

Definition at line 249 of file types.h.

atomic_t bcast_queue_left

Definition at line 248 of file types.h.

atomic_t bcast_seqno

Definition at line 247 of file types.h.

Definition at line 236 of file types.h.

atomic_t bridge_loop_avoidance

Definition at line 239 of file types.h.

struct dentry* debug_dir

Definition at line 253 of file types.h.

Definition at line 251 of file types.h.

struct hlist_head forw_bat_list

Definition at line 254 of file types.h.

spinlock_t forw_bat_list_lock

Definition at line 257 of file types.h.

struct hlist_head forw_bcast_list

Definition at line 255 of file types.h.

spinlock_t forw_bcast_list_lock

Definition at line 258 of file types.h.

atomic_t fragmentation

Definition at line 237 of file types.h.

Definition at line 265 of file types.h.

atomic_t gw_bandwidth

Definition at line 243 of file types.h.

atomic_t gw_mode

Definition at line 241 of file types.h.

atomic_t gw_sel_class

Definition at line 242 of file types.h.

atomic_t hop_penalty

Definition at line 245 of file types.h.

atomic_t log_level

Definition at line 246 of file types.h.

struct kobject* mesh_obj

Definition at line 252 of file types.h.

Definition at line 232 of file types.h.

char num_ifaces

Definition at line 250 of file types.h.

Definition at line 256 of file types.h.

atomic_t orig_interval

Definition at line 244 of file types.h.

struct delayed_work orig_work

Definition at line 259 of file types.h.

Definition at line 260 of file types.h.

Definition at line 233 of file types.h.

Definition at line 266 of file types.h.

Definition at line 267 of file types.h.

atomic_t vis_mode

Definition at line 240 of file types.h.


The documentation for this struct was generated from the following file: