Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dnetisr.h192 netisr_handler_t *nh_handler; /* Protocol handler. */ member
H A Dnetisr.c401 KASSERT(nhp->nh_handler != NULL, in netisr_register()
437 netisr_proto[proto].np_handler = nhp->nh_handler; in netisr_register()
H A Dif_epair.c118 .nh_handler = epair_nh_sintr,
H A Dif_ethersubr.c744 .nh_handler = ether_nh_input,
H A Drtsock.c200 .nh_handler = rts_input,
/f-stack/tools/compat/include/net/
H A Dnetisr.h192 netisr_handler_t *nh_handler; /* Protocol handler. */ member
/f-stack/freebsd/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,
/f-stack/freebsd/netinet6/
H A Dip6_input.c136 .nh_handler = ip6_input,
169 .nh_handler = ip6_direct_input,