Searched refs:ovs_nla_get_match (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/net/openvswitch/
H A Dflow_netlink.h55 int ovs_nla_get_match(struct sw_flow_match *, const struct nlattr *key,
H A Ddatapath.c901 error = ovs_nla_get_match(&match, a[OVS_FLOW_ATTR_KEY], ovs_flow_cmd_new()
1070 error = ovs_nla_get_match(&match, a[OVS_FLOW_ATTR_KEY], ovs_flow_cmd_set()
1174 err = ovs_nla_get_match(&match, a[OVS_FLOW_ATTR_KEY], NULL, ovs_flow_cmd_get()
1232 err = ovs_nla_get_match(&match, a[OVS_FLOW_ATTR_KEY], NULL, ovs_flow_cmd_del()
H A Dflow_netlink.c1028 * ovs_nla_get_match - parses Netlink attributes into a flow key and
1042 int ovs_nla_get_match(struct sw_flow_match *match, ovs_nla_get_match() function

Completed in 58 milliseconds