| 1590 | } __rte_packed; |
| 1591 | |
| 1592 | static int |
| 1593 | stats_apply(struct stats_data *data, |
| 1594 | struct rte_table_action_stats_params *p) |
| 1595 | { |
| 1596 | data->n_packets = p->n_packets; |
| 1597 | data->n_bytes = p->n_bytes; |
| 1598 | |
| 1599 | return 0; |
| 1600 | } |
| 1601 | |
| 1602 | static __rte_always_inline void |
| 1603 | pkt_work_stats(struct stats_data *data, |
no outgoing calls
no test coverage detected