Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_ipsec.c795 uint32_t k, ng; in crypto_ipsec() local
819 if (ng != 1 || in crypto_ipsec()
841 uint32_t i, k, ng; in lksd_proto_ipsec() local
879 if (ng != 1 || in lksd_proto_ipsec()
916 uint32_t k, ng, i, r; in crypto_ipsec_2sa() local
943 if (ng != BURST_SIZE) { in crypto_ipsec_2sa()
945 ng); in crypto_ipsec_2sa()
950 for (i = 0; i < ng; i++) { in crypto_ipsec_2sa()
1049 uint32_t k, ng, i, j; in crypto_ipsec_2sa_4grp() local
1078 if (ng != 4) { in crypto_ipsec_2sa_4grp()
[all …]
/dpdk/examples/ipsec-secgw/
H A Dipsec_process.c397 uint32_t i, k, n, ng; in ipsec_cqp_process() local
415 ng = rte_ipsec_pkt_crypto_group((const struct rte_crypto_op **) in ipsec_cqp_process()
419 for (i = 0; i != ng; i++) { in ipsec_cqp_process()