Searched refs:ovs_nla_get_ufid (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/net/openvswitch/ |
H A D | flow_netlink.h | 60 bool ovs_nla_get_ufid(struct sw_flow_id *, const struct nlattr *, bool log);
|
H A D | datapath.c | 1068 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 D | flow_netlink.c | 1205 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