Home
last modified time | relevance | path

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

/linux-4.1.27/net/openvswitch/
Dflow_netlink.h55 int ovs_nla_get_match(struct sw_flow_match *, const struct nlattr *key,
Ddatapath.c901 error = ovs_nla_get_match(&match, a[OVS_FLOW_ATTR_KEY], in ovs_flow_cmd_new()
1070 error = ovs_nla_get_match(&match, a[OVS_FLOW_ATTR_KEY], in ovs_flow_cmd_set()
1174 err = ovs_nla_get_match(&match, a[OVS_FLOW_ATTR_KEY], NULL, in ovs_flow_cmd_get()
1232 err = ovs_nla_get_match(&match, a[OVS_FLOW_ATTR_KEY], NULL, in ovs_flow_cmd_del()
Dflow_netlink.c1042 int ovs_nla_get_match(struct sw_flow_match *match, in ovs_nla_get_match() function