Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/
DBpfBitmap.java49 private long getBpfMapValue(Struct.S32 key) throws ErrnoException { in getBpfMapValue() method in BpfBitmap
67 return ((getBpfMapValue(key) >>> (index & 63)) & 1L) != 0; in get()
99 long val = getBpfMapValue(key); in set()
121 if (getBpfMapValue(key) != 0) { in isEmpty()