Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_indata.c150 read_queue_e->sinfo_tsn = tsn; in sctp_build_readq_entry()
235 rcvinfo->rcv_tsn = sinfo->sinfo_tsn; in sctp_build_ctl_nchunk()
522 strm->last_mid_delivered, control->sinfo_tsn, in sctp_queue_data_to_stream()
527 control->sinfo_tsn, in sctp_queue_data_to_stream()
559 sctp_mark_non_revokable(asoc, control->sinfo_tsn); in sctp_queue_data_to_stream()
599 sctp_mark_non_revokable(asoc, control->sinfo_tsn); in sctp_queue_data_to_stream()
739 nc->sinfo_tsn = control->sinfo_tsn; in sctp_build_readq_entry_from_ctl()
818 nc->sinfo_tsn = tchk->rec.data.tsn; in sctp_handle_old_unordered_data()
977 tmp = control->sinfo_tsn; in sctp_inject_old_unordered_data()
978 control->sinfo_tsn = chk->rec.data.tsn; in sctp_inject_old_unordered_data()
[all …]
H A Dsctp_indata.h60 (_ctl)->sinfo_tsn = tsn; \
H A Dsctp_structs.h142 uint32_t sinfo_tsn; member
473 uint32_t sinfo_tsn; /* Use this in reassembly as first TSN */ member
H A Dsctp_uio.h120 uint32_t sinfo_tsn; member
135 uint32_t sinfo_tsn; member
H A Dsctp_pcb.c6656 if (SCTP_TSN_GT(control->sinfo_tsn, cumulative_tsn_p1)) { in sctp_drain_mbufs()
6659 SCTP_CALC_TSN_TO_GAP(gap, control->sinfo_tsn, asoc->mapping_array_base_tsn); in sctp_drain_mbufs()
6716 if (SCTP_TSN_GT(control->sinfo_tsn, cumulative_tsn_p1)) { in sctp_drain_mbufs()
6719 SCTP_CALC_TSN_TO_GAP(gap, control->sinfo_tsn, asoc->mapping_array_base_tsn); in sctp_drain_mbufs()
H A Dsctputil.c291 sctp_clog.x.strlog.n_tsn = control->sinfo_tsn; in sctp_log_strm_del()
295 sctp_clog.x.strlog.e_tsn = poschk->sinfo_tsn; in sctp_log_strm_del()
5900 sinfo->sinfo_tsn = control->sinfo_tsn; in sctp_sorecvmsg()
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_dgram.c1049 data->rcvinfo.rcv_tsn = sndrcvinfo->sinfo_tsn; in dgram_sctp_read()
/freebsd/usr.bin/truss/
H A Dsyscalls.c1303 fprintf(fp, "tsn=%u,", info->sinfo_tsn); in print_sctp_sndrcvinfo()