| 154 | } |
| 155 | |
| 156 | static struct rte_service_spec_impl * |
| 157 | service_get(uint32_t id) |
| 158 | { |
| 159 | return &rte_services[id]; |
| 160 | } |
| 161 | |
| 162 | /* validate ID and retrieve service pointer, or return error value */ |
| 163 | #define SERVICE_VALID_GET_OR_ERR_RET(id, service, retval) do { \ |
no outgoing calls
no test coverage detected