| 1523 | ((data)->n_packets & 1))) |
| 1524 | |
| 1525 | static int |
| 1526 | ttl_apply(void *data, |
| 1527 | struct rte_table_action_ttl_params *p) |
| 1528 | { |
| 1529 | struct ttl_data *d = data; |
| 1530 | |
| 1531 | TTL_INIT(d, p->decrement); |
| 1532 | |
| 1533 | return 0; |
| 1534 | } |
| 1535 | |
| 1536 | static __rte_always_inline uint64_t |
| 1537 | pkt_ipv4_work_ttl(struct rte_ipv4_hdr *ip, |
no outgoing calls
no test coverage detected