Searched refs:sw_flow_match (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/net/openvswitch/ |
D | flow_netlink.h | 43 void ovs_match_init(struct sw_flow_match *match, 55 int ovs_nla_get_match(struct sw_flow_match *, const struct nlattr *key,
|
D | flow_table.h | 82 const struct sw_flow_match *match); 86 bool ovs_flow_cmp(const struct sw_flow *, const struct sw_flow_match *);
|
D | flow_netlink.c | 61 static void update_range(struct sw_flow_match *match, in update_range() 122 static bool match_validate(const struct sw_flow_match *match, in match_validate() 418 struct sw_flow_match *match, bool is_mask, in genev_tun_opt_from_nlattr() 473 struct sw_flow_match *match, bool is_mask, in vxlan_tun_opt_from_nlattr() 504 struct sw_flow_match *match, bool is_mask, in ipv4_tun_from_nlattr() 718 static int metadata_from_nlattrs(struct sw_flow_match *match, u64 *attrs, in metadata_from_nlattrs() 774 static int ovs_key_from_nlattrs(struct sw_flow_match *match, u64 attrs, in ovs_key_from_nlattrs() 1042 int ovs_nla_get_match(struct sw_flow_match *match, in ovs_nla_get_match() 1258 struct sw_flow_match match; in ovs_nla_get_flow_metadata() 1700 void ovs_match_init(struct sw_flow_match *match, in ovs_match_init() [all …]
|
D | flow_table.c | 459 const struct sw_flow_match *match) in ovs_flow_cmp_unmasked_key() 516 const struct sw_flow_match *match) in ovs_flow_tbl_lookup_exact() 546 bool ovs_flow_cmp(const struct sw_flow *flow, const struct sw_flow_match *match) in ovs_flow_cmp()
|
D | flow.h | 194 struct sw_flow_match { struct
|
D | datapath.c | 874 struct sw_flow_match match; in ovs_flow_cmd_new() 1054 struct sw_flow_match match; in ovs_flow_cmd_set() 1164 struct sw_flow_match match; in ovs_flow_cmd_get() 1222 struct sw_flow_match match; in ovs_flow_cmd_del()
|