Lines Matching refs:sctp_ulpq
51 struct sctp_ulpq { struct
60 struct sctp_ulpq *sctp_ulpq_init(struct sctp_ulpq *, argument
62 void sctp_ulpq_flush(struct sctp_ulpq *ulpq);
63 void sctp_ulpq_free(struct sctp_ulpq *);
66 int sctp_ulpq_tail_data(struct sctp_ulpq *, struct sctp_chunk *, gfp_t);
69 int sctp_ulpq_tail_event(struct sctp_ulpq *, struct sctp_ulpevent *ev);
72 void sctp_ulpq_renege(struct sctp_ulpq *, struct sctp_chunk *, gfp_t);
75 void sctp_ulpq_partial_delivery(struct sctp_ulpq *, struct sctp_chunk *, gfp_t);
78 void sctp_ulpq_abort_pd(struct sctp_ulpq *, gfp_t);
84 void sctp_ulpq_skip(struct sctp_ulpq *ulpq, __u16 sid, __u16 ssn);
86 void sctp_ulpq_reasm_flushtsn(struct sctp_ulpq *, __u32);