Home
last modified time | relevance | path

Searched refs:ecn (Results 1 – 10 of 10) sorted by relevance

/dpdk/app/test/
H A Dtest_cryptodev_security_ipsec_test_vectors.h95 .options.ecn = 0,
195 .options.ecn = 0,
297 .options.ecn = 0,
405 .options.ecn = 0,
506 .options.ecn = 0,
608 .options.ecn = 0,
713 .options.ecn = 0,
821 .options.ecn = 0,
926 .options.ecn = 0,
1035 .options.ecn = 0,
[all …]
H A Dtest_cryptodev_security_ipsec.c156 if (ipsec_xform->options.ecn == 1 && sec_cap->ipsec.options.ecn == 0) { in test_ipsec_sec_caps_verify()
/dpdk/doc/guides/vdpadevs/features/
H A Ddefault.ini16 ecn = key
/dpdk/doc/guides/vdpadevs/
H A Dfeatures_overview.rst27 ecn
/dpdk/lib/security/
H A Drte_security.h193 uint32_t ecn : 1; member
/dpdk/lib/ipsec/
H A Dsa.c229 if (prm->ipsec_xform.options.ecn == 0) in fill_sa_type()
390 if (prm->ipsec_xform.options.ecn) in esp_sa_init()
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst3238 Set port traffic management mark IP ecn
3241 Enables/Disables the traffic management marking on the port for IP ecn packets::
3248 ``yellow`` or ``red`` will have IP ecn bits updated
3250 * ``green`` enable 1, disable 0 marking IP ecn for green marked packets with ecn of 2'b01 or 2'b10
3251 to ecn of 2'b11 when IP is caring TCP or SCTP
3253 * ``yellow`` enable 1, disable 0 marking IP ecn for yellow marked packets with ecn of 2'b01 or 2'b…
3254 to ecn of 2'b11 when IP is caring TCP or SCTP
3256 * ``red`` enable 1, disable 0 marking IP ecn for yellow marked packets with ecn of 2'b01 or 2'b10
3257 to ecn of 2'b11 when IP is caring TCP or SCTP
/dpdk/drivers/net/iavf/
H A Diavf_ipsec_crypto.c294 conf->ipsec.options.ecn || in iavf_ipsec_crypto_session_validate_conf()
/dpdk/examples/ipsec-secgw/
H A Dsa.c1461 prm->ipsec_xform.options.ecn = 1; in fill_ipsec_sa_prm()
/dpdk/drivers/common/mlx5/
H A Dmlx5_prm.h3337 u8 ecn[0x2]; member