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

#include <vport.h>

Data Fields

struct rcu_head rcu
 
u16 port_no
 
struct datapathdp
 
u32 upcall_portid
 
struct hlist_node hash_node
 
struct hlist_node dp_hash_node
 
struct vport_opsops
 
struct vport_percpu_stats
__percpu
percpu_stats
 
spinlock_t stats_lock
 
struct vport_err_stats err_stats
 

Detailed Description

struct vport - one port within a datapath : RCU callback head for deferred destruction. : Index into 's array. : Datapath to which this port belongs. : The Netlink port to use for packets received on this port that miss the flow table. : Element in hash table in vport.c. : Element in ->ports hash table in datapath.c. : Class structure. : Points to per-CPU statistics used and maintained by vport : Protects ; : Points to error statistics used and maintained by vport

Definition at line 82 of file vport.h.

Field Documentation

Definition at line 85 of file vport.h.

struct hlist_node dp_hash_node

Definition at line 89 of file vport.h.

Definition at line 95 of file vport.h.

struct hlist_node hash_node

Definition at line 88 of file vport.h.

Definition at line 90 of file vport.h.

Definition at line 92 of file vport.h.

u16 port_no

Definition at line 84 of file vport.h.

Definition at line 83 of file vport.h.

spinlock_t stats_lock

Definition at line 94 of file vport.h.

u32 upcall_portid

Definition at line 86 of file vport.h.


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