freebsd-skq/sys/netgraph/netflow
melifaro e438997c5a 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
netflow.c Make ng_netflow(9) use new routing KPI. 2016-01-14 13:14:12 +00:00
netflow.h
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