Searched defs:nlh (Results 1 – 6 of 6) sorted by relevance
140 for (nlmsghdr *nlh = reinterpret_cast<nlmsghdr *>(buf); in processNetlinkDump() local172 NetlinkDumpCallback callback = [writeSock, deleteAction, shouldDelete, what] (nlmsghdr *nlh) { in rtNetlinkFlush()214 uint32_t getRtmU32Attribute(const nlmsghdr* nlh, int attribute) { in getRtmU32Attribute()
58 nlmsghdr nlh; member
71 NetlinkDumpCallback callback = [&expectedPriorities] (const nlmsghdr *nlh) { in TEST_F()
113 nlmsghdr nlh; in sendDumpRequest() member223 NetlinkDumpCallback callback = [this, proto, shouldDestroy] (nlmsghdr *nlh) { in readDiagMsg()234 NetlinkDumpCallback callback = [tcpInfoReader] (nlmsghdr *nlh) { in readDiagMsgWithTcpInfo()
1242 uint32_t getRulePriority(const nlmsghdr *nlh) { in getRulePriority()1246 uint32_t getRouteTable(const nlmsghdr *nlh) { in getRouteTable()1251 NetlinkDumpFilter shouldDelete = [] (nlmsghdr *nlh) { in flushRules()1259 NetlinkDumpFilter shouldDelete = [table] (nlmsghdr *nlh) { in flushRoutes()
44 struct nlmsghdr nlh; member