Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dnetisr.h101 #define NETISR_SNP_FLAGS_DRAINEDCPU 0x00000004 /* nh_drainedcpu */ macro
H A Dnetisr.c1403 snpp->snp_flags |= NETISR_SNP_FLAGS_DRAINEDCPU; in sysctl_netisr_proto()
/freebsd/usr.bin/netstat/
H A Dnetisr.c253 snpp->snp_flags |= NETISR_SNP_FLAGS_DRAINEDCPU; in netisr_load_kvm_proto()
409 (snpp->snp_flags & NETISR_SNP_FLAGS_DRAINEDCPU) ? "D" : "-", in netisr_print_proto()