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

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_cc_functions.c 140 struct sctp_tmit_chunk *lchk; local
191 lchk = TAILQ_FIRST(&asoc->send_queue);
196 if (lchk == NULL) {
200 asoc->fast_recovery_tsn = lchk->rec.data.TSN_seq - 1;
209 if (lchk == NULL) {
213 net->fast_recovery_tsn = lchk->rec.data.TSN_seq - 1;
1779 struct sctp_tmit_chunk *lchk; local
2295 struct sctp_tmit_chunk *lchk; local
    [all...]
sctp_timer.c 968 struct sctp_tmit_chunk *lchk; local
970 lchk = sctp_try_advance_peer_ack_point(stcb, &stcb->asoc);
974 if (lchk) {
976 sctp_timer_start(SCTP_TIMER_TYPE_SEND, stcb->sctp_ep, stcb, lchk->whoTo);
    [all...]
sctp_indata.c 4072 struct sctp_tmit_chunk *lchk; local
4945 struct sctp_tmit_chunk *lchk; local
    [all...]
sctp_input.c 3131 struct sctp_tmit_chunk *lchk; local
    [all...]

Completed in 102 milliseconds