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

/freebsd-13-stable/sys/net/
H A Dnetisr.h190 struct netisr_handler { struct
207 void netisr_clearqdrops(const struct netisr_handler *nhp);
208 void netisr_getqdrops(const struct netisr_handler *nhp,
210 void netisr_getqlimit(const struct netisr_handler *nhp, u_int *qlimitp);
211 void netisr_register(const struct netisr_handler *nhp);
212 int netisr_setqlimit(const struct netisr_handler *nhp, u_int qlimit);
213 void netisr_unregister(const struct netisr_handler *nhp);
215 void netisr_register_vnet(const struct netisr_handler *nhp);
216 void netisr_unregister_vnet(const struct netisr_handler *nhp);
H A Dnetisr.c192 * initialize the nh_qlimit field of their struct netisr_handler. If this is
386 netisr_register(const struct netisr_handler *nhp)
480 netisr_clearqdrops(const struct netisr_handler *nhp)
511 netisr_getqdrops(const struct netisr_handler *nhp, u_int64_t *qdropp)
544 netisr_getqlimit(const struct netisr_handler *nhp, u_int *qlimitp)
573 netisr_setqlimit(const struct netisr_handler *nhp, u_int qlimit)
635 netisr_unregister(const struct netisr_handler *nhp)
682 netisr_register_vnet(const struct netisr_handler *nhp)
750 netisr_unregister_vnet(const struct netisr_handler *nhp)
H A Dif_epair.c114 static struct netisr_handler epair_nh = {
H A Dif_ethersubr.c739 static struct netisr_handler ether_nh = {
H A Drtsock.c208 static struct netisr_handler rtsock_nh = {
/freebsd-13-stable/sys/netinet/
H A Dip_input.c144 static struct netisr_handler ip_nh = {
165 static struct netisr_handler ip_direct_nh = {
H A Dif_ether.c195 static const struct netisr_handler arp_nh = {
H A Digmp.c150 static const struct netisr_handler igmp_nh = {
/freebsd-13-stable/sys/netinet6/
H A Dip6_input.c134 static struct netisr_handler ip6_nh = {
167 static struct netisr_handler ip6_direct_nh = {

Completed in 126 milliseconds