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

Function get_cnt_blk

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

Source from the content-addressed store, hash-verified

362}
363
364static inline void *
365get_cnt_blk(struct rte_mbuf *m)
366{
367 struct ipsec_mbuf_metadata *priv = get_priv(m);
368
369 return &priv->buf[0];
370}
371
372static inline void *
373get_aad(struct rte_mbuf *m)

Callers 2

esp_inboundFunction · 0.85
esp_outboundFunction · 0.85

Calls 1

get_privFunction · 0.85

Tested by

no test coverage detected