Searched refs:addattr_nest (Results 1 – 2 of 2) sorted by relevance
34 struct rtattr* addattr_nest(struct nlmsghdr* n, size_t maxLen, rtattrtype_t type);143 auto attr = impl::addattr_nest(&mRequest.nlmsg, sizeof(mRequest), type); in nestStart()
45 struct rtattr* addattr_nest(struct nlmsghdr* n, size_t maxLen, rtattrtype_t type) { in addattr_nest() function