Searched defs:nlh (Results 1 – 6 of 6) sorted by relevance
130 for (nlmsghdr *nlh = reinterpret_cast<nlmsghdr *>(buf); in processNetlinkDump() local162 NetlinkDumpCallback callback = [writeSock, deleteAction, shouldDelete, what] (nlmsghdr *nlh) { in rtNetlinkFlush()204 uint32_t getRtmU32Attribute(const nlmsghdr *nlh, int attribute) { in getRtmU32Attribute()
59 nlmsghdr nlh; member
54 NetlinkDumpCallback callback = [&expectedPriorities] (const nlmsghdr *nlh) { in TEST_F()
98 nlmsghdr nlh; in sendDumpRequest() member207 NetlinkDumpCallback callback = [this, proto, shouldDestroy] (nlmsghdr *nlh) { in readDiagMsg()218 NetlinkDumpCallback callback = [tcpInfoReader] (nlmsghdr *nlh) { in readDiagMsgWithTcpInfo()
906 uint32_t getRulePriority(const nlmsghdr *nlh) { in getRulePriority()910 uint32_t getRouteTable(const nlmsghdr *nlh) { in getRouteTable()915 NetlinkDumpFilter shouldDelete = [] (nlmsghdr *nlh) { in flushRules()923 NetlinkDumpFilter shouldDelete = [table] (nlmsghdr *nlh) { in flushRoutes()
45 struct nlmsghdr nlh; member