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