Home
last modified time | relevance | path

Searched defs:sctp_outq (Results 1 – 1 of 1) sorted by relevance

/linux/include/net/sctp/
H A Dstructs.h1075 struct sctp_outq { struct
1076 struct sctp_association *asoc;
1079 struct list_head out_chunk_list;
1082 struct sctp_sched_ops *sched;
1084 unsigned int out_qlen; /* Total length of queued data chunks. */
1087 unsigned int error;
1090 struct list_head control_chunk_list;
1117 void sctp_outq_init(struct sctp_association *, struct sctp_outq *); argument