Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dnetisr_internal.h63 netisr_m2cpuid_t *np_m2cpuid; /* Query CPU to process packet on. */ member
H A Dnetisr.c440 netisr_proto[proto].np_m2cpuid = nhp->nh_m2cpuid; in netisr_register()
667 netisr_proto[proto].np_m2cpuid = NULL; in netisr_unregister()
822 m = npp->np_m2cpuid(m, source, cpuidp); in netisr_select_cpuid()
1399 if (npp->np_m2cpuid != NULL) in sysctl_netisr_proto()
/freebsd/usr.bin/netstat/
H A Dnetisr.c250 if (npp->np_m2cpuid != NULL) in netisr_load_kvm_proto()