Home
last modified time | relevance | path

Searched refs:tsn (Results 1 – 25 of 28) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_indata.c145 uint32_t tsn, uint32_t ppid, in sctp_build_readq_entry() argument
161 read_queue_e->sinfo_tsn = tsn; in sctp_build_readq_entry()
162 read_queue_e->sinfo_cumtsn = tsn; in sctp_build_readq_entry()
311 sctp_mark_non_revokable(struct sctp_association *asoc, uint32_t tsn) in sctp_mark_non_revokable() argument
320 if (SCTP_TSN_GT(cumackp1, tsn)) { in sctp_mark_non_revokable()
326 SCTP_CALC_TSN_TO_GAP(gap, tsn, asoc->mapping_array_base_tsn); in sctp_mark_non_revokable()
333 SCTP_PRINTF("gap:%x tsn:%x\n", gap, tsn); in sctp_mark_non_revokable()
341 if (SCTP_TSN_GT(tsn, asoc->highest_tsn_inside_nr_map)) { in sctp_mark_non_revokable()
342 asoc->highest_tsn_inside_nr_map = tsn; in sctp_mark_non_revokable()
344 if (tsn == asoc->highest_tsn_inside_map) { in sctp_mark_non_revokable()
[all …]
Dsctp_indata.h48 uint32_t tsn, uint32_t ppid,
54 #define sctp_build_readq_entry_mac(_ctl, in_it, context, net, tsn, ppid, sid, flags, dm, tfsn, mid)… argument
66 (_ctl)->sinfo_tsn = tsn; \
67 (_ctl)->sinfo_cumtsn = tsn; \
Dsctp_header.h157 uint32_t tsn; member
170 uint32_t tsn; member
362 uint32_t tsn; member
367 uint32_t tsn; member
374 uint32_t tsn; member
Dsctp_timer.c438 if (SCTP_TSN_GE(asoc->last_acked_seq, chk->rec.data.tsn)) {
440 (void *)chk, chk->rec.data.tsn, asoc->last_acked_seq);
471 SCTP_PRINTF("chk:%p TSN:%x\n", (void *)chk, chk->rec.data.tsn);
559 if (SCTP_TSN_GE(stcb->asoc.last_acked_seq, chk->rec.data.tsn)) {
562 (unsigned int)stcb->asoc.last_acked_seq, (unsigned int)chk->rec.data.tsn);
587 sctp_log_fr(chk->rec.data.tsn,
655 tsnfirst = chk->rec.data.tsn;
657 tsnlast = chk->rec.data.tsn;
659 sctp_log_fr(chk->rec.data.tsn, chk->snd_count,
675 chk->rec.data.tsn);
[all …]
Dsctp_constants.h909 #define SCTP_CALC_TSN_TO_GAP(gap, tsn, mapping_tsn) do { \ argument
910 if (tsn >= mapping_tsn) { \
911 gap = tsn - mapping_tsn; \
913 gap = (MAX_TSN - mapping_tsn) + tsn + 1; \
Dsctp_var.h310 stcb->asoc.fslog[stcb->asoc.fs_index].tsn = tp1->rec.data.tsn; \
331 stcb->asoc.fslog[stcb->asoc.fs_index].tsn = tp1->rec.data.tsn; \
Dsctp_input.c3266 uint32_t tsn, window_data_tsn; local
3282 tsn = ntohl(cp->tsn);
3288 window_data_tsn = lchk->rec.data.tsn;
3294 if (lchk->rec.data.tsn == tsn) {
3299 if (SCTP_TSN_GT(lchk->rec.data.tsn, tsn)) {
3310 if (tsn == net->last_cwr_tsn) {
3333 if (SCTP_TSN_GT(tsn, net->cwr_window_tsn) &&
3344 net->last_cwr_tsn = tsn;
3347 if (SCTP_TSN_GT(tsn, net->last_cwr_tsn) &&
3360 net->last_cwr_tsn = tsn;
[all …]
Dsctp_structs.h86 uint32_t tsn; member
441 uint32_t tsn; /* the TSN of this transmit */ member
711 uint32_t tsn; member
725 uint32_t tsn; member
Dsctp_output.c7543 data_list[i]->rec.data.fast_retran_tsn = data_list[i]->rec.data.tsn;
7550 if ((tp1) && SCTP_TSN_GT(tp1->rec.data.tsn, data_list[i]->rec.data.tsn)) {
7561 if (SCTP_TSN_GT(tp1->rec.data.tsn, data_list[i]->rec.data.tsn)) {
7590 data_list[i]->rec.data.tsn);
8114 chk->rec.data.tsn = atomic_fetchadd_int(&asoc->sending_seq, 1);
8116 chk->rec.data.tsn = asoc->sending_seq++;
8122 chk->rec.data.tsn);
8140 asoc->out_tsnlog[asoc->tsn_out_at].tsn = chk->rec.data.tsn;
8153 dchkh->dp.tsn = htonl(chk->rec.data.tsn);
8161 ndchkh->dp.tsn = htonl(chk->rec.data.tsn);
[all …]
Dsctp.h441 uint32_t tsn; /* TSN of the empty data chunk */ member
Dsctp_cc_functions.c217 asoc->fast_recovery_tsn = lchk->rec.data.tsn - 1; in sctp_cwnd_update_after_fr()
230 net->fast_recovery_tsn = lchk->rec.data.tsn - 1; in sctp_cwnd_update_after_fr()
1811 asoc->fast_recovery_tsn = lchk->rec.data.tsn - 1; in sctp_hs_cwnd_update_after_fr()
1824 net->fast_recovery_tsn = lchk->rec.data.tsn - 1; in sctp_hs_cwnd_update_after_fr()
2338 asoc->fast_recovery_tsn = lchk->rec.data.tsn - 1; in sctp_htcp_cwnd_update_after_fr()
2351 net->fast_recovery_tsn = lchk->rec.data.tsn - 1; in sctp_htcp_cwnd_update_after_fr()
Dsctputil.c157 sctp_log_strm_del_alt(struct sctp_tcb *stcb, uint32_t tsn, uint16_t sseq, uint16_t stream, int from) in sctp_log_strm_del_alt() argument
163 sctp_clog.x.strlog.n_tsn = tsn; in sctp_log_strm_del_alt()
200 sctp_log_sack(uint32_t old_cumack, uint32_t cumack, uint32_t tsn, uint16_t gaps, uint16_t dups, int… in sctp_log_sack() argument
207 sctp_clog.x.sack.tsn = tsn; in sctp_log_sack()
241 sctp_log_fr(uint32_t biggest_tsn, uint32_t biggest_new_tsn, uint32_t tsn, int from) in sctp_log_fr() argument
249 sctp_clog.x.fr.tsn = tsn; in sctp_log_fr()
4660 stcb->asoc.in_tsnlog[i].tsn,
4670 stcb->asoc.in_tsnlog[i].tsn,
4686 stcb->asoc.out_tsnlog[i].tsn,
4696 stcb->asoc.out_tsnlog[i].tsn,
[all …]
Dsctp_uio.h840 uint32_t tsn; member
866 uint32_t tsn; member
Dsctp_pcb.c7847 SCTP_CALC_TSN_TO_GAP(gap, chk->rec.data.tsn, asoc->mapping_array_base_tsn);
7907 SCTP_CALC_TSN_TO_GAP(gap, chk->rec.data.tsn, asoc->mapping_array_base_tsn);
/third_party/gstreamer/gstplugins_base/tests/icles/
Dtest-reverseplay.c129 StreamTSRange tsn; in extend_times() local
134 tsn.start = start; in extend_times()
135 tsn.end = end; in extend_times()
165 g_array_insert_val (a, i + 1, tsn); in extend_times()
181 g_array_insert_val (a, i, tsn); in extend_times()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstmpeg2picture.h93 gint tsn; member
Dgstmpeg2decoder.c199 return hdr->tsn != 0xffff; in _pic_hdr_is_valid()
913 picture->tsn = priv->pic_hdr.tsn; in gst_mpeg2_decoder_ensure_current_picture()
915 _pts_eval (&priv->tsg, priv->current_frame->pts, picture->tsn); in gst_mpeg2_decoder_ensure_current_picture()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstmpegvideoparser.h392 guint16 tsn; member
Dgstmpegvideoparser.c827 if (!gst_bit_reader_get_bits_uint16 (&br, &hdr->tsn, 10)) in gst_mpeg_video_packet_parse_picture_header()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstmpegvideoparse.c597 int tsn = info->data[off] << 2 | (info->data[off + 1] & 0xC0) >> 6; in gst_mpegv_parse_process_sc() local
599 if (tsn == mpvparse->pichdr.tsn) /* prevent termination if TSN is same */ in gst_mpegv_parse_process_sc()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dlang-tables.dat966 { "tn", "tsn", ISO_639_FLAG_2T | ISO_639_FLAG_2B, 5954 },
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DlocaleCanonicalization.txt388 tsn ; tn
/third_party/icu/icu4c/source/test/testdata/
DlocaleCanonicalization.txt388 tsn ; tn
/third_party/icu/icu4c/source/data/misc/
Dmetadata.txt1679 tsn{
/third_party/skia/third_party/externals/icu/source/data/misc/
Dmetadata.txt1651 tsn{

12