Searched refs:sctp_stream_in (Results 1 – 2 of 2) sorted by relevance
187 struct sctp_stream_in *sin; in sctp_intl_retrieve_partial()192 sin = sctp_stream_in(&ulpq->asoc->stream, event->stream); in sctp_intl_retrieve_partial()266 struct sctp_stream_in *sin; in sctp_intl_retrieve_reassembled()352 struct sctp_stream_in *sin; in sctp_intl_reasm()565 struct sctp_stream_in *sin; in sctp_intl_retrieve_partial_uo()648 struct sctp_stream_in *sin; in sctp_intl_retrieve_reassembled_uo()735 struct sctp_stream_in *sin; in sctp_intl_reasm_uo()757 struct sctp_stream_in *csin, *sin = NULL; in sctp_intl_retrieve_first_uo()863 struct sctp_stream_in *csin, *sin = NULL; in sctp_intl_retrieve_first()1059 struct sctp_stream_in *sin = SCTP_SI(stream, sid); in sctp_intl_abort_pd()[all …]
1445 struct sctp_stream_in { struct1459 GENRADIX(struct sctp_stream_in) in; argument1489 static inline struct sctp_stream_in *sctp_stream_in( in sctp_stream_in() function1497 #define SCTP_SI(s, i) sctp_stream_in((s), (i))
Completed in 12 milliseconds