Home
last modified time | relevance | path

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

/freebsd-14.2/sys/net/
H A Dnetisr.h189 netisr_handler_t *nh_handler; /* Protocol handler. */ member
H A Dnetisr.c400 KASSERT(nhp->nh_handler != NULL, in netisr_register()
436 netisr_proto[proto].np_handler = nhp->nh_handler; in netisr_register()
H A Dif_ethersubr.c753 .nh_handler = ether_nh_input,
H A Drtsock.c227 .nh_handler = rts_input,
/freebsd-14.2/sys/netinet/
H A Dip_input.c143 .nh_handler = ip_input,
164 .nh_handler = ip_direct_input,
H A Dif_ether.c195 .nh_handler = arpintr,
H A Digmp.c153 .nh_handler = igmp_intr,
/freebsd-14.2/sys/netinet6/
H A Dip6_input.c142 .nh_handler = ip6_input,
181 .nh_handler = ip6_direct_input,