• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/

Lines Matching defs:tsn

2556 	/* If Cumulative TSN Ack beyond the max tsn currently
2639 /* If Cumulative TSN Ack beyond the max tsn currently
3086 /* If Cumulative TSN Ack beyond the max tsn currently
3697 __u32 tsn;
3716 tsn = ntohl(fwdtsn_hdr->new_cum_tsn);
3717 SCTP_DEBUG_PRINTK("%s: TSN 0x%x.\n", __func__, tsn);
3722 if (sctp_tsnmap_check(&asoc->peer.tsn_map, tsn) < 0)
3731 sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_FWDTSN, SCTP_U32(tsn));
3761 __u32 tsn;
3780 tsn = ntohl(fwdtsn_hdr->new_cum_tsn);
3781 SCTP_DEBUG_PRINTK("%s: TSN 0x%x.\n", __func__, tsn);
3786 if (sctp_tsnmap_check(&asoc->peer.tsn_map, tsn) < 0)
3795 sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_FWDTSN, SCTP_U32(tsn));
4345 * cumulative tsn ack to a point beyond the max tsn currently sent.
4357 static const char err_str[]="The cumulative tsn ack beyond the max tsn currently sent:";
5859 __u32 tsn;
5869 tsn = ntohl(data_hdr->tsn);
5870 SCTP_DEBUG_PRINTK("eat_data: TSN 0x%x.\n", tsn);
5894 SCTP_U32(tsn));
5898 tmp = sctp_tsnmap_check(&asoc->peer.tsn_map, tsn);
5906 sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_DUP, SCTP_U32(tsn));
5944 (sctp_tsnmap_get_ctsn(map) + 1) == tsn) {
5945 SCTP_DEBUG_PRINTK("Reneging for tsn:%u\n", tsn);
5948 SCTP_DEBUG_PRINTK("Discard tsn: %u len: %Zd, "
5949 "rwnd: %d\n", tsn, datalen,
5964 (sctp_tsnmap_get_ctsn(map) + 1) == tsn) {
5965 SCTP_DEBUG_PRINTK("Under Pressure! Reneging for tsn:%u\n", tsn);
5979 err = sctp_make_abort_no_data(asoc, chunk, tsn);
6019 /* Mark tsn as received even though we drop it */
6020 sctp_add_cmd_sf(commands, SCTP_CMD_REPORT_TSN, SCTP_U32(tsn));