Searched refs:getBpfMapValue (Results 1 – 1 of 1) sorted by relevance
49 private long getBpfMapValue(Struct.S32 key) throws ErrnoException { in getBpfMapValue() method in BpfBitmap67 return ((getBpfMapValue(key) >>> (index & 63)) & 1L) != 0; in get()99 long val = getBpfMapValue(key); in set()121 if (getBpfMapValue(key) != 0) { in isEmpty()