Lines Matching refs:sctp_ulpq
29 struct sctp_ulpq { struct
38 void sctp_ulpq_init(struct sctp_ulpq *ulpq, struct sctp_association *asoc); argument
39 void sctp_ulpq_flush(struct sctp_ulpq *ulpq);
40 void sctp_ulpq_free(struct sctp_ulpq *);
43 int sctp_ulpq_tail_data(struct sctp_ulpq *, struct sctp_chunk *, gfp_t);
46 int sctp_ulpq_tail_event(struct sctp_ulpq *, struct sk_buff_head *skb_list);
49 void sctp_ulpq_renege(struct sctp_ulpq *, struct sctp_chunk *, gfp_t);
52 void sctp_ulpq_partial_delivery(struct sctp_ulpq *, gfp_t);
55 void sctp_ulpq_abort_pd(struct sctp_ulpq *, gfp_t);
61 void sctp_ulpq_skip(struct sctp_ulpq *ulpq, __u16 sid, __u16 ssn);
63 void sctp_ulpq_reasm_flushtsn(struct sctp_ulpq *, __u32);
65 __u16 sctp_ulpq_renege_list(struct sctp_ulpq *ulpq,