Home
last modified time | relevance | path

Searched refs:this_sack_lowest_newack (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_indata.c2597 uint32_t *this_sack_lowest_newack, in sctp_process_segment_range() argument
2670 if (*this_sack_lowest_newack == 0) { in sctp_process_segment_range()
2672 sctp_log_sack(*this_sack_lowest_newack, in sctp_process_segment_range()
2679 *this_sack_lowest_newack = tp1->rec.data.TSN_seq; in sctp_process_segment_range()
2827 uint32_t *biggest_newly_acked_tsn, uint32_t *this_sack_lowest_newack, in sctp_handle_segments() argument
2874 this_sack_lowest_newack, rto_ok)) { in sctp_handle_segments()
2947 …_t biggest_tsn_acked, uint32_t biggest_tsn_newly_acked, uint32_t this_sack_lowest_newack, int accu… argument
3089 SCTP_TSN_GT(this_sack_lowest_newack, tp1->rec.data.TSN_seq)) {
3157 SCTP_TSN_GT(this_sack_lowest_newack,
3209 SCTP_TSN_GT(this_sack_lowest_newack, tp1->rec.data.TSN_seq)) {
[all …]