| /f-stack/dpdk/examples/qos_meter/ |
| H A D | main.h | 12 DROP = 3, enumerator 18 { DROP, YELLOW, RED}, 19 { DROP, DROP, RED}
|
| H A D | main.c | 198 if (app_pkt_handle(pkt, current_time) == DROP) in main_loop()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_aqm_pie.h | 92 DROP, enumerator 140 return DROP; in drop_early() 145 return DROP; in drop_early()
|
| H A D | dn_aqm_pie.c | 506 t = DROP; in aqm_pie_enqueue() 509 && drop_early(pst, q->ni.len_bytes) == DROP) { in aqm_pie_enqueue() 519 t = DROP; in aqm_pie_enqueue() 537 if (t != DROP && !(pprms->flags & PIE_DEPRATEEST_ENABLED)) { in aqm_pie_enqueue() 546 t = DROP; in aqm_pie_enqueue() 552 if (t != DROP) { in aqm_pie_enqueue()
|
| H A D | dn_sched_fq_pie.c | 700 && drop_early(pst, q->stats.len_bytes) == DROP) { in pie_enqueue() 710 t = DROP; in pie_enqueue() 729 if (t != DROP && !(pprms->flags & PIE_DEPRATEEST_ENABLED)) { in pie_enqueue() 738 t = DROP; in pie_enqueue() 744 if (t != DROP) { in pie_enqueue()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | qos_metering.rst | 128 { DROP, YELLOW, RED}, 129 { DROP, DROP, RED} 143 * DROP: The packet is dropped. 155 * To drop the packet, policer_table action has to be set to DROP.
|
| /f-stack/dpdk/lib/librte_power/ |
| H A D | rte_power_empty_poll.h | 30 #define DROP (NUM_DIRECTIONS * NUM_DEVICES) macro
|
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | msg.def | 398 # DROP PARTY message 418 # DROP PARTY ACKNOWLEDGE message
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | softnic.rst | 310 ``JMP, QUEUE, RSS, DROP, COUNT, METER, VXLAN`` etc. 315 ``JMP or RSS or QUEUE or DROP``. For the count and drop actions the
|
| H A D | sfc_efx.rst | 185 - DROP 243 - DROP
|
| H A D | tap.rst | 117 - DROP
|
| H A D | mvpp2.rst | 369 * DROP
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_flow.c | 118 MK_FLOW_ACTION(DROP, 0),
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 1456 | 1 | DROP | 1490 | 0 | DROP | 1497 In the above example, while DROP and QUEUE must be performed in order, both 1688 Action: ``DROP`` 1697 .. table:: DROP
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_17_02.rst | 163 VXLAN pattern items with DROP and QUEUE actions.
|
| H A D | release_17_05.rst | 222 TCP pattern items with DROP, QUEUE and PASSTHRU actions for ingress
|
| H A D | release_18_05.rst | 157 * Added support for DROP action in flow API.
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 4183 6 0 500 i- ETH IPV6 TCP => DROP COUNT 4186 4 24 10 i- ETH IPV4 TCP => DROP 4187 3 24 20 i- ETH IPV4 => DROP 4197 6 0 500 i- ETH IPV6 TCP => DROP COUNT
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 3318 .priv = PRIV_ACTION(DROP, 0),
|