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

/freebsd-13-stable/sys/net/
H A Dnetisr.h192 netisr_handler_t *nh_handler; /* Protocol handler. */ member in struct:netisr_handler
H A Dnetisr.c401 KASSERT(nhp->nh_handler != NULL,
402 ("%s: nh_handler NULL for %s", __func__, name));
437 netisr_proto[proto].np_handler = nhp->nh_handler;
H A Dif_epair.c118 .nh_handler = epair_nh_sintr,
H A Dif_ethersubr.c741 .nh_handler = ether_nh_input,
H A Drtsock.c210 .nh_handler = rts_input,
/freebsd-13-stable/sys/netinet/
H A Dip_input.c146 .nh_handler = ip_input,
167 .nh_handler = ip_direct_input,
H A Dif_ether.c197 .nh_handler = arpintr,
H A Digmp.c152 .nh_handler = igmp_intr,
/freebsd-13-stable/sys/netinet6/
H A Dip6_input.c136 .nh_handler = ip6_input,
169 .nh_handler = ip6_direct_input,

Completed in 135 milliseconds