Searched refs:BPF_F_WRONLY (Results 1 – 5 of 5) sorted by relevance
46 case BPF_F_WRONLY: in com_android_net_module_util_BpfMap_nativeBpfFdGet()49 case BPF_F_RDONLY|BPF_F_WRONLY: in com_android_net_module_util_BpfMap_nativeBpfFdGet()
54 public static final int BPF_F_WRONLY = 1 << 4; field in BpfMap57 public static final int BPF_F_RDWR_EXCLUSIVE = BPF_F_RDONLY | BPF_F_WRONLY;
67 if (flags & BPF_F_WRONLY) abort(); in abortOnMismatch()281 if (map_flags & BPF_F_WRONLY) abort();
188 return bpfLock(bpfFdGet(pathname, BPF_F_WRONLY), F_WRLCK); in mapRetrieveWO()
161 try (BpfMap writeOnlyMap = new BpfMap<>(TETHER3_DOWNSTREAM6_FS_PATH, BpfMap.BPF_F_WRONLY, in testGetFd() argument