Lines Matching defs:sequence
723 uint64_t sequence, close_rsn_t *err_rsn)
730 uint64_t seq_n; /* sequence in the network byte order */
840 * Concatenate sequence number and the new record. Note, that the
851 in_buf.length = in_len + sizeof (sequence);
861 seq_n = htonll(sequence);
865 /* wrap sequence number and the new record to the per-message token */
898 if (!transq_enqueue(&node_ptr, &in_buf, sequence)) {
953 uint64_t r_seq_num; /* received sequence number */
1088 * Extract the sequence number and the MIC from
1097 * seq_num/r_seq_num - the sequence number does not need to
1102 * implementation) sequence numbers generated by the kernel (we
1103 * are reusing record sequence numbers as a transmission queue
1104 * sequence numbers). The probability of having two or more
1106 * the performance gain due to using sequence numbers is quite
1109 * In case a harder condition with regard to duplicate sequence
1460 uint64_t sequence)
1471 /* value of the seq_token.value = (sequence number || plain token) */
1472 (*node_ptr)->seq_num = sequence;