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

Function pdcp_dl_release

dpdk/lib/pdcp/rte_pdcp.c:185–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185static int
186pdcp_dl_release(struct rte_pdcp_entity *entity, struct rte_mbuf *out_mb[])
187{
188 struct entity_priv_dl_part *dl = entity_dl_part_get(entity);
189 struct entity_priv *en_priv = entity_priv_get(entity);
190 int nb_out;
191
192 nb_out = pdcp_reorder_up_to_get(&dl->reorder, out_mb, entity->max_pkt_cache,
193 en_priv->state.rx_next);
194
195 return nb_out;
196}
197
198int
199rte_pdcp_entity_release(struct rte_pdcp_entity *pdcp_entity, struct rte_mbuf *out_mb[])

Callers 1

rte_pdcp_entity_releaseFunction · 0.85

Calls 3

entity_dl_part_getFunction · 0.85
entity_priv_getFunction · 0.85
pdcp_reorder_up_to_getFunction · 0.85

Tested by

no test coverage detected