Searched refs:IPV4V6_HEADER_DELTA (Results 1 – 1 of 1) sorted by relevance
104 private static final int IPV4V6_HEADER_DELTA = 20; field in NetworkStats806 adjust.rxBytes = -(entry.rxBytes + entry.rxPackets * IPV4V6_HEADER_DELTA); in apply464xlatAdjustments()807 adjust.txBytes = -(entry.txBytes + entry.txPackets * IPV4V6_HEADER_DELTA); in apply464xlatAdjustments()816 entry.rxBytes += entry.rxPackets * IPV4V6_HEADER_DELTA; in apply464xlatAdjustments()817 entry.txBytes += entry.txPackets * IPV4V6_HEADER_DELTA; in apply464xlatAdjustments()