Home
last modified time | relevance | path

Searched refs:RTA_PAYLOAD (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/include/uapi/linux/
Drtnetlink.h219 #define RTA_PAYLOAD(rta) ((int)((rta)->rta_len) - RTA_LENGTH(0)) macro
/Linux-v5.15/crypto/
Dalgapi.c810 if (RTA_PAYLOAD(rta) < sizeof(*algt)) in crypto_get_attr_type()
859 if (RTA_PAYLOAD(rta) < sizeof(*alga)) in crypto_attr_alg_name()
Dauthenc.c63 if (RTA_PAYLOAD(rta) != sizeof(*param)) in crypto_authenc_extractkeys()
/Linux-v5.15/drivers/crypto/marvell/octeontx/
Dotx_cptvf_algs.c852 if (RTA_PAYLOAD(rta) < sizeof(*param)) in otx_cpt_aead_cbc_aes_sha_setkey()
910 if (RTA_PAYLOAD(rta) < sizeof(*param)) in otx_cpt_aead_ecb_null_sha_setkey()
/Linux-v5.15/drivers/crypto/marvell/octeontx2/
Dotx2_cptvf_algs.c907 if (RTA_PAYLOAD(rta) < sizeof(*param)) in otx2_cpt_aead_cbc_aes_sha_setkey()
963 if (RTA_PAYLOAD(rta) < sizeof(*param)) in otx2_cpt_aead_ecb_null_sha_setkey()