Searched refs:ltransport (Results 1 – 1 of 1) sorted by relevance
673 struct list_head *ltransport; in sctp_outq_flush() local951 while ((ltransport = sctp_list_dequeue(&transport_list)) != NULL ) { in sctp_outq_flush()952 struct sctp_transport *t = list_entry(ltransport, in sctp_outq_flush()986 struct list_head *ltransport, *lchunk; in sctp_highest_new_tsn() local994 list_for_each(ltransport, transport_list) { in sctp_highest_new_tsn()995 transport = list_entry(ltransport, struct sctp_transport, in sctp_highest_new_tsn()