Searched refs:tsn (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_input.c | 89 sctp_ack_add(sctp_set_t **head, uint32_t tsn, int *num) argument 104 (*head)->begin = tsn; 105 (*head)->end = tsn; 116 if (SEQ_LT(tsn + 1, (*head)->begin)) { 124 t->begin = tsn; 125 t->end = tsn; 135 * 1. tsn is entirely less than p; create a new set before p. 136 * 2. tsn borders p from less; coalesce p with tsn. 137 * 3. tsn i 674 uint32_t tsn = ntohl((*dc)->sdh_tsn); local 814 uint32_t tsn; local 943 uint32_t tsn; local 1248 sctp_add_dup(uint32_t tsn, mblk_t **dups) argument 1295 uint32_t tsn; local 2029 sctp_cumack(sctp_t *sctp, uint32_t tsn, mblk_t **first_unacked) argument 3607 uint32_t tsn; local [all...] |
H A D | sctp_shutdown.c | 150 uint32_t *tsn; local 158 tsn = (uint32_t *)(sch + 1); 160 if (!SEQ_LT(ntohl(*tsn), sctp->sctp_lastack_rxd)) 161 trysend = sctp_cumack(sctp, ntohl(*tsn), &samp);
|
H A D | sctp_output.c | 774 "tsn %x\n", sdh->sdh_tsn)); 1008 uint32_t tsn; local 1180 * ensure the tsn is current. 1182 tsn = ntohl(sdc->sdh_tsn); 1183 if (sctp->sctp_out_time == 0 && tsn == (sctp->sctp_ltsn - 1)) { 1185 sctp->sctp_rtt_tsn = tsn; 1276 dprint(2, ("sctp_output: Sending packet %d bytes, tsn %x " 1595 uint32_t tsn = sctp->sctp_adv_pap; local 1610 tsn = ntohl(sdc->sdh_tsn); 1629 sctp->sctp_adv_pap = tsn; 1688 uint32_t tsn; local [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_sctp.c | 698 SUMAPPEND((scratch, MAXLINE, "tsn %x str %hu/%hu win %u ", 767 SUMAPPEND((scratch, MAXLINE, "len %d tsn %x str %hu/%hu " 810 uint32_t *tsn; local 850 if (datalen < (numdups * sizeof (*tsn))) { 856 tsn = (uint32_t *)frag; 859 " Duplicate #%d: TSN = %x", i, *tsn); 860 tsn++; 865 "tsn %x win %u gaps/dups %hu/%hu ", ntohl(scp->ssc_cumtsn), 890 SUMAPPEND((scratch, MAXLINE, "tsn %x", ntohl(*cumtsn)));
|
Completed in 1073 milliseconds