Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvirtio-hmp-cmds.c54 strList *transport_list = features->transports; in hmp_virtio_dump_features() local
55 while (transport_list) { in hmp_virtio_dump_features()
56 monitor_printf(mon, "\t%s", transport_list->value); in hmp_virtio_dump_features()
57 transport_list = transport_list->next; in hmp_virtio_dump_features()
58 if (transport_list != NULL) { in hmp_virtio_dump_features()
/openbmc/linux/net/sctp/
H A Doutqueue.c792 struct list_head transport_list; member
867 &ctx->transport_list); in sctp_outq_select_transport()
1006 &ctx->transport_list); in sctp_outq_flush_rtx()
1163 while ((ltransport = sctp_list_dequeue(&ctx->transport_list)) != NULL) { in sctp_outq_flush_transports()
1197 .transport_list = LIST_HEAD_INIT(ctx.transport_list), in sctp_outq_flush()
1254 struct list_head *lchunk, *transport_list, *temp; in sctp_outq_sack() local
1265 transport_list = &asoc->peer.transport_addr_list; in sctp_outq_sack()
1269 list_for_each_entry(transport, transport_list, transports) in sctp_outq_sack()
1303 list_for_each_entry(transport, transport_list, in sctp_outq_sack()
1337 list_for_each_entry(transport, transport_list, transports) { in sctp_outq_sack()
[all …]
/openbmc/linux/net/vmw_vsock/
H A Dvmci_transport.c1595 static void vmci_transport_free_resources(struct list_head *transport_list) in vmci_transport_free_resources() argument
1597 while (!list_empty(transport_list)) { in vmci_transport_free_resources()
1599 list_first_entry(transport_list, struct vmci_transport, in vmci_transport_free_resources()