Home
last modified time | relevance | path

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

/include/crypto/
A Dalgapi.h53 struct rtattr;
82 int (*create)(struct crypto_template *tmpl, struct rtattr **tb);
146 struct crypto_attr_type *crypto_get_attr_type(struct rtattr **tb);
147 int crypto_check_attr_type(struct rtattr **tb, u32 type, u32 *mask_ret);
148 const char *crypto_attr_alg_name(struct rtattr *rta);
/include/crypto/internal/
A Dgeniv.h22 struct rtattr **tb);
A Dskcipher.h26 struct rtattr;
232 struct crypto_template *tmpl, struct rtattr **tb);
251 struct crypto_template *tmpl, struct rtattr **tb);
A Daead.h16 struct rtattr;
/include/uapi/linux/
A Drtnetlink.h219 struct rtattr { struct
228 #define RTA_OK(rta,len) ((len) >= (int)sizeof(struct rtattr) && \ argument
229 (rta)->rta_len >= sizeof(struct rtattr) && \
232 (struct rtattr*)(((char*)(rta)) + RTA_ALIGN((rta)->rta_len)))
233 #define RTA_LENGTH(len) (RTA_ALIGN(sizeof(struct rtattr)) + (len))
407 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
448 #define RTNH_DATA(rtnh) ((struct rtattr*)(((char*)(rtnh)) + RTNH_LENGTH(0)))
663 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
817 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg))))
A Dif_addr.h69 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
A Dif_link.h399 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg))))

Completed in 35 milliseconds