Home
last modified time | relevance | path

Searched refs:sctp_ulpq (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/net/sctp/
Dulpqueue.h51 struct sctp_ulpq { struct
60 struct sctp_ulpq *sctp_ulpq_init(struct sctp_ulpq *, argument
62 void sctp_ulpq_free(struct sctp_ulpq *);
65 int sctp_ulpq_tail_data(struct sctp_ulpq *, struct sctp_chunk *, int);
68 int sctp_ulpq_tail_event(struct sctp_ulpq *, struct sctp_ulpevent *ev);
71 void sctp_ulpq_renege(struct sctp_ulpq *, struct sctp_chunk *, int);
74 void sctp_ulpq_partial_delivery(struct sctp_ulpq *, struct sctp_chunk *, int);
77 void sctp_ulpq_abort_pd(struct sctp_ulpq *, int);
83 void sctp_ulpq_skip(struct sctp_ulpq *ulpq, __u16 sid, __u16 ssn);
Dstructs.h86 struct sctp_ulpq;
1547 struct sctp_ulpq ulpq;
/linux-2.4.37.9/net/sctp/
Dulpqueue.c52 static struct sctp_ulpevent * sctp_ulpq_reasm(struct sctp_ulpq *ulpq,
54 static struct sctp_ulpevent * sctp_ulpq_order(struct sctp_ulpq *,
60 struct sctp_ulpq *sctp_ulpq_init(struct sctp_ulpq *ulpq, in sctp_ulpq_init()
63 memset(ulpq, 0, sizeof(struct sctp_ulpq)); in sctp_ulpq_init()
76 static void sctp_ulpq_flush(struct sctp_ulpq *ulpq) in sctp_ulpq_flush()
94 void sctp_ulpq_free(struct sctp_ulpq *ulpq) in sctp_ulpq_free()
102 int sctp_ulpq_tail_data(struct sctp_ulpq *ulpq, struct sctp_chunk *chunk, in sctp_ulpq_tail_data()
156 static int sctp_ulpq_clear_pd(struct sctp_ulpq *ulpq) in sctp_ulpq_clear_pd()
164 int sctp_ulpq_tail_event(struct sctp_ulpq *ulpq, struct sctp_ulpevent *event) in sctp_ulpq_tail_event()
228 static inline void sctp_ulpq_store_reasm(struct sctp_ulpq *ulpq, in sctp_ulpq_store_reasm()
[all …]
Dsm_sideeffect.c775 static void sctp_cmd_process_fwdtsn(struct sctp_ulpq *ulpq, in sctp_cmd_process_fwdtsn()