Home
last modified time | relevance | path

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

/freebsd/tools/tools/netmap/
H A Dpkt-gen.c2266 uint32_t seq, *seq_exp = NULL; in rxseq_body() local
2274 seq_exp = calloc(nrings, sizeof(uint32_t)); in rxseq_body()
2275 if (seq_exp == NULL) { in rxseq_body()
2393 seq_exp[j] = seq; in rxseq_body()
2395 } else if (seq != seq_exp[j]) { in rxseq_body()
2396 uint32_t delta = seq - seq_exp[j]; in rxseq_body()
2400 seq_exp[j], seq); in rxseq_body()
2403 "exp %u found %u", seq_exp[j], seq); in rxseq_body()
2405 seq_exp[j] = seq; in rxseq_body()
2407 seq_exp[j]++; in rxseq_body()
[all …]