Searched refs:life (Results 1 – 15 of 15) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | cnxk_security.c | 226 if (ipsec_xfrm->life.bytes_soft_limit != 0 || in ot_ipsec_sa_common_param_fill() 234 if (ipsec_xfrm->life.bytes_soft_limit != 0 || in ot_ipsec_sa_common_param_fill() 235 ipsec_xfrm->life.bytes_hard_limit != 0) { in ot_ipsec_sa_common_param_fill() 394 if (ipsec_xfrm->life.bytes_soft_limit) { in cnxk_ot_ipsec_inb_sa_fill() 399 if (ipsec_xfrm->life.packets_soft_limit) { in cnxk_ot_ipsec_inb_sa_fill() 404 if (ipsec_xfrm->life.bytes_hard_limit) { in cnxk_ot_ipsec_inb_sa_fill() 409 if (ipsec_xfrm->life.packets_hard_limit) { in cnxk_ot_ipsec_inb_sa_fill() 543 if (ipsec_xfrm->life.bytes_soft_limit) { in cnxk_ot_ipsec_outb_sa_fill() 548 if (ipsec_xfrm->life.packets_soft_limit) { in cnxk_ot_ipsec_outb_sa_fill() 553 if (ipsec_xfrm->life.bytes_hard_limit) { in cnxk_ot_ipsec_outb_sa_fill() [all …]
|
| /dpdk/drivers/crypto/cnxk/ |
| H A D | cn9k_ipsec.c | 647 if (ipsec->life.bytes_hard_limit != 0 || in cn9k_ipsec_xform_verify() 648 ipsec->life.bytes_soft_limit != 0 || in cn9k_ipsec_xform_verify() 649 ipsec->life.packets_hard_limit != 0 || in cn9k_ipsec_xform_verify() 650 ipsec->life.packets_soft_limit != 0) in cn9k_ipsec_xform_verify()
|
| /dpdk/lib/security/ |
| H A D | rte_security.h | 339 struct rte_security_ipsec_lifetime life; member
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | keep_alive.rst | 26 A real life application might use this callback function to notify a
|
| H A D | link_status_intr.rst | 245 However, in real-life applications (such as, L3 routing),
|
| H A D | l2_forward_real_virtual.rst | 297 However, in real-life applications (such as, L3 routing),
|
| H A D | l2_forward_job_stats.rst | 332 However, in real-life applications (such as, L3 routing),
|
| H A D | l2_forward_event.rst | 386 However, in real-life applications (such as, L3 routing),
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cn10k_ethdev_sec.c | 567 if (ipsec_xfrm->life.bytes_soft_limit | in cn10k_eth_sec_outb_sa_misc_fill() 568 ipsec_xfrm->life.packets_soft_limit) { in cn10k_eth_sec_outb_sa_misc_fill()
|
| /dpdk/app/test/ |
| H A D | test_cryptodev_security_ipsec.c | 452 td->ipsec_xform.life.packets_soft_limit = in test_ipsec_td_prepare() 522 td_inb[i].ipsec_xform.life.packets_hard_limit = in test_ipsec_td_update()
|
| /dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr.c | 1759 if (ipsec_xform->life.bytes_hard_limit != 0 || in caam_jr_set_ipsec_session() 1760 ipsec_xform->life.bytes_soft_limit != 0 || in caam_jr_set_ipsec_session() 1761 ipsec_xform->life.packets_hard_limit != 0 || in caam_jr_set_ipsec_session() 1762 ipsec_xform->life.packets_soft_limit != 0) in caam_jr_set_ipsec_session()
|
| /dpdk/doc/guides/contributing/ |
| H A D | vulnerability.rst | 12 If a stable branch is declared unmaintained (end of life),
|
| /dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec.c | 2968 if (ipsec_xform->life.bytes_hard_limit != 0 || in dpaa_sec_set_ipsec_session() 2969 ipsec_xform->life.bytes_soft_limit != 0 || in dpaa_sec_set_ipsec_session() 2970 ipsec_xform->life.packets_hard_limit != 0 || in dpaa_sec_set_ipsec_session() 2971 ipsec_xform->life.packets_soft_limit != 0) in dpaa_sec_set_ipsec_session()
|
| /dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_dpseci.c | 3179 if (ipsec_xform->life.bytes_hard_limit != 0 || in dpaa2_sec_set_ipsec_session() 3180 ipsec_xform->life.bytes_soft_limit != 0 || in dpaa2_sec_set_ipsec_session() 3181 ipsec_xform->life.packets_hard_limit != 0 || in dpaa2_sec_set_ipsec_session() 3182 ipsec_xform->life.packets_soft_limit != 0) in dpaa2_sec_set_ipsec_session()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | packet_framework.rst | 1164 * Instructions: The actions and the life of the packet through the pipeline are defined with inst… 1218 * Pipeline: The pipeline represents the main program that defines the life of the packet, with su…
|