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