Searched refs:msgMaybe (Results 1 – 2 of 2) sorted by relevance
24 const auto msgMaybe = nl::Message<genlmsghdr>::parse(buffer, {GENL_ID_CTRL}); in track() local25 if (!msgMaybe.has_value()) return false; in track()27 const auto msg = *msgMaybe; in track()
63 const auto msgMaybe = Message<genlmsghdr>::parse(hdr, {GENL_ID_CTRL}); in track() local64 if (!msgMaybe.has_value()) return; in track()65 const auto msg = *msgMaybe; in track()