summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_ipcomp.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make {ah,esp,ipcomp}stat use percpu counters.visa2017-11-081-2/+43
| | | | OK bluhm@, mpi@
* Convert all the fields of {ah,esp,ipcomp}stat to uint64.visa2017-11-071-18/+18
| | | | | | This is a preliminary step for using percpu counters with the data. OK mpi@
* IPsec packets could be dropped unaccounted if output after cryptobluhm2017-02-071-1/+2
| | | | | failed. Add a counter for that case. OK dhill@
* add sysctl entry points into various network layers, in particular toderaadt2007-12-141-3/+6
| | | | provide netstat(1) with data it needs; ok claudio reyk
* switch to sysctl_int_arr(); ok henning, deraadtmarkus2004-02-171-1/+6
|
* Grr, forgot to commit this earlier: add ipcomps_minlenjason2003-02-191-1/+2
|
* Remove commons; inspired by netbsd.jason2003-02-121-2/+2
|
* Use 64 bits integer for ipcomps_ibytes and ipcomps_obytes. 32 bits wasjjbg2001-07-171-3/+3
| | | | used and it gave strange results with netstat -s. Reported by art@
* Typo.angelos2001-07-051-2/+2
|
* IPComp itself (include files). angelos@ ok.jjbg2001-07-051-0/+81