Searched defs:sctp_outq (Results 1 – 1 of 1) sorted by relevance
54497 struct sctp_outq { struct54498 struct sctp_association *asoc;54499 struct list_head out_chunk_list;54500 struct sctp_sched_ops *sched;54501 unsigned int out_qlen;54502 unsigned int error;54503 struct list_head control_chunk_list;54504 struct list_head sacked;54505 struct list_head retransmit;54506 struct list_head abandoned;[all …]