Lines Matching refs:sack
55 static int sctp_acked(struct sctp_sackhdr *sack, __u32 tsn);
60 struct sctp_sackhdr *sack,
1102 struct sctp_sackhdr *sack) in sctp_sack_update_unack_data() argument
1110 frags = sack->variable; in sctp_sack_update_unack_data()
1111 for (i = 0; i < ntohs(sack->num_gap_ack_blocks); i++) { in sctp_sack_update_unack_data()
1127 struct sctp_sackhdr *sack = chunk->subh.sack_hdr; in sctp_outq_sack() local
1131 sctp_sack_variable_t *frags = sack->variable; in sctp_outq_sack()
1144 sack_ctsn = ntohl(sack->cum_tsn_ack); in sctp_outq_sack()
1145 gap_ack_blocks = ntohs(sack->num_gap_ack_blocks); in sctp_outq_sack()
1197 sctp_check_transmitted(q, &q->retransmit, NULL, NULL, sack, &highest_new_tsn); in sctp_outq_sack()
1206 transport, &chunk->source, sack, in sctp_outq_sack()
1234 sctp_sack_update_unack_data(asoc, sack); in sctp_outq_sack()
1254 sack_a_rwnd = ntohl(sack->a_rwnd); in sctp_outq_sack()
1303 struct sctp_sackhdr *sack, in sctp_check_transmitted() argument
1317 sack_ctsn = ntohl(sack->cum_tsn_ack); in sctp_check_transmitted()
1343 if (sctp_acked(sack, tsn)) { in sctp_check_transmitted()
1415 sack->num_gap_ack_blocks && in sctp_check_transmitted()
1638 static int sctp_acked(struct sctp_sackhdr *sack, __u32 tsn) in sctp_acked() argument
1643 __u32 ctsn = ntohl(sack->cum_tsn_ack); in sctp_acked()
1660 frags = sack->variable; in sctp_acked()
1662 for (i = 0; i < ntohs(sack->num_gap_ack_blocks); ++i) { in sctp_acked()