freebsd-dev/sys/netgraph/netflow
Gleb Smirnoff ea7e163882 o Eliminate flow6_hash_entry in favor of flow_hash_entry. We don't need
a separate struct to start a slist of semi-opaque structs. This
  makes some code more compact.
o Rewrite ng_netflow_flow_show() and its API/ABI:
  - Support for IPv6 is added.
  - Request and response now use same struct. Structure specifies
    version (6 or 4), index of last retrieved hash, and also index
    of last retrieved entry in the hash entry.
2011-07-05 14:48:39 +00:00
..
netflow_v9.c Fix double free. 2011-07-01 08:27:03 +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 o Eliminate flow6_hash_entry in favor of flow_hash_entry. We don't need 2011-07-05 14:48:39 +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 o Eliminate flow6_hash_entry in favor of flow_hash_entry. We don't need 2011-07-05 14:48:39 +00:00
ng_netflow.h o Eliminate flow6_hash_entry in favor of flow_hash_entry. We don't need 2011-07-05 14:48:39 +00:00