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

/freebsd-13-stable/sys/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;
/freebsd-13-stable/usr.bin/netstat/
H A Dnetisr.c256 snpp->snp_flags |= NETISR_SNP_FLAGS_DRAINEDCPU;
412 (snpp->snp_flags & NETISR_SNP_FLAGS_DRAINEDCPU) ? "D" : "-",

Completed in 65 milliseconds