ufid_present     1150 net/openvswitch/datapath.c 	bool ufid_present;
ufid_present     1152 net/openvswitch/datapath.c 	ufid_present = ovs_nla_get_ufid(&sfid, a[OVS_FLOW_ATTR_UFID], log);
ufid_present     1153 net/openvswitch/datapath.c 	if (!a[OVS_FLOW_ATTR_KEY] && !ufid_present) {
ufid_present     1181 net/openvswitch/datapath.c 	if (ufid_present)
ufid_present     1251 net/openvswitch/datapath.c 	bool ufid_present;
ufid_present     1253 net/openvswitch/datapath.c 	ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log);
ufid_present     1258 net/openvswitch/datapath.c 	} else if (!ufid_present) {
ufid_present     1273 net/openvswitch/datapath.c 	if (ufid_present)
ufid_present     1310 net/openvswitch/datapath.c 	bool ufid_present;
ufid_present     1312 net/openvswitch/datapath.c 	ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log);
ufid_present     1328 net/openvswitch/datapath.c 	if (unlikely(!a[OVS_FLOW_ATTR_KEY] && !ufid_present)) {
ufid_present     1333 net/openvswitch/datapath.c 	if (ufid_present)