| 197 | }; |
| 198 | |
| 199 | static inline struct entity_priv * |
| 200 | entity_priv_get(const struct rte_pdcp_entity *entity) { |
| 201 | return RTE_PTR_ADD(entity, sizeof(struct rte_pdcp_entity)); |
| 202 | } |
| 203 | |
| 204 | static inline struct entity_priv_dl_part * |
| 205 | entity_dl_part_get(const struct rte_pdcp_entity *entity) { |
no outgoing calls
no test coverage detected