Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dincr.tcl143 test {INCRBYFLOAT decrement} {
/f-stack/dpdk/doc/guides/tools/
H A Dflow-perf.rst309 Add decrement TCP acknowledgment by one to all flows actions.
315 Add decrement TCP sequence by one to all flows actions.
322 Add decrement IP ttl by one to all flows actions.
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.h638 int decrement; member
H A Drte_table_action.c1510 #define TTL_INIT(data, decrement) \ argument
1511 ((data)->n_packets = (decrement) ? 1 : 0)
1533 TTL_INIT(d, p->decrement); in ttl_apply()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_16_07.rst287 Fix the ``rte_pktmbuf_detach()`` function to decrement the direct mbuf's
/f-stack/dpdk/examples/ip_pipeline/
H A Dcli.c3723 a->ttl.decrement = 1; in parse_table_action_ttl()
3725 a->ttl.decrement = 0; in parse_table_action_ttl()
5081 fprintf(f, "ttl %s ", (a->ttl.decrement) ? "dec" : "keep"); in table_rule_show()
/f-stack/app/redis-5.0.5/
H A DREADME.md383 * `incrRefcount()` and `decrRefCount()` are used in order to increment or decrement an object refer…
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_cli.c4430 a->ttl.decrement = 1; in parse_table_action_ttl()
4432 a->ttl.decrement = 0; in parse_table_action_ttl()
/f-stack/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst2027 Implements ``OFPAT_DEC_MPLS_TTL`` ("decrement MPLS TTL") as defined by the
2059 Implements ``OFPAT_DEC_NW_TTL`` ("decrement IP TTL") as defined by the
/f-stack/dpdk/doc/guides/nics/
H A Dmlx5.rst94 increment/decrement, count, drop, mark. For details please see :ref:`mlx5_offloads_support`.