Home
last modified time | relevance | path

Searched refs:IPCTNL_MSG_CT_DELETE (Results 1 – 7 of 7) sorted by relevance

/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
DNetlinkConstants.java116 public static final short IPCTNL_MSG_CT_DELETE = 2; field in NetlinkConstants
194 case IPCTNL_MSG_CT_DELETE: return "IPCTNL_MSG_CT_DELETE"; in stringForNfMsgType()
DNetlinkMessage.java148 | NetlinkConstants.IPCTNL_MSG_CT_DELETE: in parseNfMessage()
/packages/modules/NetworkStack/tests/unit/src/android/net/netlink/
DNetlinkConstantsTest.java19 import static android.net.netlink.NetlinkConstants.IPCTNL_MSG_CT_DELETE;
101 stringForNlMsgType(makeCtType(IPCTNL_MSG_CT_DELETE), NETLINK_NETFILTER)); in testStringForNlMsgType()
/packages/modules/NetworkStack/tests/unit/src/android/net/ip/
DConntrackMonitorTest.java22 import static android.net.netlink.NetlinkConstants.IPCTNL_MSG_CT_DELETE;
329 makeTestConntrackEvent(IPCTNL_MSG_CT_DELETE, 0x39e /* status */, in testConntrackEventDelete()
/packages/modules/NetworkStack/common/moduleutils/src/android/net/ip/
DConntrackMonitor.java153 if (msg.getMessageType() != NetlinkConstants.IPCTNL_MSG_CT_DELETE) return false; in isDyingNatSession()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java32 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()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java1582 | NetlinkConstants.IPCTNL_MSG_CT_DELETE)) { in accept()