Searched refs:nlMsgPtr (Results 1 – 1 of 1) sorted by relevance
77 using nlMsgPtr = std::unique_ptr<nl_msg, decltype(&::nlmsg_free)>;302 nlMsgPtr msg(nlmsg_alloc(), &::nlmsg_free); in applyCmd() 78 using nlMsgPtr = std::unique_ptr<nl_msg, decltype(&::nlmsg_free)>; global() typedef