FreeBSD kernel IPv4 code
pim_var.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  pimstat
 

Macros

#define PIMSTAT_ADD(name, val)    VNET_PCPUSTAT_ADD(struct pimstat, pimstat, name, (val))
 
#define PIMSTAT_INC(name)   PIMSTAT_ADD(name, 1)
 
#define PIMCTL_STATS   1 /* statistics (read-only) */
 

Functions

 SYSCTL_DECL (_net_inet_pim)
 

Macro Definition Documentation

◆ PIMCTL_STATS

#define PIMCTL_STATS   1 /* statistics (read-only) */

Definition at line 73 of file pim_var.h.

◆ PIMSTAT_ADD

#define PIMSTAT_ADD (   name,
  val 
)     VNET_PCPUSTAT_ADD(struct pimstat, pimstat, name, (val))

Definition at line 65 of file pim_var.h.

◆ PIMSTAT_INC

#define PIMSTAT_INC (   name)    PIMSTAT_ADD(name, 1)

Definition at line 67 of file pim_var.h.

Function Documentation

◆ SYSCTL_DECL()

SYSCTL_DECL ( _net_inet_pim  )