Searched refs:pktp_heap_cb (Results 1 – 2 of 2) sorted by relevance
1940 pktpool_heap_cb_reg_t *pktp_heap_cb = hnd_pool_get_cb_registry(); in hnd_pktpool_heap_pkt_release() local1991 if ((pktp_heap_cb[i].fn != NULL) && in hnd_pktpool_heap_pkt_release()1992 (flag == pktp_heap_cb[i].flag)) in hnd_pktpool_heap_pkt_release()1993 (pktp_heap_cb[i].fn)(pktp_heap_cb[i].ctxt, TRUE); in hnd_pktpool_heap_pkt_release()2026 pktpool_heap_cb_reg_t *pktp_heap_cb = hnd_pool_get_cb_registry(); in hnd_pktpool_heap_pkt_retrieve() local2032 if ((pktp_heap_cb[i].fn != NULL) && in hnd_pktpool_heap_pkt_retrieve()2033 (flag == pktp_heap_cb[i].flag)) in hnd_pktpool_heap_pkt_retrieve()2034 (pktp_heap_cb[i].fn)(pktp_heap_cb[i].ctxt, FALSE); in hnd_pktpool_heap_pkt_retrieve()2081 pktpool_heap_cb_reg_t *pktp_heap_cb = hnd_pool_get_cb_registry(); in hnd_pktpool_heap_register_cb() local2085 if (pktp_heap_cb[i].fn == NULL) in hnd_pktpool_heap_register_cb()[all …]