Searched refs:addNested (Results 1 – 4 of 4) sorted by relevance
42 auto linkinfo = req.addNested(IFLA_LINKINFO); in add()46 auto linkinfo = req.addNested(IFLA_INFO_DATA); in add()
82 auto linkinfo = req.addNested(IFLA_LINKINFO); in setBitrate()85 auto infodata = req.addNested(IFLA_INFO_DATA); in setBitrate()
64 auto linkinfo = req.addNested(IFLA_LINKINFO); in add()
158 NestedGuard addNested(nlattrtype_t type) { return {*this, type}; } in addNested() function