HomeSort by: relevance | last modified time | path
    Searched refs:t3timeout_highest_marked (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netinet/
sctp_structs.h 426 u_int32_t t3timeout_highest_marked; member in struct:sctp_association
sctp_timer.c 551 stcb->asoc.t3timeout_highest_marked,
554 stcb->asoc.t3timeout_highest_marked = chk->rec.data.TSN_seq;
sctp_input.c 1270 asoc->t3timeout_highest_marked = asoc->asconf_seq_out;
1345 asoc->t3timeout_highest_marked = asoc->asconf_seq_out;
1533 asoc->t3timeout_highest_marked = asoc->asconf_seq_out;
sctp_indata.c 3591 if (compare_with_wrap(asoc->t3timeout_highest_marked, cum_ack, MAX_TSN)) {
3804 asoc->t3timeout_highest_marked = cum_ack;
sctputil.c 674 asoc->t3timeout_highest_marked = asoc->asconf_seq_out;

Completed in 70 milliseconds