summaryrefslogtreecommitdiffstats
path: root/sys/netinet/pim_var.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove most of the remaining sysctl name list macros. They were onlyjhb2013-08-261-5/+0
| | | | | | | | ever intended for use in sysctl(8) and it has not used them for many years. Reviewed by: bde Tested by: exp-run by bdrewery
* Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPUae2013-07-091-1/+2
| | | | counters.
* Prepare network statistics structures for migration to PCPU counters.ae2013-07-091-11/+11
| | | | | | | | | | Use uint64_t as type for all fields of structures. Changed structures: ahstat, arpstat, espstat, icmp6_ifstat, icmp6stat, in6_ifstat, ip6stat, ipcompstat, ipipstat, ipsecstat, mrt6stat, mrtstat, pfkeystat, pim6stat, pimstat, rip6stat, udpstat. Discussed with: arch@
* Virtualize the IPv4 multicast routing code.zec2010-06-021-1/+1
| | | | | | Submitted by: iprebeg Reviewed by: bms, bz, Pavlin Radoslavov MFC after: 30 days
* Update stats in struct pimstat using two new macros: PIMSTAT_ADD()rwatson2009-04-121-0/+5
| | | | | | | | | and PIMSTAT_INC(), rather than directly manipulating the fields of the structure. This will make it easier to change the implementation of these statistics, such as using per-CPU versions of the data structure. MFC after: 3 days
* Remove public declarations of variables that were forgotten when they wereobrien2005-08-101-1/+0
| | | | made static.
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
|
* New PIM header files.hsu2003-08-071-0/+80
Submitted by: Pavlin Radoslavov <pavlin@icir.org>
OpenPOWER on IntegriCloud