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

Data Fields

struct hlist_node hlist
 
struct net_devicedev
 
struct vxlan_stats __percpustats
 
__u32 vni
 
__be32 gaddr
 
__be32 saddr
 
unsigned int link
 
__u16 port_min
 
__u16 port_max
 
__u8 tos
 
__u8 ttl
 
bool learn
 
unsigned long age_interval
 
struct timer_list age_timer
 
spinlock_t hash_lock
 
unsigned int addrcnt
 
unsigned int addrmax
 
unsigned int addrexceeded
 
struct hlist_head fdb_head [FDB_HASH_SIZE]
 

Detailed Description

Definition at line 101 of file vxlan.c.

Field Documentation

unsigned int addrcnt

Definition at line 118 of file vxlan.c.

unsigned int addrexceeded

Definition at line 120 of file vxlan.c.

unsigned int addrmax

Definition at line 119 of file vxlan.c.

unsigned long age_interval

Definition at line 115 of file vxlan.c.

struct timer_list age_timer

Definition at line 116 of file vxlan.c.

Definition at line 103 of file vxlan.c.

Definition at line 122 of file vxlan.c.

__be32 gaddr

Definition at line 106 of file vxlan.c.

spinlock_t hash_lock

Definition at line 117 of file vxlan.c.

Definition at line 102 of file vxlan.c.

bool learn

Definition at line 113 of file vxlan.c.

unsigned int link

Definition at line 108 of file vxlan.c.

__u16 port_max

Definition at line 110 of file vxlan.c.

__u16 port_min

Definition at line 109 of file vxlan.c.

__be32 saddr

Definition at line 107 of file vxlan.c.

Definition at line 104 of file vxlan.c.

__u8 tos

Definition at line 111 of file vxlan.c.

__u8 ttl

Definition at line 112 of file vxlan.c.

__u32 vni

Definition at line 105 of file vxlan.c.


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