Home
last modified time | relevance | path

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

/freebsd-14.2/sys/net/
H A Dnetisr.c417 KASSERT(nhp->nh_dispatch == NETISR_DISPATCH_DEFAULT || in netisr_register()
418 nhp->nh_dispatch == NETISR_DISPATCH_DEFERRED || in netisr_register()
419 nhp->nh_dispatch == NETISR_DISPATCH_HYBRID || in netisr_register()
420 nhp->nh_dispatch == NETISR_DISPATCH_DIRECT, in netisr_register()
421 ("%s: invalid nh_dispatch (%u)", __func__, nhp->nh_dispatch)); in netisr_register()
450 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.c757 .nh_dispatch = NETISR_DISPATCH_DIRECT,
761 .nh_dispatch = NETISR_DISPATCH_DIRECT,
/freebsd-14.2/sys/netinet/
H A Dip_input.c148 .nh_dispatch = NETISR_DISPATCH_HYBRID,
168 .nh_dispatch = NETISR_DISPATCH_HYBRID,
/freebsd-14.2/sys/netinet6/
H A Dip6_input.c147 .nh_dispatch = NETISR_DISPATCH_HYBRID,
185 .nh_dispatch = NETISR_DISPATCH_HYBRID,