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

Function pdcp_reorder_stop

dpdk/lib/pdcp/pdcp_reorder.h:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

rte_pdcp_entity_suspendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected