summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/include/net/flow_keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/include/net/flow_keys.h')
-rw-r--r--ANDROID_3.4.5/include/net/flow_keys.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/ANDROID_3.4.5/include/net/flow_keys.h b/ANDROID_3.4.5/include/net/flow_keys.h
deleted file mode 100644
index 80461c1a..00000000
--- a/ANDROID_3.4.5/include/net/flow_keys.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef _NET_FLOW_KEYS_H
-#define _NET_FLOW_KEYS_H
-
-struct flow_keys {
- /* (src,dst) must be grouped, in the same way than in IP header */
- __be32 src;
- __be32 dst;
- union {
- __be32 ports;
- __be16 port16[2];
- };
- u8 ip_proto;
-};
-
-extern bool skb_flow_dissect(const struct sk_buff *skb, struct flow_keys *flow);
-#endif