Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.h162 enum age_action_context_type age_type; /**< Age action context type. */ member
172 enum age_action_context_type age_type; /**< Age action context type. */ member
H A Dconfig.c1857 psa->age_type = ACTION_AGE_CONTEXT_TYPE_SHARED_ACTION; in port_shared_action_create()
1858 age->context = &psa->age_type; in port_shared_action_create()
2179 pf->age_type = ACTION_AGE_CONTEXT_TYPE_FLOW; in port_flow_create()
2180 age->context = &pf->age_type; in port_flow_create()
2429 ctx.pf = container_of(type, struct port_flow, age_type); in port_flow_aged()
2445 age_type); in port_flow_aged()