Home
last modified time | relevance | path

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

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