Home
last modified time | relevance | path

Searched refs:life (Results 1 – 15 of 15) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Dcnxk_security.c226 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 Dcn9k_ipsec.c647 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 Drte_security.h339 struct rte_security_ipsec_lifetime life; member
/dpdk/doc/guides/sample_app_ug/
H A Dkeep_alive.rst26 A real life application might use this callback function to notify a
H A Dlink_status_intr.rst245 However, in real-life applications (such as, L3 routing),
H A Dl2_forward_real_virtual.rst297 However, in real-life applications (such as, L3 routing),
H A Dl2_forward_job_stats.rst332 However, in real-life applications (such as, L3 routing),
H A Dl2_forward_event.rst386 However, in real-life applications (such as, L3 routing),
/dpdk/drivers/net/cnxk/
H A Dcn10k_ethdev_sec.c567 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 Dtest_cryptodev_security_ipsec.c452 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 Dcaam_jr.c1759 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 Dvulnerability.rst12 If a stable branch is declared unmaintained (end of life),
/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c2968 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 Ddpaa2_sec_dpseci.c3179 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 Dpacket_framework.rst1164 * 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…