Searched refs:ovs_nla_get_match (Results 1 – 3 of 3) sorted by relevance
/net/openvswitch/ |
D | flow_netlink.h | 45 int ovs_nla_get_match(struct net *, struct sw_flow_match *,
|
D | datapath.c | 1010 error = ovs_nla_get_match(net, &match, a[OVS_FLOW_ATTR_KEY], in ovs_flow_cmd_new() 1185 error = ovs_nla_get_match(net, match, a[OVS_FLOW_ATTR_KEY], in ovs_nla_init_match_and_action() 1334 err = ovs_nla_get_match(net, &match, a[OVS_FLOW_ATTR_KEY], NULL, in ovs_flow_cmd_get() 1393 err = ovs_nla_get_match(net, &match, a[OVS_FLOW_ATTR_KEY], in ovs_flow_cmd_del()
|
D | flow_netlink.c | 1799 int ovs_nla_get_match(struct net *net, struct sw_flow_match *match, in ovs_nla_get_match() function
|