OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:burst_cnt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libpcap/dist/
pcap-dpdk.c
286
static int dpdk_read_with_timeout(pcap_t *p, struct rte_mbuf **pkts_burst, const uint16_t
burst_cnt
){
293
nb_rx = (int)rte_eth_rx_burst(pd->portid, 0, pkts_burst,
burst_cnt
);
298
nb_rx = (int)rte_eth_rx_burst(pd->portid, 0, pkts_burst,
burst_cnt
);
318
int
burst_cnt
= 0;
local
349
burst_cnt
= max_cnt;
351
burst_cnt
= MAX_PKT_BURST;
361
nb_rx = dpdk_read_with_timeout(p, pkts_burst,
burst_cnt
);
/src/sys/netinet/
sctp_output.c
6887
int error, num_out, tot_out, ret, reason_code,
burst_cnt
, burst_limit;
local
7010
burst_cnt
= 0;
7015
printf("Burst count:%d - call m-c-o\n",
burst_cnt
);
7028
sctp_log_maxburst(asoc->primary_destination, error ,
burst_cnt
, SCTP_MAX_BURST_ERROR_STOP);
7038
burst_cnt
++;
7041
&& (
burst_cnt
< burst_limit)
7045
if (
burst_cnt
>= burst_limit) {
7049
sctp_log_maxburst(asoc->primary_destination, 0 ,
burst_cnt
, SCTP_MAX_BURST_APPLIED);
Completed in 46 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026