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

/linux-4.1.27/net/openvswitch/
H A Dflow_netlink.h60 bool ovs_nla_get_ufid(struct sw_flow_id *, const struct nlattr *, bool log);
H A Ddatapath.c1068 ufid_present = ovs_nla_get_ufid(&sfid, a[OVS_FLOW_ATTR_UFID], log); ovs_flow_cmd_set()
1171 ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log); ovs_flow_cmd_get()
1229 ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log); ovs_flow_cmd_del()
H A Dflow_netlink.c1205 bool ovs_nla_get_ufid(struct sw_flow_id *sfid, const struct nlattr *attr, ovs_nla_get_ufid() function
1220 if (ovs_nla_get_ufid(sfid, ufid, log)) ovs_nla_get_identifier()

Completed in 54 milliseconds