Symbol: sw_flow_match
net/openvswitch/datapath.c
1006
struct sw_flow_match match;
net/openvswitch/datapath.c
1203
struct sw_flow_match *match,
net/openvswitch/datapath.c
1252
struct sw_flow_match match;
net/openvswitch/datapath.c
1353
struct sw_flow_match match;
net/openvswitch/datapath.c
1412
struct sw_flow_match match;
net/openvswitch/flow_netlink.c
1011
static int validate_vlan_from_nlattrs(const struct sw_flow_match *match,
net/openvswitch/flow_netlink.c
1049
static int validate_vlan_mask_from_nlattrs(const struct sw_flow_match *match,
net/openvswitch/flow_netlink.c
1091
static int __parse_vlan_from_nlattrs(struct sw_flow_match *match,
net/openvswitch/flow_netlink.c
1126
static int parse_vlan_from_nlattrs(struct sw_flow_match *match,
net/openvswitch/flow_netlink.c
1149
static int parse_eth_type_from_nlattrs(struct sw_flow_match *match,
net/openvswitch/flow_netlink.c
1170
static int metadata_from_nlattrs(struct net *net, struct sw_flow_match *match,
net/openvswitch/flow_netlink.c
1366
struct sw_flow_match *match, bool is_mask,
net/openvswitch/flow_netlink.c
1486
static int ovs_key_from_nlattrs(struct net *net, struct sw_flow_match *match,
net/openvswitch/flow_netlink.c
163
static bool match_validate(const struct sw_flow_match *match,
net/openvswitch/flow_netlink.c
1775
int ovs_nla_get_match(struct net *net, struct sw_flow_match *match,
net/openvswitch/flow_netlink.c
1931
struct sw_flow_match match;
net/openvswitch/flow_netlink.c
2677
void ovs_match_init(struct sw_flow_match *match,
net/openvswitch/flow_netlink.c
2728
struct sw_flow_match match;
net/openvswitch/flow_netlink.c
2808
struct sw_flow_match match;
net/openvswitch/flow_netlink.c
543
struct sw_flow_match *match, bool is_mask,
net/openvswitch/flow_netlink.c
594
struct sw_flow_match *match, bool is_mask,
net/openvswitch/flow_netlink.c
650
struct sw_flow_match *match, bool is_mask,
net/openvswitch/flow_netlink.c
677
struct sw_flow_match *match, bool is_mask,
net/openvswitch/flow_netlink.c
95
static void update_range(struct sw_flow_match *match,
net/openvswitch/flow_netlink.c
988
static int encode_vlan_from_nlattrs(struct sw_flow_match *match,
net/openvswitch/flow_netlink.h
29
void ovs_match_init(struct sw_flow_match *match,
net/openvswitch/flow_netlink.h
45
int ovs_nla_get_match(struct net *, struct sw_flow_match *,
net/openvswitch/flow_table.c
686
const struct sw_flow_match *match)
net/openvswitch/flow_table.c
866
const struct sw_flow_match *match)
net/openvswitch/flow_table.c
907
const struct sw_flow_match *match)
net/openvswitch/flow_table.h
101
const struct sw_flow_match *match);
net/openvswitch/flow_table.h
105
bool ovs_flow_cmp(const struct sw_flow *, const struct sw_flow_match *);