Searched refs:M_NODOM (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | in6_pcb.c | 449 inp->inp_lport, 0, NULL, M_NODOM) != NULL) { in in6_pcbconnect_mbuf() 940 if (numa_domain == M_NODOM || in in6_pcblookup_lbgroup() 949 (local_wild == NULL || numa_domain == M_NODOM || in in6_pcblookup_lbgroup() 1360 lookupflags, ifp, M_NODOM)); in in6_pcblookup()
|
| /f-stack/freebsd/netinet/ |
| H A D | in_pcb.c | 463 numa_domain = M_NODOM; in in_pcblbgroup_numa() 592 inp->inp_numa_domain = M_NODOM; in in_pcballoc() 795 NULL, M_NODOM); in in_pcb_lport_dest() 802 NULL, M_NODOM); in in_pcb_lport_dest() 1471 fport, laddr, lport, 0, NULL, M_NODOM); in in_pcbconnect_setup() 2163 if (numa_domain == M_NODOM || in in_pcblookup_lbgroup() 2172 (local_wild == NULL || numa_domain == M_NODOM || in in_pcblookup_lbgroup() 2631 lookupflags, ifp, M_NODOM)); in in_pcblookup() 2715 int ret = in_pcbinslbgrouphash(inp, M_NODOM); in in_pcbinshash_internal()
|
| H A D | tcp_hpts.c | 1198 if (tcp_bind_threads == 2 && inp->inp_numa_domain != M_NODOM) { in hpts_cpuid()
|
| /f-stack/freebsd/sys/ |
| H A D | mbuf.h | 103 #define M_NODOM 255 macro
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_ktls.c | 344 if (ktls_bind_threads > 1 && inp->inp_numa_domain != M_NODOM) { in ktls_get_cpu()
|
| H A D | uipc_mbuf.c | 373 m->m_pkthdr.numa_domain = M_NODOM; in m_pkthdr_init()
|