Searched refs:outbound (Results 1 – 12 of 12) sorted by relevance
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec-secgw.c | 238 struct ipsec_ctx outbound; member 1152 ctx = &qconf->outbound; in drain_crypto_buffers() 1321 &qconf->outbound); in ipsec_poll_mode_worker() 2094 ipsec_ctx = &qconf->outbound; in add_cdev_mapping() 3010 total->outbound.spd6.protect += lcore_stats->outbound.spd6.protect; in update_lcore_statistics() 3011 total->outbound.spd6.bypass += lcore_stats->outbound.spd6.bypass; in update_lcore_statistics() 3012 total->outbound.spd6.discard += lcore_stats->outbound.spd6.discard; in update_lcore_statistics() 3014 total->outbound.spd4.protect += lcore_stats->outbound.spd4.protect; in update_lcore_statistics() 3015 total->outbound.spd4.bypass += lcore_stats->outbound.spd4.bypass; in update_lcore_statistics() 3016 total->outbound.spd4.discard += lcore_stats->outbound.spd4.discard; in update_lcore_statistics() [all …]
|
| H A D | ipsec_worker.c | 700 ret = process_ipsec_ev_outbound_vector(&lconf->outbound, in ipsec_ev_vector_process() 914 lconf.outbound.sp4_ctx = socket_ctx[socket_id].sp_ip4_out; in ipsec_wrkr_non_burst_int_port_app_mode() 915 lconf.outbound.sp6_ctx = socket_ctx[socket_id].sp_ip6_out; in ipsec_wrkr_non_burst_int_port_app_mode() 916 lconf.outbound.sa_ctx = socket_ctx[socket_id].sa_out; in ipsec_wrkr_non_burst_int_port_app_mode() 917 lconf.outbound.session_pool = socket_ctx[socket_id].session_pool; in ipsec_wrkr_non_burst_int_port_app_mode() 918 lconf.outbound.session_priv_pool = in ipsec_wrkr_non_burst_int_port_app_mode() 962 ret = process_ipsec_ev_outbound(&lconf.outbound, in ipsec_wrkr_non_burst_int_port_app_mode()
|
| H A D | ipsec_worker.h | 33 struct ipsec_ctx outbound; member
|
| H A D | ipsec-secgw.h | 106 } outbound; member
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | ipsec_lib.rst | 20 inbound and outbound IPsec packets. 25 * for outbound packets perform payload encryption, attach ICV, update/add IP headers, add ESP/AH h… 75 * for outbound packets: 107 * for outbound packets: 127 * for outbound packets: 145 * for outbound packets:
|
| H A D | metrics_lib.rst | 180 - ``mean_bits_out``: Average outbound bit-rate 182 - ``ewma_bits_out``: Average outbound bit-rate (EWMA smoothed) 184 - ``peak_bits_out``: Peak outbound bit-rate
|
| H A D | rte_flow.rst | 186 to inbound and / or outbound traffic. With this respect, ``ingress`` 187 and ``egress`` respectively stand for **inbound** and **outbound**
|
| /dpdk/doc/guides/nics/ |
| H A D | cnxk.rst | 242 - ``Max SA's for outbound inline IPsec`` (default ``4096``) 244 Max number of SA's supported for outbound inline IPsec processing can be 252 for 128 outbound SAs. 296 all the Tx queues for outbound processing. 446 - Support for event generation on outbound inline IPsec processing errors.
|
| H A D | bnxt.rst | 369 transmit queues, allowing outbound network traffic to be processed by multiple
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | ipsec_secgw.rst | 36 add/remove them during outbound/inbound processing. 38 For inline offloaded outbound traffic, the application will not do the LPM 206 * ``--single-sa SAIDX``: in poll mode use a single SA for outbound traffic, 441 * *out*: outbound traffic 545 * *out*: outbound traffic
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_20_02.rst | 183 decryption and IPsec transformation. For the outbound path, applications
|
| H A D | release_21_11.rst | 571 routines used by inline outbound and inline inbound security processing were
|