Searched refs:lchk (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Dsctp_cc_functions.c133 struct sctp_tmit_chunk *lchk; local
188 lchk = TAILQ_FIRST(&asoc->send_queue);
193 if (lchk == NULL) {
197 asoc->fast_recovery_tsn = lchk->rec.data.TSN_seq - 1;
206 if (lchk == NULL) {
210 net->fast_recovery_tsn = lchk->rec.data.TSN_seq - 1;
1689 struct sctp_tmit_chunk *lchk; local
1693 lchk = TAILQ_FIRST(&asoc->send_queue);
1698 if (lchk == NULL) {
1702 asoc->fast_recovery_tsn = lchk
2211 struct sctp_tmit_chunk *lchk; local
[all...]
H A Dsctp_timer.c971 struct sctp_tmit_chunk *lchk; local
973 lchk = sctp_try_advance_peer_ack_point(stcb, &stcb->asoc);
977 if (lchk) {
979 sctp_timer_start(SCTP_TIMER_TYPE_SEND, stcb->sctp_ep, stcb, lchk->whoTo);
H A Dsctp_indata.c4288 struct sctp_tmit_chunk *lchk; local
4292 lchk = sctp_try_advance_peer_ack_point(stcb, asoc);
4300 } else if (lchk) {
4302 if (lchk->rec.data.fwd_tsn_cnt >= 3) {
4307 if (lchk) {
4310 stcb->sctp_ep, stcb, lchk->whoTo);
5156 struct sctp_tmit_chunk *lchk; local
5160 lchk = sctp_try_advance_peer_ack_point(stcb, asoc);
5173 } else if (lchk) {
5175 if (lchk
[all...]
H A Dsctp_input.c3020 struct sctp_tmit_chunk *lchk; local
3041 lchk = TAILQ_LAST(&stcb->asoc.send_queue, sctpchunk_listhead);
3042 if (lchk == NULL) {
3045 window_data_tsn = lchk->rec.data.TSN_seq;
3050 TAILQ_FOREACH(lchk, &stcb->asoc.sent_queue, sctp_next) {
3051 if (lchk->rec.data.TSN_seq == tsn) {
3052 net = lchk->whoTo;
3053 net->ecn_prev_cwnd = lchk->rec.data.cwnd_at_send;
3056 if (SCTP_TSN_GT(lchk->rec.data.TSN_seq, tsn)) {

Completed in 144 milliseconds