Searched defs:nlmsg (Results 1 – 6 of 6) sorted by relevance
52 const NetlinkListener::DispatchFn kDefaultDispatchFn = [](const nlmsghdr& nlmsg, const Slice) { in __anon58b9c2bf0202()62 const auto rxErrorHandler = [](const nlmsghdr& nlmsg, const Slice msg) { in NetlinkListener()113 const auto rxHandler = [this](const nlmsghdr& nlmsg, const Slice& buf) { in run()
101 nlmsghdr nlmsg; in TEST_F() member151 nlmsghdr nlmsg; in TEST_F() member220 nlmsghdr nlmsg; in TEST_F() member267 nlmsghdr nlmsg; in TEST_F() member
52 const nfgenmsg& nfmsg, const Slice msg) { in __anone8b324600202()147 const auto rxHandler = [this](const nlmsghdr& nlmsg, const Slice msg) { in NFLogListener()
87 nlmsghdr nlmsg = { in sendNetlinkRequest() local
85 nlmsghdr nlmsg; in sendEmptyMsg() member
169 nlmsghdr* nlmsg = reinterpret_cast<nlmsghdr*>(buf); in addAddress() local