Searched refs:nh_handler (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/net/ |
| H A D | netisr.h | 192 netisr_handler_t *nh_handler; /* Protocol handler. */ member
|
| H A D | netisr.c | 384 KASSERT(nhp->nh_handler != NULL, in netisr_register() 420 netisr_proto[proto].np_handler = nhp->nh_handler; in netisr_register()
|
| H A D | if_epair.c | 117 .nh_handler = epair_nh_sintr,
|
| H A D | if_ethersubr.c | 702 .nh_handler = ether_nh_input,
|
| H A D | rtsock.c | 181 .nh_handler = rts_input,
|
| /freebsd-12.1/sys/netinet/ |
| H A D | ip_input.c | 141 .nh_handler = ip_input, 162 .nh_handler = ip_direct_input,
|
| H A D | if_ether.c | 185 .nh_handler = arpintr,
|
| H A D | igmp.c | 151 .nh_handler = igmp_intr,
|
| /freebsd-12.1/sys/netinet6/ |
| H A D | ip6_input.c | 136 .nh_handler = ip6_input, 168 .nh_handler = ip6_direct_input,
|