Searched defs:sctp_outq (Results 1 – 2 of 2) sorted by relevance
57676 struct sctp_outq { struct57677 struct sctp_association *asoc;57678 struct list_head out_chunk_list;57679 struct sctp_sched_ops *sched;57680 unsigned int out_qlen;57681 unsigned int error;57682 struct list_head control_chunk_list;57683 struct list_head sacked;57684 struct list_head retransmit;57685 struct list_head abandoned;[all …]
67434 struct sctp_outq { struct67435 struct sctp_association *asoc;67436 struct list_head out_chunk_list;67437 struct sctp_sched_ops *sched;67438 unsigned int out_qlen;67439 unsigned int error;67440 struct list_head control_chunk_list;67441 struct list_head sacked;67442 struct list_head retransmit;67443 struct list_head abandoned;[all …]