Home
last modified time | relevance | path

Searched refs:netisr_handler (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/sys/net/
H A Dnetisr.h187 struct netisr_handler { struct
204 void netisr_clearqdrops(const struct netisr_handler *nhp); argument
205 void netisr_getqdrops(const struct netisr_handler *nhp,
207 void netisr_getqlimit(const struct netisr_handler *nhp, u_int *qlimitp);
208 void netisr_register(const struct netisr_handler *nhp);
209 int netisr_setqlimit(const struct netisr_handler *nhp, u_int qlimit);
210 void netisr_unregister(const struct netisr_handler *nhp);
212 void netisr_register_vnet(const struct netisr_handler *nhp);
213 void netisr_unregister_vnet(const struct netisr_handler *nhp);
H A Dnetisr.c385 netisr_register(const struct netisr_handler *nhp) in netisr_register()
479 netisr_clearqdrops(const struct netisr_handler *nhp) in netisr_clearqdrops()
510 netisr_getqdrops(const struct netisr_handler *nhp, u_int64_t *qdropp) in netisr_getqdrops()
543 netisr_getqlimit(const struct netisr_handler *nhp, u_int *qlimitp) in netisr_getqlimit()
572 netisr_setqlimit(const struct netisr_handler *nhp, u_int qlimit) in netisr_setqlimit()
634 netisr_unregister(const struct netisr_handler *nhp) in netisr_unregister()
681 netisr_register_vnet(const struct netisr_handler *nhp) in netisr_register_vnet()
756 netisr_unregister_vnet(const struct netisr_handler *nhp) in netisr_unregister_vnet()
H A Dif_ethersubr.c751 static struct netisr_handler ether_nh = {
H A Drtsock.c225 static struct netisr_handler rtsock_nh = {
/freebsd-14.2/sys/netinet/
H A Dip_input.c141 static struct netisr_handler ip_nh = {
162 static struct netisr_handler ip_direct_nh = {
H A Dif_ether.c193 static const struct netisr_handler arp_nh = {
H A Digmp.c151 static const struct netisr_handler igmp_nh = {
/freebsd-14.2/sys/netinet6/
H A Dip6_input.c140 static struct netisr_handler ip6_nh = {
179 static struct netisr_handler ip6_direct_nh = {