Lines Matching refs:sack
55 static int sctp_acked(struct sctp_sackhdr *sack, __u32 tsn);
60 struct sctp_sackhdr *sack,
1101 struct sctp_sackhdr *sack) in sctp_sack_update_unack_data() argument
1109 frags = sack->variable; in sctp_sack_update_unack_data()
1110 for (i = 0; i < ntohs(sack->num_gap_ack_blocks); i++) { in sctp_sack_update_unack_data()
1126 struct sctp_sackhdr *sack = chunk->subh.sack_hdr; in sctp_outq_sack() local
1130 sctp_sack_variable_t *frags = sack->variable; in sctp_outq_sack()
1143 sack_ctsn = ntohl(sack->cum_tsn_ack); in sctp_outq_sack()
1144 gap_ack_blocks = ntohs(sack->num_gap_ack_blocks); in sctp_outq_sack()
1196 sctp_check_transmitted(q, &q->retransmit, NULL, NULL, sack, &highest_new_tsn); in sctp_outq_sack()
1205 transport, &chunk->source, sack, in sctp_outq_sack()
1233 sctp_sack_update_unack_data(asoc, sack); in sctp_outq_sack()
1253 sack_a_rwnd = ntohl(sack->a_rwnd); in sctp_outq_sack()
1301 struct sctp_sackhdr *sack, in sctp_check_transmitted() argument
1315 sack_ctsn = ntohl(sack->cum_tsn_ack); in sctp_check_transmitted()
1341 if (sctp_acked(sack, tsn)) { in sctp_check_transmitted()
1413 sack->num_gap_ack_blocks && in sctp_check_transmitted()
1636 static int sctp_acked(struct sctp_sackhdr *sack, __u32 tsn) in sctp_acked() argument
1641 __u32 ctsn = ntohl(sack->cum_tsn_ack); in sctp_acked()
1658 frags = sack->variable; in sctp_acked()
1660 for (i = 0; i < ntohs(sack->num_gap_ack_blocks); ++i) { in sctp_acked()