Home
last modified time | relevance | path

Searched refs:rtattr (Results 1 – 7 of 7) sorted by relevance

/include/crypto/
Dalgapi.h27 struct rtattr;
66 int (*create)(struct crypto_template *tmpl, struct rtattr **tb);
127 struct crypto_attr_type *crypto_get_attr_type(struct rtattr **tb);
128 int crypto_check_attr_type(struct rtattr **tb, u32 type, u32 *mask_ret);
129 const char *crypto_attr_alg_name(struct rtattr *rta);
/include/crypto/internal/
Dgeniv.h23 struct rtattr **tb);
Dskcipher.h18 struct rtattr;
212 struct crypto_template *tmpl, struct rtattr **tb);
Daead.h16 struct rtattr;
/include/uapi/linux/
Drtnetlink.h202 struct rtattr { struct
211 #define RTA_OK(rta,len) ((len) >= (int)sizeof(struct rtattr) && \ argument
212 (rta)->rta_len >= sizeof(struct rtattr) && \
215 (struct rtattr*)(((char*)(rta)) + RTA_ALIGN((rta)->rta_len)))
216 #define RTA_LENGTH(len) (RTA_ALIGN(sizeof(struct rtattr)) + (len))
388 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
429 #define RTNH_DATA(rtnh) ((struct rtattr*)(((char*)(rtnh)) + RTNH_LENGTH(0)))
639 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
780 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg))))
Dif_addr.h68 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
Dif_link.h368 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg))))