Searched defs:sctp_outq (Results 1 – 7 of 7) sorted by relevance
51989 struct sctp_outq { struct51990 struct sctp_association *asoc;51991 struct list_head out_chunk_list;51992 struct sctp_sched_ops *sched;51993 unsigned int out_qlen;51994 unsigned int error;51995 struct list_head control_chunk_list;51996 struct list_head sacked;51997 struct list_head retransmit;51998 struct list_head abandoned;[all …]
81640 struct sctp_outq { struct81641 struct sctp_association *asoc;81642 struct list_head out_chunk_list;81643 struct sctp_sched_ops *sched;81644 unsigned int out_qlen;81645 unsigned int error;81646 struct list_head control_chunk_list;81647 struct list_head sacked;81648 struct list_head retransmit;81649 struct list_head abandoned;[all …]
48091 struct sctp_outq { struct48092 struct sctp_association *asoc;48093 struct list_head out_chunk_list;48094 struct sctp_sched_ops *sched;48095 unsigned int out_qlen;48096 unsigned int error;48097 struct list_head control_chunk_list;48098 struct list_head sacked;48099 struct list_head retransmit;48100 struct list_head abandoned;[all …]
56505 struct sctp_outq { struct56506 struct sctp_association *asoc;56507 struct list_head out_chunk_list;56508 struct sctp_sched_ops *sched;56509 unsigned int out_qlen;56510 unsigned int error;56511 struct list_head control_chunk_list;56512 struct list_head sacked;56513 struct list_head retransmit;56514 struct list_head abandoned;[all …]