Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/netflow/
H A Dnetflow.c93 #define AGED(fle) (time_uptime - fle->f.first > priv->nfinfo_act_t) macro
727 if ((INACTIVE(fle) && SMALL(fle)) || AGED(fle)) { in ng_netflow_flow_add()
748 if (tcp_flags & TH_FIN || tcp_flags & TH_RST || AGED(fle) || in ng_netflow_flow_add()
849 if ((INACTIVE(fle6) && SMALL(fle6)) || AGED(fle6)) { in ng_netflow_flow6_add()
871 if (tcp_flags & TH_FIN || tcp_flags & TH_RST || AGED(fle6) || in ng_netflow_flow6_add()
1122 (used > (NBUCKETS*2)))) || AGED(fle)) { in ng_netflow_expire()
1161 (used > (NBUCKETS*2)))) || AGED(fle6)) { in ng_netflow_expire()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_flow.c79 AGED, enumerator
1867 AGED,
1965 [AGED] = {
6168 if (ctx->curr != AGED) in parse_aged()
7320 case AGED: in cmd_flow_parsed()