Searched refs:sw_flow_match (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/openvswitch/ |
D | flow_netlink.h | 43 void ovs_match_init(struct sw_flow_match *match, 55 int ovs_nla_get_match(struct net *, struct sw_flow_match *,
|
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 | 62 static void update_range(struct sw_flow_match *match, in update_range() 123 static bool match_validate(const struct sw_flow_match *match, in match_validate() 441 struct sw_flow_match *match, bool is_mask, in genev_tun_opt_from_nlattr() 492 struct sw_flow_match *match, bool is_mask, in vxlan_tun_opt_from_nlattr() 548 struct sw_flow_match *match, bool is_mask, in ip_tun_from_nlattr() 810 static int metadata_from_nlattrs(struct net *net, struct sw_flow_match *match, in metadata_from_nlattrs() 903 static int ovs_key_from_nlattrs(struct net *net, struct sw_flow_match *match, in ovs_key_from_nlattrs() 1178 int ovs_nla_get_match(struct net *net, struct sw_flow_match *match, in ovs_nla_get_match() 1395 struct sw_flow_match match; in ovs_nla_get_flow_metadata() 1882 void ovs_match_init(struct sw_flow_match *match, in ovs_match_init() [all …]
|
D | flow.h | 138 struct sw_flow_match { struct
|
D | flow_table.c | 461 const struct sw_flow_match *match) in ovs_flow_cmp_unmasked_key() 518 const struct sw_flow_match *match) in ovs_flow_tbl_lookup_exact() 548 bool ovs_flow_cmp(const struct sw_flow *flow, const struct sw_flow_match *match) in ovs_flow_cmp()
|
D | datapath.c | 918 struct sw_flow_match match; in ovs_flow_cmd_new() 1100 struct sw_flow_match match; in ovs_flow_cmd_set() 1211 struct sw_flow_match match; in ovs_flow_cmd_get() 1270 struct sw_flow_match match; in ovs_flow_cmd_del()
|