Searched refs:nh_handler (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/net/ |
H A D | netisr.h | 189 netisr_handler_t *nh_handler; /* Protocol handler. */ member
|
H A D | netisr.c | 402 KASSERT(nhp->nh_handler != NULL, in netisr_register() 403 ("%s: nh_handler NULL for %s", __func__, name)); in netisr_register() 438 netisr_proto[proto].np_handler = nhp->nh_handler; in netisr_register()
|
H A D | if_ethersubr.c | 741 .nh_handler = ether_nh_input, in ether_nh_input()
|
H A D | rtsock.c | 225 .nh_handler = rts_input,
|
/freebsd/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 | 194 .nh_handler = arpintr,
|
H A D | igmp.c | 151 .nh_handler = igmp_intr,
|
/freebsd/sys/netinet6/ |
H A D | ip6_input.c | 140 .nh_handler = ip6_input, 179 .nh_handler = ip6_direct_input,
|