Searched refs:rte_ipsec_pkt_process (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/lib/librte_ipsec/ |
| H A D | version.map | 6 rte_ipsec_pkt_process;
|
| H A D | rte_ipsec.h | 155 rte_ipsec_pkt_process(const struct rte_ipsec_session *ss, struct rte_mbuf *mb[], in rte_ipsec_pkt_process() function
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipsec_process.c | 242 k = rte_ipsec_pkt_process(ips, mb, cnt); in ipsec_process_inline_group() 262 k = rte_ipsec_pkt_process(ips, mb, k); in ipsec_process_cpu_group() 399 k = rte_ipsec_pkt_process(ss, pg->m, pg->cnt); in ipsec_cqp_process()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_ipsec.c | 818 k = rte_ipsec_pkt_process(grp[0].id.ptr, grp[0].m, grp[0].cnt); in crypto_ipsec() 878 k = rte_ipsec_pkt_process(grp[0].id.ptr, grp[0].m, grp[0].cnt); in lksd_proto_ipsec() 941 k = rte_ipsec_pkt_process(grp[i].id.ptr, grp[i].m, grp[i].cnt); in crypto_ipsec_2sa() 1076 k = rte_ipsec_pkt_process(grp[i].id.ptr, grp[i].m, grp[i].cnt); in crypto_ipsec_2sa_4grp() 1483 n = rte_ipsec_pkt_process(&ut_params->ss[0], ut_params->ibuf, in test_ipsec_inline_crypto_inb_burst_null_null() 1560 n = rte_ipsec_pkt_process(&ut_params->ss[0], ut_params->ibuf, in test_ipsec_inline_proto_inb_burst_null_null() 1669 n = rte_ipsec_pkt_process(&ut_params->ss[0], ut_params->ibuf, in test_ipsec_inline_crypto_outb_burst_null_null() 1746 n = rte_ipsec_pkt_process(&ut_params->ss[0], ut_params->ibuf, in test_ipsec_inline_proto_outb_burst_null_null()
|
| H A D | test_ipsec_perf.c | 303 k = rte_ipsec_pkt_process(&sa->ss[0], buf, num_pkts); in packet_process()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | ipsec_lib.rst | 46 rte_ipsec_pkt_process(...); 49 is required and the synchronous API call: rte_ipsec_pkt_process()
|