Home
last modified time | relevance | path

Searched refs:NETISR_DISPATCH_DEFAULT (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net/
H A Dnetisr.h76 #define NETISR_DISPATCH_DEFAULT 0 /* Use global default. */ macro
H A Dnetisr.c303 { NETISR_DISPATCH_DEFAULT, "default" },
369 dispatch_policy == NETISR_DISPATCH_DEFAULT) in sysctl_netisr_dispatch_policy()
418 KASSERT(nhp->nh_dispatch == NETISR_DISPATCH_DEFAULT || in netisr_register()
782 if (npp->np_dispatch != NETISR_DISPATCH_DEFAULT) in netisr_get_dispatch()
/f-stack/tools/compat/include/net/
H A Dnetisr.h76 #define NETISR_DISPATCH_DEFAULT 0 /* Use global default. */ macro
/f-stack/tools/netstat/
H A Dnetisr.c90 case NETISR_DISPATCH_DEFAULT: in netisr_dispatch_policy_to_string()