Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dnetisr.h104 #define NETISR_SNP_FLAGS_DRAINEDCPU 0x00000004 /* nh_drainedcpu */ macro
H A Dnetisr.c1394 snpp->snp_flags |= NETISR_SNP_FLAGS_DRAINEDCPU; in sysctl_netisr_proto()
/f-stack/tools/compat/include/net/
H A Dnetisr.h104 #define NETISR_SNP_FLAGS_DRAINEDCPU 0x00000004 /* nh_drainedcpu */ macro
/f-stack/tools/netstat/
H A Dnetisr.c263 snpp->snp_flags |= NETISR_SNP_FLAGS_DRAINEDCPU; in netisr_load_kvm_proto()
422 (snpp->snp_flags & NETISR_SNP_FLAGS_DRAINEDCPU) ? "D" : "-", in netisr_print_proto()