rtattr 21 include/crypto/algapi.h struct rtattr; rtattr 53 include/crypto/algapi.h struct crypto_instance *(*alloc)(struct rtattr **tb); rtattr 55 include/crypto/algapi.h int (*create)(struct crypto_template *tmpl, struct rtattr **tb); rtattr 159 include/crypto/algapi.h struct crypto_attr_type *crypto_get_attr_type(struct rtattr **tb); rtattr 160 include/crypto/algapi.h int crypto_check_attr_type(struct rtattr **tb, u32 type); rtattr 161 include/crypto/algapi.h const char *crypto_attr_alg_name(struct rtattr *rta); rtattr 162 include/crypto/algapi.h struct crypto_alg *crypto_attr_alg2(struct rtattr *rta, rtattr 166 include/crypto/algapi.h static inline struct crypto_alg *crypto_attr_alg(struct rtattr *rta, rtattr 172 include/crypto/algapi.h int crypto_attr_u32(struct rtattr *rta, u32 *num); rtattr 381 include/crypto/algapi.h static inline struct crypto_alg *crypto_get_attr_alg(struct rtattr **tb, rtattr 20 include/crypto/internal/aead.h struct rtattr; rtattr 59 include/crypto/internal/aead.h struct rtattr **tb, u32 type, rtattr 95 include/crypto/internal/hash.h struct hash_alg_common *ahash_attr_alg(struct rtattr *rta, u32 type, u32 mask); rtattr 114 include/crypto/internal/hash.h struct shash_alg *shash_attr_alg(struct rtattr *rta, u32 type, u32 mask); rtattr 20 include/crypto/internal/skcipher.h struct rtattr; rtattr 63 include/crypto/internal/skcipher.h struct rtattr **tb, u32 type, rtattr 63 include/uapi/linux/if_addr.h #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg)))) rtattr 156 include/uapi/linux/if_link.h #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg)))) rtattr 158 include/uapi/linux/rtnetlink.h #define RTA_OK(rta,len) ((len) >= (int)sizeof(struct rtattr) && \ rtattr 159 include/uapi/linux/rtnetlink.h (rta)->rta_len >= sizeof(struct rtattr) && \ rtattr 162 include/uapi/linux/rtnetlink.h (struct rtattr*)(((char*)(rta)) + RTA_ALIGN((rta)->rta_len))) rtattr 163 include/uapi/linux/rtnetlink.h #define RTA_LENGTH(len) (RTA_ALIGN(sizeof(struct rtattr)) + (len)) rtattr 305 include/uapi/linux/rtnetlink.h #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg)))) rtattr 339 include/uapi/linux/rtnetlink.h #define RTNH_DATA(rtnh) ((struct rtattr*)(((char*)(rtnh)) + RTNH_LENGTH(0))) rtattr 514 include/uapi/linux/rtnetlink.h #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) rtattr 628 include/uapi/linux/rtnetlink.h #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg))))