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

  /src/sys/netinet/
sctp_structs.h 385 uint32_t str_reset_seq_in; member in struct:sctp_association
sctp_input.c 235 asoc->str_reset_seq_in = asoc->asconf_seq_in + 1;
1273 asoc->str_reset_seq_in = asoc->init_seq_number;
1348 asoc->str_reset_seq_in = asoc->init_seq_number;
1536 asoc->str_reset_seq_in = asoc->init_seq_number;
sctputil.c 688 asoc->str_reset_seq_in = asoc->last_acked_seq + 1;
sctp_output.c 8783 if (asoc->str_reset_seq_in == seq) {
8785 asoc->str_reset_seq_in++;

Completed in 22 milliseconds