Searched refs:IPCTNL_MSG_CT_DELETE (Results 1 – 7 of 7) sorted by relevance
116 public static final short IPCTNL_MSG_CT_DELETE = 2; field in NetlinkConstants194 case IPCTNL_MSG_CT_DELETE: return "IPCTNL_MSG_CT_DELETE"; in stringForNfMsgType()
148 | NetlinkConstants.IPCTNL_MSG_CT_DELETE: in parseNfMessage()
19 import static android.net.netlink.NetlinkConstants.IPCTNL_MSG_CT_DELETE;101 stringForNlMsgType(makeCtType(IPCTNL_MSG_CT_DELETE), NETLINK_NETFILTER)); in testStringForNlMsgType()
22 import static android.net.netlink.NetlinkConstants.IPCTNL_MSG_CT_DELETE;329 makeTestConntrackEvent(IPCTNL_MSG_CT_DELETE, 0x39e /* status */, in testConntrackEventDelete()
153 if (msg.getMessageType() != NetlinkConstants.IPCTNL_MSG_CT_DELETE) return false; in isDyingNatSession()
32 import static android.net.netlink.NetlinkConstants.IPCTNL_MSG_CT_DELETE;1373 if (msgType != IPCTNL_MSG_CT_NEW && msgType != IPCTNL_MSG_CT_DELETE) { in makeTestConntrackEvent()1480 mConsumer.accept(makeTestConntrackEvent(IPCTNL_MSG_CT_DELETE, IPPROTO_UDP)); in testSetDataLimitOnRule4Change()1489 mConsumer.accept(makeTestConntrackEvent(IPCTNL_MSG_CT_DELETE, IPPROTO_TCP)); in testSetDataLimitOnRule4Change()
1582 | NetlinkConstants.IPCTNL_MSG_CT_DELETE)) { in accept()