Lines Matching refs:ufid_present
1059 bool ufid_present; in ovs_flow_cmd_set() local
1068 ufid_present = ovs_nla_get_ufid(&sfid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_set()
1100 if (ufid_present) in ovs_flow_cmd_set()
1169 bool ufid_present; in ovs_flow_cmd_get() local
1171 ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_get()
1176 } else if (!ufid_present) { in ovs_flow_cmd_get()
1191 if (ufid_present) in ovs_flow_cmd_get()
1227 bool ufid_present; in ovs_flow_cmd_del() local
1229 ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_del()
1245 if (unlikely(!a[OVS_FLOW_ATTR_KEY] && !ufid_present)) { in ovs_flow_cmd_del()
1250 if (ufid_present) in ovs_flow_cmd_del()