diff options
Diffstat (limited to 'net/openvswitch/flow_netlink.h')
-rw-r--r-- | net/openvswitch/flow_netlink.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/openvswitch/flow_netlink.h b/net/openvswitch/flow_netlink.h index 577f12be3459..9ed09e66876a 100644 --- a/net/openvswitch/flow_netlink.h +++ b/net/openvswitch/flow_netlink.h | |||
@@ -43,11 +43,14 @@ size_t ovs_key_attr_size(void); | |||
43 | void ovs_match_init(struct sw_flow_match *match, | 43 | void ovs_match_init(struct sw_flow_match *match, |
44 | struct sw_flow_key *key, struct sw_flow_mask *mask); | 44 | struct sw_flow_key *key, struct sw_flow_mask *mask); |
45 | 45 | ||
46 | int ovs_nla_put_flow(const struct sw_flow_key *, | 46 | int ovs_nla_put_key(const struct sw_flow_key *, const struct sw_flow_key *, |
47 | const struct sw_flow_key *, struct sk_buff *); | 47 | int attr, bool is_mask, struct sk_buff *); |
48 | int ovs_nla_get_flow_metadata(const struct nlattr *, struct sw_flow_key *, | 48 | int ovs_nla_get_flow_metadata(const struct nlattr *, struct sw_flow_key *, |
49 | bool log); | 49 | bool log); |
50 | 50 | ||
51 | int ovs_nla_put_unmasked_key(const struct sw_flow *flow, struct sk_buff *skb); | ||
52 | int ovs_nla_put_mask(const struct sw_flow *flow, struct sk_buff *skb); | ||
53 | |||
51 | int ovs_nla_get_match(struct sw_flow_match *, const struct nlattr *key, | 54 | int ovs_nla_get_match(struct sw_flow_match *, const struct nlattr *key, |
52 | const struct nlattr *mask, bool log); | 55 | const struct nlattr *mask, bool log); |
53 | int ovs_nla_put_egress_tunnel_key(struct sk_buff *, | 56 | int ovs_nla_put_egress_tunnel_key(struct sk_buff *, |