Home | History | Annotate | Download | only in pending

Lines Matching defs:NLMSG_TAIL

446 #ifndef NLMSG_TAIL
447 #define NLMSG_TAIL(nmsg) \
588 attr = NLMSG_TAIL(&request.mhdr);
595 struct rtattr *data = NLMSG_TAIL(&request.mhdr);
599 data->rta_len = (void *)NLMSG_TAIL(&request.mhdr) - (void *)data;
601 attr->rta_len = (void *)NLMSG_TAIL(&request.mhdr) - (void *)attr;