Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/net/
HDnetisr.h189 netisr_handler_t *nh_handler; /* Protocol handler. */ member
HDnetisr.c399 KASSERT(nhp->nh_handler != NULL, in netisr_register()
435 netisr_proto[proto].np_handler = nhp->nh_handler; in netisr_register()
HDif_ethersubr.c741 .nh_handler = ether_nh_input,
HDrtsock.c215 .nh_handler = rts_input,
/freebsd-13-stable/sys/netinet/
HDip_input.c147 .nh_handler = ip_input,
168 .nh_handler = ip_direct_input,
HDif_ether.c195 .nh_handler = arpintr,
HDigmp.c150 .nh_handler = igmp_intr,
/freebsd-13-stable/sys/netinet6/
HDip6_input.c134 .nh_handler = ip6_input,
167 .nh_handler = ip6_direct_input,