ufid_flags        685 net/openvswitch/datapath.c static bool should_fill_key(const struct sw_flow_id *sfid, uint32_t ufid_flags)
ufid_flags        688 net/openvswitch/datapath.c 	       !(ufid_flags & OVS_UFID_F_OMIT_KEY);
ufid_flags        691 net/openvswitch/datapath.c static bool should_fill_mask(uint32_t ufid_flags)
ufid_flags        693 net/openvswitch/datapath.c 	return !(ufid_flags & OVS_UFID_F_OMIT_MASK);
ufid_flags        696 net/openvswitch/datapath.c static bool should_fill_actions(uint32_t ufid_flags)
ufid_flags        698 net/openvswitch/datapath.c 	return !(ufid_flags & OVS_UFID_F_OMIT_ACTIONS);
ufid_flags        703 net/openvswitch/datapath.c 				    uint32_t ufid_flags)
ufid_flags        716 net/openvswitch/datapath.c 	if (!sfid || should_fill_key(sfid, ufid_flags))
ufid_flags        720 net/openvswitch/datapath.c 	if (should_fill_mask(ufid_flags))
ufid_flags        724 net/openvswitch/datapath.c 	if (should_fill_actions(ufid_flags))
ufid_flags        804 net/openvswitch/datapath.c 				  u32 seq, u32 flags, u8 cmd, u32 ufid_flags)
ufid_flags        821 net/openvswitch/datapath.c 	if (should_fill_key(&flow->id, ufid_flags)) {
ufid_flags        827 net/openvswitch/datapath.c 	if (should_fill_mask(ufid_flags)) {
ufid_flags        837 net/openvswitch/datapath.c 	if (should_fill_actions(ufid_flags)) {
ufid_flags        856 net/openvswitch/datapath.c 					       uint32_t ufid_flags)
ufid_flags        864 net/openvswitch/datapath.c 	len = ovs_flow_cmd_msg_size(acts, sfid, ufid_flags);
ufid_flags        876 net/openvswitch/datapath.c 					       bool always, u32 ufid_flags)
ufid_flags        882 net/openvswitch/datapath.c 				      &flow->id, info, always, ufid_flags);
ufid_flags        888 net/openvswitch/datapath.c 					cmd, ufid_flags);
ufid_flags        907 net/openvswitch/datapath.c 	u32 ufid_flags = ovs_nla_get_ufid_flags(a[OVS_FLOW_ATTR_UFID_FLAGS]);
ufid_flags        959 net/openvswitch/datapath.c 					ufid_flags);
ufid_flags        993 net/openvswitch/datapath.c 						       ufid_flags);
ufid_flags       1035 net/openvswitch/datapath.c 						       ufid_flags);
ufid_flags       1147 net/openvswitch/datapath.c 	u32 ufid_flags = ovs_nla_get_ufid_flags(a[OVS_FLOW_ATTR_UFID_FLAGS]);
ufid_flags       1167 net/openvswitch/datapath.c 						ufid_flags);
ufid_flags       1201 net/openvswitch/datapath.c 						       ufid_flags);
ufid_flags       1208 net/openvswitch/datapath.c 						ufid_flags);
ufid_flags       1248 net/openvswitch/datapath.c 	u32 ufid_flags = ovs_nla_get_ufid_flags(a[OVS_FLOW_ATTR_UFID_FLAGS]);
ufid_flags       1283 net/openvswitch/datapath.c 					OVS_FLOW_CMD_GET, true, ufid_flags);
ufid_flags       1307 net/openvswitch/datapath.c 	u32 ufid_flags = ovs_nla_get_ufid_flags(a[OVS_FLOW_ATTR_UFID_FLAGS]);
ufid_flags       1346 net/openvswitch/datapath.c 					&flow->id, info, false, ufid_flags);
ufid_flags       1354 net/openvswitch/datapath.c 						     ufid_flags);
ufid_flags       1381 net/openvswitch/datapath.c 	u32 ufid_flags;
ufid_flags       1388 net/openvswitch/datapath.c 	ufid_flags = ovs_nla_get_ufid_flags(a[OVS_FLOW_ATTR_UFID_FLAGS]);
ufid_flags       1411 net/openvswitch/datapath.c 					   OVS_FLOW_CMD_GET, ufid_flags) < 0)