HomeSort by: relevance | last modified time | path
    Searched defs:estimate_tsn (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_indata.c 2054 u_int32_t estimate_tsn; local in function:sctp_process_a_data_chunk
2055 estimate_tsn = asoc->tsn_last_delivered + 1;
2057 (estimate_tsn == chk->rec.data.TSN_seq)) {
sctp_indata.c 2054 u_int32_t estimate_tsn; local in function:sctp_process_a_data_chunk
2055 estimate_tsn = asoc->tsn_last_delivered + 1;
2057 (estimate_tsn == chk->rec.data.TSN_seq)) {

Completed in 34 milliseconds