Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_table_action.h638 int decrement; member
H A Drte_table_action.c1508 #define TTL_INIT(data, decrement) \ argument
1509 ((data)->n_packets = (decrement) ? 1 : 0)
1531 TTL_INIT(d, p->decrement); in ttl_apply()
/dpdk/doc/guides/tools/
H A Dflow-perf.rst349 Add decrement TCP acknowledgment by one to all flows actions.
355 Add decrement TCP sequence by one to all flows actions.
362 Add decrement IP ttl by one to all flows actions.
/dpdk/doc/guides/rel_notes/
H A Drelease_16_07.rst248 Fix the ``rte_pktmbuf_detach()`` function to decrement the direct mbuf's
/dpdk/examples/ip_pipeline/
H A Dcli.c3721 a->ttl.decrement = 1; in parse_table_action_ttl()
3723 a->ttl.decrement = 0; in parse_table_action_ttl()
5072 fprintf(f, "ttl %s ", (a->ttl.decrement) ? "dec" : "keep"); in table_rule_show()
/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()
/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst2277 Implements ``OFPAT_DEC_MPLS_TTL`` ("decrement MPLS TTL") as defined by the
2311 Implements ``OFPAT_DEC_NW_TTL`` ("decrement IP TTL") as defined by the
/dpdk/doc/guides/nics/
H A Dmlx5.rst74 increment/decrement, count, drop, mark. For details please see :ref:`mlx5_offloads_support`.