Searched refs:addattr_nest_end (Results 1 – 2 of 2) sorted by relevance
35 void addattr_nest_end(struct nlmsghdr* n, struct rtattr* nest);149 if (mIsGood && nest != nullptr) impl::addattr_nest_end(&mRequest.nlmsg, nest); in nestEnd()
49 void addattr_nest_end(struct nlmsghdr* n, struct rtattr* nest) { in addattr_nest_end() function