| 202 | } |
| 203 | |
| 204 | static inline struct entity_priv_dl_part * |
| 205 | entity_dl_part_get(const struct rte_pdcp_entity *entity) { |
| 206 | return RTE_PTR_ADD(entity, sizeof(struct rte_pdcp_entity) + sizeof(struct entity_priv)); |
| 207 | } |
| 208 | |
| 209 | static inline struct entity_priv_ul_part * |
| 210 | entity_ul_part_get(const struct rte_pdcp_entity *entity) { |
no outgoing calls
no test coverage detected