Searched refs:nh_m2cpuid (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/net/
H A Dnetisr.h100 #define NETISR_SNP_FLAGS_M2CPUID 0x00000002 /* nh_m2cpuid */
145 * implementing one or neither of nh_m2flow and nh_m2cpuid, which are used by
162 * the protocol, querying nh_m2cpuid for each packet.
191 netisr_m2cpuid_t *nh_m2cpuid; /* Query CPU to process mbuf on. */ member in struct:netisr_handler
H A Dnetisr.c411 KASSERT(nhp->nh_policy == NETISR_POLICY_CPU || nhp->nh_m2cpuid == NULL,
414 KASSERT(nhp->nh_policy != NETISR_POLICY_CPU || nhp->nh_m2cpuid != NULL,
438 netisr_proto[proto].np_m2cpuid = nhp->nh_m2cpuid;
H A Dif_ethersubr.c756 .nh_m2cpuid = rss_m2cpuid,
/freebsd-current/sys/netinet/
H A Dip_input.c144 .nh_m2cpuid = rss_soft_m2cpuid_v4,
164 .nh_m2cpuid = rss_soft_m2cpuid_v4,
/freebsd-current/sys/netinet6/
H A Dip6_input.c143 .nh_m2cpuid = rss_soft_m2cpuid_v6,
181 .nh_m2cpuid = rss_soft_m2cpuid_v6,

Completed in 78 milliseconds