HomeSort by relevance Sort by last modified time
    Searched refs:sctp_stream_queue_pending (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_ss_functions.c 47 struct sctp_stream_queue_pending *, int);
52 struct sctp_stream_queue_pending *, int);
106 struct sctp_stream_queue_pending *sp SCTP_UNUSED, int holds_lock)
137 struct sctp_stream_queue_pending *sp SCTP_UNUSED, int holds_lock)
254 struct sctp_stream_queue_pending *sp SCTP_UNUSED, int holds_lock)
386 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp SCTP_UNUSED,
420 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp SCTP_UNUSED,
565 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp SCTP_UNUSED,
586 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp SCTP_UNUSED,
679 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp
    [all...]
sctp_structs.h 555 struct sctp_stream_queue_pending { struct
560 TAILQ_ENTRY (sctp_stream_queue_pending) next;
561 TAILQ_ENTRY (sctp_stream_queue_pending) ss_next;
591 TAILQ_HEAD(sctplist_listhead, sctp_stream_queue_pending);
754 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp, int holds_lock);
757 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp, int holds_lock);
    [all...]
sctp_var.h 127 (_strmoq) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_strmoq), struct sctp_stream_queue_pending); \
129 memset(_strmoq, 0, sizeof(struct sctp_stream_queue_pending)); \
sctp_pcb.h 54 TAILQ_HEAD(sctp_streamhead, sctp_stream_queue_pending);
sctp_output.c     [all...]
sctp_timer.c     [all...]
sctputil.c     [all...]
sctp_pcb.c     [all...]
sctp_indata.c     [all...]
sctp_input.c 248 struct sctp_stream_queue_pending *sp;
332 struct sctp_stream_queue_pending *sp, *nsp;
    [all...]
sctp_usrreq.c     [all...]

Completed in 667 milliseconds