Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dnetisr.h69 #define NETISR_POLICY_FLOW 2 /* Maintain flow ordering. */ macro
H A Dnetisr.c404 nhp->nh_policy == NETISR_POLICY_FLOW || in netisr_register()
408 KASSERT(nhp->nh_policy == NETISR_POLICY_FLOW || in netisr_register()
840 if (policy == NETISR_POLICY_FLOW) { in netisr_select_cpuid()
/f-stack/tools/compat/include/net/
H A Dnetisr.h69 #define NETISR_POLICY_FLOW 2 /* Maintain flow ordering. */ macro
/f-stack/tools/netstat/
H A Dnetisr.c415 (snpp->snp_policy == NETISR_POLICY_FLOW) ? "flow" : in netisr_print_proto()
/f-stack/freebsd/netinet/
H A Dip_input.c153 .nh_policy = NETISR_POLICY_FLOW,
/f-stack/freebsd/netinet6/
H A Dip6_input.c143 .nh_policy = NETISR_POLICY_FLOW,