Lines Matching refs:ufid_present
1105 bool ufid_present; in ovs_flow_cmd_set() local
1114 ufid_present = ovs_nla_get_ufid(&sfid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_set()
1146 if (ufid_present) in ovs_flow_cmd_set()
1216 bool ufid_present; in ovs_flow_cmd_get() local
1218 ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_get()
1223 } else if (!ufid_present) { in ovs_flow_cmd_get()
1238 if (ufid_present) in ovs_flow_cmd_get()
1275 bool ufid_present; in ovs_flow_cmd_del() local
1277 ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_del()
1293 if (unlikely(!a[OVS_FLOW_ATTR_KEY] && !ufid_present)) { in ovs_flow_cmd_del()
1298 if (ufid_present) in ovs_flow_cmd_del()