Searched refs:netisr_handler (Results 1 - 10 of 10) sorted by relevance

/freebsd-11.0-release/sys/net/
H A Dnetisr.h189 struct netisr_handler { struct
206 void netisr_clearqdrops(const struct netisr_handler *nhp);
207 void netisr_getqdrops(const struct netisr_handler *nhp,
209 void netisr_getqlimit(const struct netisr_handler *nhp, u_int *qlimitp);
210 void netisr_register(const struct netisr_handler *nhp);
211 int netisr_setqlimit(const struct netisr_handler *nhp, u_int qlimit);
212 void netisr_unregister(const struct netisr_handler *nhp);
214 void netisr_register_vnet(const struct netisr_handler *nhp);
215 void netisr_unregister_vnet(const struct netisr_handler *nhp);
H A Dnetisr.c188 * initialize the nh_qlimit field of their struct netisr_handler. If this is
370 netisr_register(const struct netisr_handler *nhp)
464 netisr_clearqdrops(const struct netisr_handler *nhp)
495 netisr_getqdrops(const struct netisr_handler *nhp, u_int64_t *qdropp)
528 netisr_getqlimit(const struct netisr_handler *nhp, u_int *qlimitp)
557 netisr_setqlimit(const struct netisr_handler *nhp, u_int qlimit)
619 netisr_unregister(const struct netisr_handler *nhp)
666 netisr_register_vnet(const struct netisr_handler *nhp)
734 netisr_unregister_vnet(const struct netisr_handler *nhp)
H A Dif_epair.c106 static struct netisr_handler epair_nh = {
H A Dif_ethersubr.c672 static struct netisr_handler ether_nh = {
H A Drtsock.c169 static struct netisr_handler rtsock_nh = {
/freebsd-11.0-release/sys/netnatm/
H A Dnatm_proto.c93 static struct netisr_handler natm_nh = {
/freebsd-11.0-release/sys/netinet/
H A Dip_input.c140 static struct netisr_handler ip_nh = {
161 static struct netisr_handler ip_direct_nh = {
H A Dif_ether.c159 static const struct netisr_handler arp_nh = {
H A Digmp.c147 static const struct netisr_handler igmp_nh = {
/freebsd-11.0-release/sys/netinet6/
H A Dip6_input.c135 static struct netisr_handler ip6_nh = {
149 static struct netisr_handler ip6_direct_nh = {

Completed in 202 milliseconds