Home
last modified time | relevance | path

Searched refs:deny (Results 1 – 7 of 7) sorted by relevance

/dpdk/app/test/
H A Dtest_acl.h17 uint32_t deny; member
469 .deny = 6}, /* should match 5, 6 */
480 .deny = 3}, /* should match 2, 3 */
487 {.vlan = 0x5, .allow = 8, .deny = 9}, /* should match 8, 9 */
519 .allow = 5, .deny = 9}, /* should match 5, 9 */
556 .deny = 23
567 .deny = 25
577 .deny = 23
587 .deny = 27
597 .deny = 23
[all …]
H A Dtest_acl.c323 if (result != test_data[i].deny) { in test_classify_alg()
326 __LINE__, i, test_data[i].deny, in test_classify_alg()
/dpdk/doc/guides/rawdevs/
H A Dcnxk_gpio.rst62 to EAL will deny using all GPIOs except those specified explicitly in the
/dpdk/license/
H A Dgpl-2.0.txt29 anyone to deny you these rights or to ask you to surrender the rights.
H A Dlgpl-2.1.txt36 distributors to deny you these rights or to ask you to surrender these
/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst145 to deny them), allocation validator callbacks are also available via
1046 exceed threshold set by the user, giving a chance to allow or deny allocation.
/dpdk/doc/guides/rel_notes/
H A Drelease_18_05.rst29 allowing user to permit or deny memory allocations.