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

#include <flow.h>

Data Fields

struct rcu_head rcu
 
struct hlist_node hash_node [2]
 
u32 hash
 
struct sw_flow_key key
 
struct sw_flow_actions __rcusf_acts
 
spinlock_t lock
 
unsigned long used
 
u64 packet_count
 
u64 byte_count
 
u8 tcp_flags
 

Detailed Description

Definition at line 96 of file flow.h.

Field Documentation

u64 byte_count

Definition at line 107 of file flow.h.

u32 hash

Definition at line 99 of file flow.h.

struct hlist_node hash_node[2]

Definition at line 98 of file flow.h.

Definition at line 101 of file flow.h.

spinlock_t lock

Definition at line 104 of file flow.h.

u64 packet_count

Definition at line 106 of file flow.h.

Definition at line 97 of file flow.h.

Definition at line 102 of file flow.h.

u8 tcp_flags

Definition at line 108 of file flow.h.

unsigned long used

Definition at line 105 of file flow.h.


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