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

Function get_sym_cop

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

Source from the content-addressed store, hash-verified

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

Callers 3

ipsec_enqueueFunction · 0.85
esp_inboundFunction · 0.85
esp_outboundFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected