Searched refs:sinfo_tsn (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_indata.c | 161 read_queue_e->sinfo_tsn = tsn; in sctp_build_readq_entry() 254 rcvinfo->rcv_tsn = sinfo->sinfo_tsn; in sctp_build_ctl_nchunk() 552 strm->last_mid_delivered, control->sinfo_tsn, in sctp_queue_data_to_stream() 557 control->sinfo_tsn, in sctp_queue_data_to_stream() 604 sctp_mark_non_revokable(asoc, control->sinfo_tsn); in sctp_queue_data_to_stream() 644 sctp_mark_non_revokable(asoc, control->sinfo_tsn); in sctp_queue_data_to_stream() 788 nc->sinfo_tsn = control->sinfo_tsn; in sctp_build_readq_entry_from_ctl() 882 nc->sinfo_tsn = tchk->rec.data.tsn; in sctp_handle_old_unordered_data() 1036 tmp = control->sinfo_tsn; in sctp_inject_old_unordered_data() 1037 control->sinfo_tsn = chk->rec.data.tsn; in sctp_inject_old_unordered_data() [all …]
|
D | sctp_indata.h | 66 (_ctl)->sinfo_tsn = tsn; \
|
D | sctp_structs.h | 513 uint32_t sinfo_tsn; /* Use this in reassembly as first TSN */ member 744 uint32_t sinfo_tsn; member
|
D | sctp_uio.h | 143 uint32_t sinfo_tsn; member 158 uint32_t sinfo_tsn; member
|
D | sctp_pcb.c | 7817 if (SCTP_TSN_GT(control->sinfo_tsn, cumulative_tsn_p1)) { 7820 SCTP_CALC_TSN_TO_GAP(gap, control->sinfo_tsn, asoc->mapping_array_base_tsn); 7877 if (SCTP_TSN_GT(control->sinfo_tsn, cumulative_tsn_p1)) { 7880 SCTP_CALC_TSN_TO_GAP(gap, control->sinfo_tsn, asoc->mapping_array_base_tsn);
|
D | sctputil.c | 314 sctp_clog.x.strlog.n_tsn = control->sinfo_tsn; in sctp_log_strm_del() 318 sctp_clog.x.strlog.e_tsn = poschk->sinfo_tsn; in sctp_log_strm_del() 5279 rcv.rcv_tsn = control->sinfo_tsn; 6481 sinfo->sinfo_tsn = control->sinfo_tsn;
|
/third_party/ltp/utils/sctp/testlib/ |
D | sctputil.c | 82 printf(" sinfo_tsn %u\n", data->sndrcv.sinfo_tsn); in test_print_cmsg()
|
/third_party/ltp/utils/sctp/include/netinet/ |
D | sctp.h | 154 __u32 sinfo_tsn; member
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_socket.c | 1155 rn->recvv_rcvinfo.rcv_tsn = seinfo.sinfo_tsn; in usrsctp_recvv() 1182 rcv->rcv_tsn = seinfo.sinfo_tsn; in usrsctp_recvv()
|
/third_party/openssl/crypto/bio/ |
D | bss_dgram.c | 1049 data->rcvinfo.rcv_tsn = sndrcvinfo->sinfo_tsn; in dgram_sctp_read()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 52867 __u32 sinfo_tsn; member
|