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

Function rte_security_ctx_flags_get

dpdk/lib/security/rte_security.h:977–981  ·  view source on GitHub ↗

* Get security flags from security instance. */

Source from the content-addressed store, hash-verified

975 * Get security flags from security instance.
976 */
977static inline uint32_t
978rte_security_ctx_flags_get(void *ctx)
979{
980 return *((uint32_t *)ctx + RTE_SECURITY_CTX_FLAGS_OFF);
981}
982
983/**
984 * Set security flags in security instance.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected