Home
last modified time | relevance | path

Searched refs:DROP (Results 1 – 19 of 19) sorted by relevance

/f-stack/dpdk/examples/qos_meter/
H A Dmain.h12 DROP = 3, enumerator
18 { DROP, YELLOW, RED},
19 { DROP, DROP, RED}
H A Dmain.c198 if (app_pkt_handle(pkt, current_time) == DROP) in main_loop()
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_aqm_pie.h92 DROP, enumerator
140 return DROP; in drop_early()
145 return DROP; in drop_early()
H A Ddn_aqm_pie.c506 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 Ddn_sched_fq_pie.c700 && 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 Dqos_metering.rst128 { 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 Drte_power_empty_poll.h30 #define DROP (NUM_DIRECTIONS * NUM_DEVICES) macro
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dmsg.def398 # DROP PARTY message
418 # DROP PARTY ACKNOWLEDGE message
/f-stack/dpdk/doc/guides/nics/
H A Dsoftnic.rst310 ``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 Dsfc_efx.rst185 - DROP
243 - DROP
H A Dtap.rst117 - DROP
H A Dmvpp2.rst369 * DROP
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow.c118 MK_FLOW_ACTION(DROP, 0),
/f-stack/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst1456 | 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 Drelease_17_02.rst163 VXLAN pattern items with DROP and QUEUE actions.
H A Drelease_17_05.rst222 TCP pattern items with DROP, QUEUE and PASSTHRU actions for ingress
H A Drelease_18_05.rst157 * Added support for DROP action in flow API.
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst4183 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 Dcmdline_flow.c3318 .priv = PRIV_ACTION(DROP, 0),