Home
last modified time | relevance | path

Searched defs:detachProgram (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DBpfUtils.java114 public static void detachProgram(@NonNull String iface) throws IOException { in detachProgram() method in BpfUtils
/aosp12/packages/modules/Connectivity/Tethering/apishim/common/com/android/networkstack/tethering/apishim/common/
H A DBpfCoordinatorShim.java185 public abstract boolean detachProgram(@NonNull String iface); in detachProgram() method in BpfCoordinatorShim
/aosp12/packages/modules/Connectivity/Tethering/apishim/30/com/android/networkstack/tethering/apishim/api30/
H A DBpfCoordinatorShimImpl.java178 public boolean detachProgram(String iface) { in detachProgram() method in BpfCoordinatorShimImpl
/aosp12/frameworks/libs/net/common/native/bpf_syscall_wrappers/include/
H A DBpfSyscallWrappers.h136 inline int detachProgram(bpf_attach_type type, const BPF_FD_TYPE cg_fd) { in detachProgram() function
/aosp12/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
H A DBpfCoordinatorShimImpl.java441 public boolean detachProgram(String iface) { in detachProgram() method in BpfCoordinatorShimImpl