Searched refs:rtattr (Results 1 – 7 of 7) sorted by relevance
53 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);
22 struct rtattr **tb);
26 struct rtattr;232 struct crypto_template *tmpl, struct rtattr **tb);251 struct crypto_template *tmpl, struct rtattr **tb);
16 struct rtattr;
219 struct rtattr { struct228 #define RTA_OK(rta,len) ((len) >= (int)sizeof(struct rtattr) && \ argument229 (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))))
69 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
399 #define IFLA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifinfomsg))))
Completed in 35 milliseconds