Lines Matching refs:socketid
576 int socketid; in init_mbufpool() local
585 socketid = rte_lcore_to_socket_id(lcore_id); in init_mbufpool()
586 if (socketid >= NB_SOCKETS) { in init_mbufpool()
589 socketid, lcore_id, NB_SOCKETS); in init_mbufpool()
593 if (mbufpool[socketid] == NULL) { in init_mbufpool()
594 snprintf(s, sizeof(s), "mbuf_pool_%d", socketid); in init_mbufpool()
595 mbufpool[socketid] = in init_mbufpool()
598 socketid); in init_mbufpool()
599 if (mbufpool[socketid]) { in init_mbufpool()
601 socketid); in init_mbufpool()
604 socketid); in init_mbufpool()