Searched refs:sfo (Results 1 – 1 of 1) sorted by relevance
1896 struct sk_stats_flow_owner *sfo) in fsw_fo2sfo() argument1900 uuid_copy(sfo->sfo_nx_uuid, fsw->fsw_nx->nx_uuid); in fsw_fo2sfo()1901 (void) strbufcpy(sfo->sfo_if_name, fsw->fsw_flow_mgr->fm_name); in fsw_fo2sfo()1902 sfo->sfo_bucket_idx = flow_mgr_get_fob_idx(fm, FO_BUCKET(fo)); in fsw_fo2sfo()1904 (void) snprintf(sfo->sfo_name, sizeof(sfo->sfo_name), "%s", in fsw_fo2sfo()1906 sfo->sfo_pid = fo->fo_pid; in fsw_fo2sfo()1907 sfo->sfo_nx_port = fo->fo_nx_port; in fsw_fo2sfo()1908 sfo->sfo_nx_port_pid_bound = fo->fo_nx_port_pid_bound; in fsw_fo2sfo()1909 sfo->sfo_nx_port_destroyed = fo->fo_nx_port_destroyed; in fsw_fo2sfo()1920 struct sk_stats_flow_owner *sfo = out; in fsw_mib_get_flow_owner() local[all …]