summaryrefslogtreecommitdiff
path: root/sys/netgraph/netflow/netflow.h
Commit message (Collapse)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
| | | | Notes: svn path=/head/; revision=365071
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended. Notes: svn path=/head/; revision=326272
* Add support for NetFlow version 9 into ng_netflow(4) node.Gleb Smirnoff2011-03-021-0/+85
| | | | | | | Submitted by: Alexander V. Chernikov <melifaro ipfw.ru> Notes: svn path=/head/; revision=219182
* o Replace disappeared URLs to Cisco docs by new ones, style.Maxim Konovalov2006-04-251-8/+14
| | | | | | | No functional changes. Notes: svn path=/head/; revision=158028
* A new version of NetFlow node.Gleb Smirnoff2005-05-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | The most significant changes are: - Use UMA zone instead of own chunk of memory. - Lock each hash entry separately. - Expire items "actively" - interrupt method can expire flows from hash slot, when it searches through it. - Remove global tailqueue. Make callout thread search through every hash slot. - Export datagram is detached from private data and filled. If it is incomplete, it is attached back. Another thread will continue working with it. Lesser, but also important speedups: - Flows in hash slot are stored in tailqueue. Whenever a flow is hit, it is moved to the begging, so it can be located quicker. - When callout thread works with hash slot it bails out if slot mutex is contested. Notes: svn path=/head/; revision=146092
* - Remove advertising clause from copyright [1]Gleb Smirnoff2004-09-171-8/+1
| | | | | | | | | - Change my email to glebius@FreeBSD.org Requested by: ru [1] Notes: svn path=/head/; revision=135400
* A netgraph node implementing Netflow version 5.Gleb Smirnoff2004-09-161-0/+125
Supported by: Bestcom ISP, Rinet ISP Approved by: julian (mentor) Notes: svn path=/head/; revision=135332