Lines Matching refs:sfid
716 static bool should_fill_key(const struct sw_flow_id *sfid, uint32_t ufid_flags)
718 return ovs_identifier_is_ufid(sfid) &&
733 const struct sw_flow_id *sfid,
741 if (sfid && ovs_identifier_is_ufid(sfid))
742 len += nla_total_size(sfid->ufid_len);
747 if (!sfid || should_fill_key(sfid, ufid_flags))
884 const struct sw_flow_id *sfid,
895 len = ovs_flow_cmd_msg_size(acts, sfid, ufid_flags);
1185 struct sw_flow_id sfid;
1191 ufid_present = ovs_nla_get_ufid(&sfid, a[OVS_FLOW_ATTR_UFID], log);
1205 reply = ovs_flow_cmd_alloc_info(acts, &sfid, info, false,
1221 flow = ovs_flow_tbl_lookup_ufid(&dp->table, &sfid);