summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/netflow/ng_netflow.h
Commit message (Expand)AuthorAgeFilesLines
* Make default cache size more modern.glebius2013-09-041-1/+1
* Attempt to clean up spacing and long lines.glebius2013-04-121-98/+112
* Add NG_NETFLOW_V9INFO_TYPE command to be able to request netflowv9-specificmelifaro2012-10-111-0/+19
* Make radix lookup on src and dst flow addresses optionalmelifaro2012-06-181-4/+10
* Use rt_numfibs variable instead of compile-time RT_NUMFIBS.melifaro2012-03-131-1/+2
* o Eliminate flow6_hash_entry in favor of flow_hash_entry. We don't needglebius2011-07-051-18/+21
* ng_netflow_cache_init() can be void.glebius2011-04-181-1/+1
* Add support for NetFlow version 9 into ng_netflow(4) node.glebius2011-03-021-12/+193
* Add ability to generate egress netflow instead or in addition to ingress.mav2008-10-081-1/+25
* Bump maximum number of interface hooks to the maximum possible value.glebius2007-03-281-1/+1
* - Increase maximum number of interfaces to 2048.glebius2006-02-091-9/+8
* Mark appropriate commands with NGM_READONLY and NGM_HASREPLY andglebius2006-01-121-7/+7
* - Gather statistics about failed mbuf+cluster+ng_item allocations.glebius2005-05-121-8/+10
* A new version of NetFlow node.glebius2005-05-111-30/+32
* Add a possibility to bypass unmodified accounted data to specialglebius2005-03-221-0/+2
* Refactor node so that it does not modify mbuf contents. Next step wouldglebius2005-03-211-7/+2
* - Use uint16_t to pass argument for NGM_NETFLOW_IFINFO, bump cookie.glebius2004-12-051-2/+2
* - Remove advertising clause from copyright [1]glebius2004-09-171-8/+1
* A netgraph node implementing Netflow version 5.glebius2004-09-161-0/+282
OpenPOWER on IntegriCloud