Home
last modified time | relevance | path

Searched refs:deleteAction (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DNetlinkCommands.cpp157 int rtNetlinkFlush(uint16_t getAction, uint16_t deleteAction, const char* what, in rtNetlinkFlush() argument
160 if (getAction != deleteAction + 1) { in rtNetlinkFlush()
161 ALOGE("Unknown flush type getAction=%d deleteAction=%d", getAction, deleteAction); in rtNetlinkFlush()
170 NetlinkDumpCallback callback = [writeSock, deleteAction, shouldDelete, what] (nlmsghdr *nlh) { in rtNetlinkFlush()
173 nlh->nlmsg_type = deleteAction; in rtNetlinkFlush()
DNetlinkCommands.h65 [[nodiscard]] int rtNetlinkFlush(uint16_t getAction, uint16_t deleteAction, const char* what,