Searched refs:sfo (Results 1 – 1 of 1) sorted by relevance
1885 struct sk_stats_flow_owner *sfo) in fsw_fo2sfo() argument1889 uuid_copy(sfo->sfo_nx_uuid, fsw->fsw_nx->nx_uuid); in fsw_fo2sfo()1890 (void) strbufcpy(sfo->sfo_if_name, fsw->fsw_flow_mgr->fm_name); in fsw_fo2sfo()1891 sfo->sfo_bucket_idx = flow_mgr_get_fob_idx(fm, FO_BUCKET(fo)); in fsw_fo2sfo()1893 (void) snprintf(sfo->sfo_name, sizeof(sfo->sfo_name), "%s", in fsw_fo2sfo()1895 sfo->sfo_pid = fo->fo_pid; in fsw_fo2sfo()1896 sfo->sfo_nx_port = fo->fo_nx_port; in fsw_fo2sfo()1897 sfo->sfo_nx_port_pid_bound = fo->fo_nx_port_pid_bound; in fsw_fo2sfo()1898 sfo->sfo_nx_port_destroyed = fo->fo_nx_port_destroyed; in fsw_fo2sfo()1909 struct sk_stats_flow_owner *sfo = out; in fsw_mib_get_flow_owner() local[all …]