Home
last modified time | relevance | path

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

/libmctp-latest/
Dcore.c116 buf->next = NULL; in mctp_pktbuf_alloc()
310 bus->tx_queue_head = curr->next; in mctp_bus_destroy()
712 bus->tx_queue_head = pkt->next; in mctp_send_tx_queue()
823 bus->tx_queue_tail->next = pkt; in mctp_message_tx_on_bus()
Dlibmctp.h55 struct mctp_pktbuf *next; member
/libmctp-latest/tests/
Dtest_core.c100 rx_pkt->next = NULL; in receive_ptkbuf()