Home
last modified time | relevance | path

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

/freebsd-12.1/tools/tools/netmap/
H A Dpkt-gen.c2134 uint32_t seq, *seq_exp = NULL; in rxseq_body() local
2142 seq_exp = calloc(nrings, sizeof(uint32_t)); in rxseq_body()
2143 if (seq_exp == NULL) { in rxseq_body()
2261 seq_exp[j] = seq; in rxseq_body()
2263 } else if (seq != seq_exp[j]) { in rxseq_body()
2264 uint32_t delta = seq - seq_exp[j]; in rxseq_body()
2268 seq_exp[j], seq); in rxseq_body()
2273 seq_exp[j] = seq; in rxseq_body()
2275 seq_exp[j]++; in rxseq_body()
2298 if (seq_exp != NULL) in rxseq_body()
[all …]