Searched refs:this_sack_lowest_newack (Results 1 – 1 of 1) sorted by relevance
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_indata.c | 2969 uint32_t *this_sack_lowest_newack, in sctp_process_segment_range() argument 3044 if (*this_sack_lowest_newack == 0) { in sctp_process_segment_range() 3046 sctp_log_sack(*this_sack_lowest_newack, in sctp_process_segment_range() 3053 *this_sack_lowest_newack = tp1->rec.data.tsn; in sctp_process_segment_range() 3204 uint32_t *biggest_newly_acked_tsn, uint32_t *this_sack_lowest_newack, in sctp_handle_segments() argument 3251 this_sack_lowest_newack, rto_ok)) { in sctp_handle_segments() 3324 …_t biggest_tsn_acked, uint32_t biggest_tsn_newly_acked, uint32_t this_sack_lowest_newack, int accu… argument 3469 SCTP_TSN_GT(this_sack_lowest_newack, tp1->rec.data.tsn)) { 3537 SCTP_TSN_GT(this_sack_lowest_newack, 3589 SCTP_TSN_GT(this_sack_lowest_newack, tp1->rec.data.tsn)) { [all …]
|