Searched refs:ovs_nla_get_ufid (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/net/openvswitch/ |
| D | flow_netlink.h | 62 bool ovs_nla_get_ufid(struct sw_flow_id *, const struct nlattr *, bool log);
|
| D | datapath.c | 1114 ufid_present = ovs_nla_get_ufid(&sfid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_set() 1218 ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_get() 1277 ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_del()
|
| D | flow_netlink.c | 1342 bool ovs_nla_get_ufid(struct sw_flow_id *sfid, const struct nlattr *attr, in ovs_nla_get_ufid() function 1357 if (ovs_nla_get_ufid(sfid, ufid, log)) in ovs_nla_get_identifier()
|