Searched refs:nh_handler (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | netisr.h | 192 netisr_handler_t *nh_handler; /* Protocol handler. */ member
|
| H A D | netisr.c | 401 KASSERT(nhp->nh_handler != NULL, in netisr_register() 437 netisr_proto[proto].np_handler = nhp->nh_handler; in netisr_register()
|
| H A D | if_epair.c | 118 .nh_handler = epair_nh_sintr,
|
| H A D | if_ethersubr.c | 744 .nh_handler = ether_nh_input,
|
| H A D | rtsock.c | 200 .nh_handler = rts_input,
|
| /f-stack/tools/compat/include/net/ |
| H A D | netisr.h | 192 netisr_handler_t *nh_handler; /* Protocol handler. */ member
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_input.c | 146 .nh_handler = ip_input, 167 .nh_handler = ip_direct_input,
|
| H A D | if_ether.c | 197 .nh_handler = arpintr,
|
| H A D | igmp.c | 152 .nh_handler = igmp_intr,
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_input.c | 136 .nh_handler = ip6_input, 169 .nh_handler = ip6_direct_input,
|