Home
last modified time | relevance | path

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

/dpdk/examples/ipsec-secgw/
H A Devent_helper.c1503 uint32_t nb_bytes; in eh_conf_init() local
1533 nb_bytes = rte_bitmap_get_memory_footprint(RTE_MAX_LCORE); in eh_conf_init()
1534 if (!nb_bytes) { in eh_conf_init()
1539 bitmap = rte_zmalloc("event-helper-ethcore-bitmap", nb_bytes, in eh_conf_init()
1547 nb_bytes); in eh_conf_init()
H A Dsa.c309 uint32_t nb_bytes = 0; in parse_key_string() local
328 key[nb_bytes++] = strtol(sub_str, NULL, 16); in parse_key_string()
331 return nb_bytes; in parse_key_string()
/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c422 uint64_t nb_bytes = 0; in eth_vhost_tx() local
465 nb_bytes += bufs[i]->pkt_len; in eth_vhost_tx()
472 r->stats.bytes += nb_bytes; in eth_vhost_tx()
475 r->stats.xstats[VHOST_BYTE] += nb_bytes; in eth_vhost_tx()