Searched refs:ltransport (Results 1 – 1 of 1) sorted by relevance
1156 struct list_head *ltransport; in sctp_outq_flush_transports() local1161 while ((ltransport = sctp_list_dequeue(&ctx->transport_list)) != NULL) { in sctp_outq_flush_transports()1162 t = list_entry(ltransport, struct sctp_transport, send_ready); in sctp_outq_flush_transports()