| 48 | } |
| 49 | |
| 50 | static inline void |
| 51 | pdcp_reorder_stop(struct pdcp_reorder *reorder) |
| 52 | { |
| 53 | reorder->is_active = false; |
| 54 | } |
| 55 | |
| 56 | static inline void |
| 57 | pdcp_reorder_insert(struct pdcp_reorder *reorder, struct rte_mbuf *mbuf, |
no outgoing calls
no test coverage detected