Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dnetisr_internal.h65 netisr_m2cpuid_t *np_m2cpuid; /* Query CPU to process packet on. */ member
H A Dnetisr.c439 netisr_proto[proto].np_m2cpuid = nhp->nh_m2cpuid; in netisr_register()
669 netisr_proto[proto].np_m2cpuid = NULL; in netisr_unregister()
817 m = npp->np_m2cpuid(m, source, cpuidp); in netisr_select_cpuid()
1391 if (npp->np_m2cpuid != NULL) in sysctl_netisr_proto()
/f-stack/tools/compat/include/net/
H A Dnetisr_internal.h65 netisr_m2cpuid_t *np_m2cpuid; /* Query CPU to process packet on. */ member
/f-stack/tools/netstat/
H A Dnetisr.c260 if (npp->np_m2cpuid != NULL) in netisr_load_kvm_proto()