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

Function rte_security_dynfield

dpdk/lib/security/rte_security.h:936–942  ·  view source on GitHub ↗

* Get pointer to mbuf field for device-specific metadata. * * For performance reason, no check is done, * the dynamic field may not be registered. * @see rte_security_dynfield_is_registered * * @param mbuf packet to access * @return pointer to mbuf field */

Source from the content-addressed store, hash-verified

934 * @return pointer to mbuf field
935 */
936static inline rte_security_dynfield_t *
937rte_security_dynfield(struct rte_mbuf *mbuf)
938{
939 return RTE_MBUF_DYNFIELD(mbuf,
940 rte_security_dynfield_offset,
941 rte_security_dynfield_t *);
942}
943
944/**
945 * @warning

Callers 15

ixgbe_crypto_update_mbFunction · 0.85
ixgbe_xmit_pktsFunction · 0.85
txgbe_xmit_pktsFunction · 0.85
txgbe_crypto_update_mbFunction · 0.85
nix_sec_attach_fragsFunction · 0.85
nix_sec_meta_to_mbuf_scFunction · 0.85
nix_sec_meta_to_mbufFunction · 0.85
nix_cqe_xtract_msegFunction · 0.85
cn10k_nix_prep_sec_vecFunction · 0.85
cn10k_nix_prep_secFunction · 0.85

Calls

no outgoing calls

Tested by 1