Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/sctp/
Dstructs.h1076 struct sctp_outq { struct
1077 struct sctp_association *asoc;
1080 struct list_head out_chunk_list;
1083 struct sctp_sched_ops *sched;
1085 unsigned int out_qlen; /* Total length of queued data chunks. */
1088 unsigned int error;
1091 struct list_head control_chunk_list;
1118 void sctp_outq_init(struct sctp_association *, struct sctp_outq *); argument