Home
last modified time | relevance | path

Searched refs:sinfo_tsn (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_indata.c161 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 …]
Dsctp_indata.h66 (_ctl)->sinfo_tsn = tsn; \
Dsctp_structs.h513 uint32_t sinfo_tsn; /* Use this in reassembly as first TSN */ member
744 uint32_t sinfo_tsn; member
Dsctp_uio.h143 uint32_t sinfo_tsn; member
158 uint32_t sinfo_tsn; member
Dsctp_pcb.c7817 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);
Dsctputil.c314 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/
Dsctputil.c82 printf(" sinfo_tsn %u\n", data->sndrcv.sinfo_tsn); in test_print_cmsg()
/third_party/ltp/utils/sctp/include/netinet/
Dsctp.h154 __u32 sinfo_tsn; member
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socket.c1155 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/
Dbss_dgram.c1049 data->rcvinfo.rcv_tsn = sndrcvinfo->sinfo_tsn; in dgram_sctp_read()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h52867 __u32 sinfo_tsn; member