Home
last modified time | relevance | path

Searched refs:nflow (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/net/rocker/
H A Drocker_of_dpa.c2299 RockerOfDpaFlow *nflow; in of_dpa_flow_fill() local
2309 nflow = g_malloc0(sizeof(*nflow)); in of_dpa_flow_fill()
2310 nkey = nflow->key = g_malloc0(sizeof(*nkey)); in of_dpa_flow_fill()
2311 nmask = nflow->mask = g_malloc0(sizeof(*nmask)); in of_dpa_flow_fill()
2312 naction = nflow->action = g_malloc0(sizeof(*naction)); in of_dpa_flow_fill()
2314 nflow->cookie = flow->cookie; in of_dpa_flow_fill()
2315 nflow->hits = flow->stats.hits; in of_dpa_flow_fill()
2420 QAPI_LIST_PREPEND(flow_context->list, nflow); in of_dpa_flow_fill()