Searched refs:nlMsgType (Results 1 – 4 of 4) sorted by relevance
/system/netd/server/ |
D | OffloadUtils.cpp | 153 int doTcQdiscClsact(int ifIndex, uint16_t nlMsgType, uint16_t nlMsgFlags) { in doTcQdiscClsact() argument 172 .nlmsg_type = nlMsgType, in doTcQdiscClsact()
|
D | OffloadUtils.h | 93 int doTcQdiscClsact(int ifIndex, uint16_t nlMsgType, uint16_t nlMsgFlags);
|
D | XfrmController.h | 72 virtual netdutils::Status sendMessage(uint16_t nlMsgType, uint16_t nlMsgFlags,
|
D | XfrmController.cpp | 281 netdutils::Status sendMessage(uint16_t nlMsgType, uint16_t nlMsgFlags, uint16_t nlMsgSeqNum, in sendMessage() argument 284 .nlmsg_type = nlMsgType, in sendMessage() 295 ALOGD("Sending Netlink XFRM Message: %s", xfrmMsgTypeToString(nlMsgType)); in sendMessage()
|