Searched refs:ovs_nla_get_match (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/openvswitch/ |
D | flow_netlink.h | 55 int ovs_nla_get_match(struct sw_flow_match *, const struct nlattr *key,
|
D | datapath.c | 901 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()
|
D | flow_netlink.c | 1042 int ovs_nla_get_match(struct sw_flow_match *match, in ovs_nla_get_match() function
|