Searched refs:decrement (Results 1 – 8 of 8) sorted by relevance
638 int decrement; member
1508 #define TTL_INIT(data, decrement) \ argument1509 ((data)->n_packets = (decrement) ? 1 : 0)1531 TTL_INIT(d, p->decrement); in ttl_apply()
349 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.
248 Fix the ``rte_pktmbuf_detach()`` function to decrement the direct mbuf's
3721 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()
4430 a->ttl.decrement = 1; in parse_table_action_ttl()4432 a->ttl.decrement = 0; in parse_table_action_ttl()
2277 Implements ``OFPAT_DEC_MPLS_TTL`` ("decrement MPLS TTL") as defined by the2311 Implements ``OFPAT_DEC_NW_TTL`` ("decrement IP TTL") as defined by the
74 increment/decrement, count, drop, mark. For details please see :ref:`mlx5_offloads_support`.