Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/netflow/
H A Dnetflow.c397 struct flow6_entry *fle6; in hash6_insert() local
402 if (fle6 == NULL) { in hash6_insert()
414 fle6->f.bytes = plen; in hash6_insert()
415 fle6->f.packets = 1; in hash6_insert()
418 fle6->f.first = fle6->f.last = time_uptime; in hash6_insert()
782 struct flow6_entry *fle6; in ng_netflow_flow6_add() local
849 if ((INACTIVE(fle6) && SMALL(fle6)) || AGED(fle6)) { in ng_netflow_flow6_add()
860 fle6->f.bytes += plen; in ng_netflow_flow6_add()
861 fle6->f.packets ++; in ng_netflow_flow6_add()
982 sizeof(fle6->f)); in ng_netflow_flow_show()
[all …]