Searched defs:nlh (Results 1 – 6 of 6) sorted by relevance
138 for (nlmsghdr *nlh = reinterpret_cast<nlmsghdr *>(buf); in processNetlinkDump() local170 NetlinkDumpCallback callback = [writeSock, deleteAction, shouldDelete, what] (nlmsghdr *nlh) { in rtNetlinkFlush()212 uint32_t getRtmU32Attribute(const nlmsghdr* nlh, int attribute) { in getRtmU32Attribute()
58 nlmsghdr nlh; member
54 NetlinkDumpCallback callback = [&expectedPriorities] (const nlmsghdr *nlh) { in TEST_F()
101 nlmsghdr nlh; in sendDumpRequest() member208 NetlinkDumpCallback callback = [this, proto, shouldDestroy] (nlmsghdr *nlh) { in readDiagMsg()219 NetlinkDumpCallback callback = [tcpInfoReader] (nlmsghdr *nlh) { in readDiagMsgWithTcpInfo()
967 uint32_t getRulePriority(const nlmsghdr *nlh) { in getRulePriority()971 uint32_t getRouteTable(const nlmsghdr *nlh) { in getRouteTable()976 NetlinkDumpFilter shouldDelete = [] (nlmsghdr *nlh) { in flushRules()984 NetlinkDumpFilter shouldDelete = [table] (nlmsghdr *nlh) { in flushRoutes()
44 struct nlmsghdr nlh; member