Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
flow_keys.h
Go to the documentation of this file.
1 #ifndef _NET_FLOW_KEYS_H
2 #define _NET_FLOW_KEYS_H
3 
4 struct flow_keys {
5  /* (src,dst) must be grouped, in the same way than in IP header */
8  union {
11  };
13 };
14 
15 extern bool skb_flow_dissect(const struct sk_buff *skb, struct flow_keys *flow);
16 #endif