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

Function entity_priv_get

dpdk/lib/pdcp/pdcp_entity.h:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

pdcp_rx_deliv_setFunction · 0.85
pdcp_crypto_sess_createFunction · 0.85
pdcp_crypto_sess_destroyFunction · 0.85
pdcp_dl_releaseFunction · 0.85
rte_pdcp_entity_releaseFunction · 0.85
rte_pdcp_entity_suspendFunction · 0.85
pdcp_iv_gen_func_setFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected