sctp_outq          79 include/net/sctp/structs.h struct sctp_outq;
sctp_outq        1051 include/net/sctp/structs.h void sctp_outq_init(struct sctp_association *, struct sctp_outq *);
sctp_outq        1052 include/net/sctp/structs.h void sctp_outq_teardown(struct sctp_outq *);
sctp_outq        1053 include/net/sctp/structs.h void sctp_outq_free(struct sctp_outq*);
sctp_outq        1054 include/net/sctp/structs.h int sctp_outq_tail(struct sctp_outq *, struct sctp_chunk *chunk);
sctp_outq        1055 include/net/sctp/structs.h int sctp_outq_sack(struct sctp_outq *, struct sctp_chunk *);
sctp_outq        1056 include/net/sctp/structs.h int sctp_outq_is_empty(const struct sctp_outq *);
sctp_outq        1057 include/net/sctp/structs.h void sctp_outq_restart(struct sctp_outq *);
sctp_outq        1059 include/net/sctp/structs.h void sctp_retransmit(struct sctp_outq *, struct sctp_transport *,
sctp_outq        1061 include/net/sctp/structs.h void sctp_retransmit_mark(struct sctp_outq *, struct sctp_transport *, __u8);
sctp_outq        1062 include/net/sctp/structs.h int sctp_outq_uncork(struct sctp_outq *);
sctp_outq        1064 include/net/sctp/structs.h static inline void sctp_outq_cork(struct sctp_outq *q)
sctp_outq        1711 include/net/sctp/structs.h 	struct sctp_outq outqueue;