| 1615 | } __rte_packed; |
| 1616 | |
| 1617 | static int |
| 1618 | time_apply(struct time_data *data, |
| 1619 | struct rte_table_action_time_params *p) |
| 1620 | { |
| 1621 | data->time = p->time; |
| 1622 | return 0; |
| 1623 | } |
| 1624 | |
| 1625 | static __rte_always_inline void |
| 1626 | pkt_work_time(struct time_data *data, |
no outgoing calls
no test coverage detected