Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dnetisr.c419 KASSERT(nhp->nh_dispatch == NETISR_DISPATCH_DEFAULT || in netisr_register()
420 nhp->nh_dispatch == NETISR_DISPATCH_DEFERRED || in netisr_register()
421 nhp->nh_dispatch == NETISR_DISPATCH_HYBRID || in netisr_register()
422 nhp->nh_dispatch == NETISR_DISPATCH_DIRECT, in netisr_register()
423 ("%s: invalid nh_dispatch (%u)", __func__, nhp->nh_dispatch)); in netisr_register()
452 netisr_proto[proto].np_dispatch = nhp->nh_dispatch; in netisr_register()
H A Dnetisr.h196 u_int nh_dispatch; /* Dispatch policy. */ member
H A Dif_ethersubr.c745 .nh_dispatch = NETISR_DISPATCH_DIRECT, in ether_nh_input()
749 .nh_dispatch = NETISR_DISPATCH_DIRECT,
/freebsd/sys/netinet/
H A Dip_input.c146 .nh_dispatch = NETISR_DISPATCH_HYBRID,
166 .nh_dispatch = NETISR_DISPATCH_HYBRID,
/freebsd/sys/netinet6/
H A Dip6_input.c145 .nh_dispatch = NETISR_DISPATCH_HYBRID,
183 .nh_dispatch = NETISR_DISPATCH_HYBRID,