Searched defs:BPF_F_WRONLY (Results 1 – 2 of 2) sorted by relevance
54 public static final int BPF_F_WRONLY = 1 << 4; field in BpfMap
161 try (BpfMap writeOnlyMap = new BpfMap<>(TETHER3_DOWNSTREAM6_FS_PATH, BpfMap.BPF_F_WRONLY, in testGetFd()