Searched refs:nflow (Results 1 – 1 of 1) sorted by relevance
2292 RockerOfDpaFlow *nflow; in of_dpa_flow_fill() local2302 nflow = g_malloc0(sizeof(*nflow)); in of_dpa_flow_fill()2303 nkey = nflow->key = g_malloc0(sizeof(*nkey)); in of_dpa_flow_fill()2304 nmask = nflow->mask = g_malloc0(sizeof(*nmask)); in of_dpa_flow_fill()2305 naction = nflow->action = g_malloc0(sizeof(*naction)); in of_dpa_flow_fill()2307 nflow->cookie = flow->cookie; in of_dpa_flow_fill()2308 nflow->hits = flow->stats.hits; in of_dpa_flow_fill()2413 QAPI_LIST_PREPEND(flow_context->list, nflow); in of_dpa_flow_fill()