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

Function get_aad

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

Source from the content-addressed store, hash-verified

370}
371
372static inline void *
373get_aad(struct rte_mbuf *m)
374{
375 struct ipsec_mbuf_metadata *priv = get_priv(m);
376
377 return &priv->buf[16];
378}
379
380static inline void *
381get_sym_cop(struct rte_crypto_op *cop)

Callers 2

esp_inboundFunction · 0.85
esp_outboundFunction · 0.85

Calls 1

get_privFunction · 0.85

Tested by

no test coverage detected