| 378 | } |
| 379 | |
| 380 | static inline void * |
| 381 | get_sym_cop(struct rte_crypto_op *cop) |
| 382 | { |
| 383 | return (cop + 1); |
| 384 | } |
| 385 | |
| 386 | static inline struct rte_ipsec_session * |
| 387 | ipsec_get_primary_session(struct ipsec_sa *sa) |
no outgoing calls
no test coverage detected