Home | History | Annotate | Download | only in linux

Lines Matching defs:rtattr

117 struct rtattr
127 #define RTA_OK(rta,len) ((len) >= (int)sizeof(struct rtattr) && \
128 (rta)->rta_len >= sizeof(struct rtattr) && \
131 (struct rtattr*)(((char*)(rta)) + RTA_ALIGN((rta)->rta_len)))
132 #define RTA_LENGTH(len) (RTA_ALIGN(sizeof(struct rtattr)) + (len))
274 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg))))
309 #define RTNH_DATA(rtnh) ((struct rtattr*)(((char*)(rtnh)) + RTNH_LENGTH(0)))
327 /* RTM_METRICS --- array of struct rtattr with types of RTAX_* */
482 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
585 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg))))