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