Home | History | Annotate | Download | only in lib

Lines Matching refs:nest

683 	struct rtattr *nest = NLMSG_TAIL(n);
686 return nest;
689 int addattr_nest_end(struct nlmsghdr *n, struct rtattr *nest)
691 nest->rta_len = (void *)NLMSG_TAIL(n) - (void *)nest;
707 struct rtattr *nest = (void *)start + NLMSG_ALIGN(start->rta_len);
710 addattr_nest_end(n, nest);
766 struct rtattr *nest = RTA_TAIL(rta);
770 return nest;
773 int rta_nest_end(struct rtattr *rta, struct rtattr *nest)
775 nest->rta_len = (void *)RTA_TAIL(rta) - (void *)nest;