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

Function get_priv

dpdk/examples/ipsec-secgw/ipsec.h:358–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358static inline struct ipsec_mbuf_metadata *
359get_priv(struct rte_mbuf *m)
360{
361 return rte_mbuf_to_priv(m);
362}
363
364static inline void *
365get_cnt_blk(struct rte_mbuf *m)

Callers 11

ipsec_enqueueFunction · 0.85
ipsec_inline_dequeueFunction · 0.85
ipsec_dequeueFunction · 0.85
get_cnt_blkFunction · 0.85
get_aadFunction · 0.85
inbound_sa_checkFunction · 0.85
prep_process_groupFunction · 0.85
prepare_one_packetFunction · 0.85
get_hop_for_offload_pktFunction · 0.85
crypto_prepare_eventFunction · 0.85

Calls 1

rte_mbuf_to_privFunction · 0.85

Tested by

no test coverage detected