Searched refs:idm_sotx_pdu_cache (Results 1 – 2 of 2) sorted by relevance
460 kmem_cache_t *idm_sotx_pdu_cache; member
179 idm.idm_sotx_pdu_cache = kmem_cache_create("idm_tx_pdu_cache", in idm_so_init()207 kmem_cache_destroy(idm.idm_sotx_pdu_cache); in idm_so_fini()2391 pdu = kmem_cache_alloc(idm.idm_sotx_pdu_cache, KM_SLEEP); in idm_so_buf_rx_from_ini()2593 pdu = kmem_cache_alloc(idm.idm_sotx_pdu_cache, KM_SLEEP); in idm_so_send_buf_region()2696 kmem_cache_free(idm.idm_sotx_pdu_cache, pdu); in idm_sotx_cache_pdu_cb()