Home
last modified time | relevance | path

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

/freebsd-13.1/tools/tools/netmap/
H A Dpkt-gen.c2153 uint32_t seq, *seq_exp = NULL; in rxseq_body() local
2161 seq_exp = calloc(nrings, sizeof(uint32_t)); in rxseq_body()
2162 if (seq_exp == NULL) { in rxseq_body()
2280 seq_exp[j] = seq; in rxseq_body()
2282 } else if (seq != seq_exp[j]) { in rxseq_body()
2283 uint32_t delta = seq - seq_exp[j]; in rxseq_body()
2287 seq_exp[j], seq); in rxseq_body()
2292 seq_exp[j] = seq; in rxseq_body()
2294 seq_exp[j]++; in rxseq_body()
2317 if (seq_exp != NULL) in rxseq_body()
[all …]