Searched refs:sctp_outq (Results 1 – 1 of 1) sorted by relevance
81 struct sctp_outq;1031 struct sctp_outq { struct1070 void sctp_outq_init(struct sctp_association *, struct sctp_outq *); argument1071 void sctp_outq_teardown(struct sctp_outq *);1072 void sctp_outq_free(struct sctp_outq*);1073 void sctp_outq_tail(struct sctp_outq *, struct sctp_chunk *chunk, gfp_t);1074 int sctp_outq_sack(struct sctp_outq *, struct sctp_chunk *);1075 int sctp_outq_is_empty(const struct sctp_outq *);1076 void sctp_outq_restart(struct sctp_outq *);1078 void sctp_retransmit(struct sctp_outq *, struct sctp_transport *,[all …]