MCPcopy Create free account
hub / github.com/F-Stack/f-stack / time_apply

Function time_apply

dpdk/lib/pipeline/rte_table_action.c:1617–1623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

rte_table_action_applyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected