Home
last modified time | relevance | path

Searched refs:outbound (Results 1 – 12 of 12) sorted by relevance

/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c238 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 Dipsec_worker.c700 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 Dipsec_worker.h33 struct ipsec_ctx outbound; member
H A Dipsec-secgw.h106 } outbound; member
/dpdk/doc/guides/prog_guide/
H A Dipsec_lib.rst20 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 Dmetrics_lib.rst180 - ``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 Drte_flow.rst186 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 Dcnxk.rst242 - ``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 Dbnxt.rst369 transmit queues, allowing outbound network traffic to be processed by multiple
/dpdk/doc/guides/sample_app_ug/
H A Dipsec_secgw.rst36 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 Drelease_20_02.rst183 decryption and IPsec transformation. For the outbound path, applications
H A Drelease_21_11.rst571 routines used by inline outbound and inline inbound security processing were