Symbol: netisr_handler
sys/net/if_ethersubr.c
694
static struct netisr_handler ether_nh = {
sys/net/netisr.c
385
netisr_register(const struct netisr_handler *nhp)
sys/net/netisr.c
478
netisr_clearqdrops(const struct netisr_handler *nhp)
sys/net/netisr.c
509
netisr_getqdrops(const struct netisr_handler *nhp, u_int64_t *qdropp)
sys/net/netisr.c
542
netisr_getqlimit(const struct netisr_handler *nhp, u_int *qlimitp)
sys/net/netisr.c
571
netisr_setqlimit(const struct netisr_handler *nhp, u_int qlimit)
sys/net/netisr.c
633
netisr_unregister(const struct netisr_handler *nhp)
sys/net/netisr.c
680
netisr_register_vnet(const struct netisr_handler *nhp)
sys/net/netisr.c
755
netisr_unregister_vnet(const struct netisr_handler *nhp)
sys/net/netisr.h
204
void netisr_clearqdrops(const struct netisr_handler *nhp);
sys/net/netisr.h
205
void netisr_getqdrops(const struct netisr_handler *nhp,
sys/net/netisr.h
207
void netisr_getqlimit(const struct netisr_handler *nhp, u_int *qlimitp);
sys/net/netisr.h
208
void netisr_register(const struct netisr_handler *nhp);
sys/net/netisr.h
209
int netisr_setqlimit(const struct netisr_handler *nhp, u_int qlimit);
sys/net/netisr.h
210
void netisr_unregister(const struct netisr_handler *nhp);
sys/net/netisr.h
212
void netisr_register_vnet(const struct netisr_handler *nhp);
sys/net/netisr.h
213
void netisr_unregister_vnet(const struct netisr_handler *nhp);
sys/net/rtsock.c
222
static struct netisr_handler rtsock_nh = {
sys/netinet/if_ether.c
192
static const struct netisr_handler arp_nh = {
sys/netinet/igmp.c
149
static const struct netisr_handler igmp_nh = {
sys/netinet/ip_input.c
138
static struct netisr_handler ip_nh = {
sys/netinet/ip_input.c
159
static struct netisr_handler ip_direct_nh = {
sys/netinet6/ip6_input.c
137
static struct netisr_handler ip6_nh = {
sys/netinet6/ip6_input.c
181
static struct netisr_handler ip6_direct_nh = {