Home
last modified time | relevance | path

Searched defs:writeToMapEntry (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/libs/net/common/native/bpf_syscall_wrappers/include/
H A DBpfSyscallWrappers.h56 inline int writeToMapEntry(const BPF_FD_TYPE map_fd, const void* key, const void* value, in writeToMapEntry() function
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DBpfMap.java277 private native void writeToMapEntry(int fd, byte[] key, byte[] value, int flags) in writeToMapEntry() method in BpfMap