Home
last modified time | relevance | path

Searched refs:ovs_flow_cmp (Results 1 – 3 of 3) sorted by relevance

/linux/net/openvswitch/
H A Dflow_table.h105 bool ovs_flow_cmp(const struct sw_flow *, const struct sw_flow_match *);
H A Dflow_table.c908 bool ovs_flow_cmp(const struct sw_flow *flow, in ovs_flow_cmp() function
H A Ddatapath.c1086 if (unlikely(!ovs_flow_cmp(flow, &match))) { in ovs_flow_cmd_new()