freebsd-dev/sys/netgraph/netflow
Alexander V. Chernikov 6369f51bc8 Make ng_netflow(9) use new routing KPI.
Netflow module is supposed to store (along with fields like
  gateway address and interface index) matched netmask for each record.
  This (currently) requires returning individual route entries, instead
  of optimized next-hop structure. Given that, use control-plane
  rib_lookup_info() function to avoid accessing rtentries directly.
While rib_lookup_info() might be slower, than fibX_lookup() flavours,
  it is more scalable than rtalloc1_fib(), because rtentry mutex is
  not acquired.
2016-01-14 13:14:12 +00:00
..
netflow_v9.c Remove sys/eventhandler.h from net/route.h 2016-01-09 09:34:39 +00:00
netflow_v9.h Add support for NetFlow version 9 into ng_netflow(4) node. 2011-03-02 16:15:11 +00:00
netflow.c Make ng_netflow(9) use new routing KPI. 2016-01-14 13:14:12 +00:00
netflow.h Add support for NetFlow version 9 into ng_netflow(4) node. 2011-03-02 16:15:11 +00:00
ng_netflow.c Remove sys/eventhandler.h from net/route.h 2016-01-09 09:34:39 +00:00
ng_netflow.h - Use counter(9) for node stats updated at a high rate. 2014-01-01 21:48:04 +00:00