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

/freebsd-13-stable/sys/net/
H A Dnetisr.h103 #define NETISR_SNP_FLAGS_M2CPUID 0x00000002 /* nh_m2cpuid */
148 * implementing one or neither of nh_m2flow and nh_m2cpuid, which are used by
165 * the protocol, querying nh_m2cpuid for each packet.
194 netisr_m2cpuid_t *nh_m2cpuid; /* Query CPU to process mbuf on. */ member in struct:netisr_handler
H A Dnetisr.c412 KASSERT(nhp->nh_policy == NETISR_POLICY_CPU || nhp->nh_m2cpuid == NULL,
415 KASSERT(nhp->nh_policy != NETISR_POLICY_CPU || nhp->nh_m2cpuid != NULL,
439 netisr_proto[proto].np_m2cpuid = nhp->nh_m2cpuid;
H A Dif_epair.c119 .nh_m2cpuid = epair_nh_m2cpuid,
H A Dif_ethersubr.c746 .nh_m2cpuid = rss_m2cpuid,
/freebsd-13-stable/sys/netinet/
H A Dip_input.c149 .nh_m2cpuid = rss_soft_m2cpuid_v4,
169 .nh_m2cpuid = rss_soft_m2cpuid_v4,
/freebsd-13-stable/sys/netinet6/
H A Dip6_input.c139 .nh_m2cpuid = rss_soft_m2cpuid_v6,
171 .nh_m2cpuid = rss_soft_m2cpuid_v6,

Completed in 60 milliseconds