Home
last modified time | relevance | path

Searched refs:curr (Results 1 – 1 of 1) sorted by relevance

/libmctp-latest/
Dcore.c308 struct mctp_pktbuf *curr = bus->tx_queue_head; in mctp_bus_destroy() local
310 bus->tx_queue_head = curr->next; in mctp_bus_destroy()
311 mctp_pktbuf_free(curr); in mctp_bus_destroy()