Searched refs:sw_flow_match (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/net/openvswitch/ |
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.h | 43 void ovs_match_init(struct sw_flow_match *match, 59 int ovs_nla_get_match(struct net *, struct sw_flow_match *,
|
D | flow_netlink.c | 101 static void update_range(struct sw_flow_match *match, in update_range() 162 static bool match_validate(const struct sw_flow_match *match, in match_validate() 531 struct sw_flow_match *match, bool is_mask, in genev_tun_opt_from_nlattr() 582 struct sw_flow_match *match, bool is_mask, in vxlan_tun_opt_from_nlattr() 638 struct sw_flow_match *match, bool is_mask, in erspan_tun_opt_from_nlattr() 665 struct sw_flow_match *match, bool is_mask, in ip_tun_from_nlattr() 948 static int encode_vlan_from_nlattrs(struct sw_flow_match *match, in encode_vlan_from_nlattrs() 971 static int validate_vlan_from_nlattrs(const struct sw_flow_match *match, in validate_vlan_from_nlattrs() 1009 static int validate_vlan_mask_from_nlattrs(const struct sw_flow_match *match, in validate_vlan_mask_from_nlattrs() 1051 static int __parse_vlan_from_nlattrs(struct sw_flow_match *match, in __parse_vlan_from_nlattrs() [all …]
|
D | flow_table.c | 456 const struct sw_flow_match *match) in ovs_flow_cmp_unmasked_key() 513 const struct sw_flow_match *match) in ovs_flow_tbl_lookup_exact() 543 bool ovs_flow_cmp(const struct sw_flow *flow, const struct sw_flow_match *match) in ovs_flow_cmp()
|
D | flow.h | 188 struct sw_flow_match { struct
|
D | datapath.c | 892 struct sw_flow_match match; in ovs_flow_cmd_new() 1081 struct sw_flow_match *match, in ovs_nla_init_match_and_action() 1130 struct sw_flow_match match; in ovs_flow_cmd_set() 1231 struct sw_flow_match match; in ovs_flow_cmd_get() 1290 struct sw_flow_match match; in ovs_flow_cmd_del()
|