Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfUtils.java119 public static void detachProgram(@NonNull String iface, boolean ipv4) throws IOException { in detachProgram() method in BpfUtils
/packages/modules/Connectivity/Tethering/apishim/common/com/android/networkstack/tethering/apishim/common/
DBpfCoordinatorShim.java194 public abstract boolean detachProgram(@NonNull String iface, boolean ipv4); in detachProgram() method in BpfCoordinatorShim
/packages/modules/Connectivity/Tethering/apishim/30/com/android/networkstack/tethering/apishim/api30/
DBpfCoordinatorShimImpl.java174 public boolean detachProgram(String iface, boolean ipv4) { in detachProgram() method in BpfCoordinatorShimImpl
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DDscpPolicyTracker.java351 public void detachProgram(@NonNull String iface) { in detachProgram() method in DscpPolicyTracker
/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
DBpfCoordinatorShimImpl.java454 public boolean detachProgram(String iface, boolean ipv4) { in detachProgram() method in BpfCoordinatorShimImpl
/packages/modules/Connectivity/bpf/syscall_wrappers/include/
DBpfSyscallWrappers.h200 inline int detachProgram(bpf_attach_type type, const borrowed_fd& cg_fd) { in detachProgram() function
/packages/modules/UprobeStats/src/bpf/syscall_wrappers/include/
DBpfSyscallWrappers.h212 inline int detachProgram(bpf_attach_type type, const BPF_FD_TYPE cg_fd) { in detachProgram() function