Searched refs:decrement (Results 1 – 10 of 10) sorted by relevance
143 test {INCRBYFLOAT decrement} {
309 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.
638 int decrement; member
1510 #define TTL_INIT(data, decrement) \ argument1511 ((data)->n_packets = (decrement) ? 1 : 0)1533 TTL_INIT(d, p->decrement); in ttl_apply()
287 Fix the ``rte_pktmbuf_detach()`` function to decrement the direct mbuf's
3723 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()
383 * `incrRefcount()` and `decrRefCount()` are used in order to increment or decrement an object refer…
4430 a->ttl.decrement = 1; in parse_table_action_ttl()4432 a->ttl.decrement = 0; in parse_table_action_ttl()
2027 Implements ``OFPAT_DEC_MPLS_TTL`` ("decrement MPLS TTL") as defined by the2059 Implements ``OFPAT_DEC_NW_TTL`` ("decrement IP TTL") as defined by the
94 increment/decrement, count, drop, mark. For details please see :ref:`mlx5_offloads_support`.