aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/flow_dissector.h
diff options
context:
space:
mode:
authorJiri Pirko <jiri@resnulli.us>2015-05-12 14:56:08 +0200
committerDavid S. Miller <davem@davemloft.net>2015-05-13 15:19:45 -0400
commitb0a31431b4d81fb1ccc36ce64ce3fe6a0aca4031 (patch)
tree292e7459ec2b353be22bb178b22041c013affe42 /include/net/flow_dissector.h
parentnet: change name of flow_dissector header to match the .c file name (diff)
downloadlinux-dev-b0a31431b4d81fb1ccc36ce64ce3fe6a0aca4031.tar.xz
linux-dev-b0a31431b4d81fb1ccc36ce64ce3fe6a0aca4031.zip
flow_dissector: remove unused function flow_get_hlen declaration
commit 56193d1bce ("net: Add function for parsing the header length out of linear ethernet frames") added this function declaration but it is defined nowhere. Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/flow_dissector.h')
-rw-r--r--include/net/flow_dissector.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/flow_dissector.h b/include/net/flow_dissector.h
index 5e99a7b3963c..118ae6926a72 100644
--- a/include/net/flow_dissector.h
+++ b/include/net/flow_dissector.h
@@ -47,9 +47,6 @@ static inline __be32 skb_flow_get_ports(const struct sk_buff *skb,
u32 flow_hash_from_keys(struct flow_keys *keys);
-unsigned int flow_get_hlen(const unsigned char *data, unsigned int max_len,
- __be16 protocol);
-
/* struct flow_keys_digest:
*
* This structure is used to hold a digest of the full flow keys. This is a