Home
last modified time | relevance | path

Searched refs:nh_dispatch (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/net/
H A Dnetisr.h199 u_int nh_dispatch; /* Dispatch policy. */ member
H A Dnetisr.c418 KASSERT(nhp->nh_dispatch == NETISR_DISPATCH_DEFAULT || in netisr_register()
419 nhp->nh_dispatch == NETISR_DISPATCH_DEFERRED || in netisr_register()
420 nhp->nh_dispatch == NETISR_DISPATCH_HYBRID || in netisr_register()
421 nhp->nh_dispatch == NETISR_DISPATCH_DIRECT, in netisr_register()
422 ("%s: invalid nh_dispatch (%u)", __func__, nhp->nh_dispatch)); in netisr_register()
451 netisr_proto[proto].np_dispatch = nhp->nh_dispatch; in netisr_register()
H A Dif_ethersubr.c748 .nh_dispatch = NETISR_DISPATCH_DIRECT,
752 .nh_dispatch = NETISR_DISPATCH_DIRECT,
/f-stack/tools/compat/include/net/
H A Dnetisr.h199 u_int nh_dispatch; /* Dispatch policy. */ member
/f-stack/freebsd/netinet/
H A Dip_input.c151 .nh_dispatch = NETISR_DISPATCH_HYBRID,
171 .nh_dispatch = NETISR_DISPATCH_HYBRID,
/f-stack/freebsd/netinet6/
H A Dip6_input.c141 .nh_dispatch = NETISR_DISPATCH_HYBRID,
173 .nh_dispatch = NETISR_DISPATCH_HYBRID,