HomeSort by relevance Sort by last modified time
    Searched defs:strq (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_ss_functions.c 83 struct sctp_stream_out *strq = TAILQ_FIRST(&asoc->ss_data.out_wheel); local
85 strq->ss_params.rr.next_spoke.tqe_next = NULL;
86 strq->ss_params.rr.next_spoke.tqe_prev = NULL;
96 sctp_ss_default_init_stream(struct sctp_stream_out *strq, struct sctp_stream_out *with_strq SCTP_UNUSED)
98 strq->ss_params.rr.next_spoke.tqe_next = NULL;
99 strq->ss_params.rr.next_spoke.tqe_prev = NULL;
105 struct sctp_stream_out *strq,
112 if (!TAILQ_EMPTY(&strq->outqueue) &&
113 (strq->ss_params.rr.next_spoke.tqe_next == NULL) &&
114 (strq->ss_params.rr.next_spoke.tqe_prev == NULL))
173 struct sctp_stream_out *strq, *strqt; local
300 struct sctp_stream_out *strq, *strqt; local
355 struct sctp_stream_out *strq = TAILQ_FIRST(&asoc->ss_data.out_wheel); local
455 struct sctp_stream_out *strq, *strqt, *strqn; local
535 struct sctp_stream_out *strq = TAILQ_FIRST(&asoc->ss_data.out_wheel); local
621 struct sctp_stream_out *strq = NULL, *strqt; local
795 struct sctp_stream_out *strq; local
    [all...]
sctputil.c 5168 struct sctp_stream_out *strq; local
    [all...]
sctp_output.c 7888 struct sctp_stream_out *strq; local
    [all...]

Completed in 46 milliseconds