summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/flow.h
diff options
context:
space:
mode:
authorAndy Zhou <azhou@nicira.com>2013-08-22 12:12:57 -0700
committerJesse Gross <jesse@nicira.com>2013-08-26 14:03:14 -0700
commit02237373b1c61a09a4db329545e39cffc48910d5 (patch)
tree47c876a301fbf432aa5b25e988aa7c217d9c724a /net/openvswitch/flow.h
parenta175a723301a8a4a9fedf9ce5b8ca586e7a97b40 (diff)
downloadop-kernel-dev-02237373b1c61a09a4db329545e39cffc48910d5.zip
op-kernel-dev-02237373b1c61a09a4db329545e39cffc48910d5.tar.gz
openvswitch: Rename key_len to key_end
Key_end is a better name describing the ending boundary than key_len. Rename those variables to make it less confusing. Signed-off-by: Andy Zhou <azhou@nicira.com> Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'net/openvswitch/flow.h')
-rw-r--r--net/openvswitch/flow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/flow.h b/net/openvswitch/flow.h
index d08dcf7..e793051 100644
--- a/net/openvswitch/flow.h
+++ b/net/openvswitch/flow.h
@@ -243,7 +243,7 @@ int ovs_ipv4_tun_to_nlattr(struct sk_buff *skb,
const struct ovs_key_ipv4_tunnel *output);
bool ovs_flow_cmp_unmasked_key(const struct sw_flow *flow,
- const struct sw_flow_key *key, int key_len);
+ const struct sw_flow_key *key, int key_end);
struct sw_flow_mask {
int ref_count;
OpenPOWER on IntegriCloud