Home
last modified time | relevance | path

Searched refs:tcFilterAddDevIngressTether (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/
DOffloadUtils.h123 inline int tcFilterAddDevIngressTether(int ifIndex, int bpfFd, bool ethernet) { in tcFilterAddDevIngressTether() function
DOffloadUtilsTest.cpp297 EXPECT_EQ(0, tcFilterAddDevIngressTether(LOOPBACK_IFINDEX, tetherBpfFd, ethernet)); in checkAttachDetachBpfFilterClsactLo()
DTetherController.cpp1120 rv = tcFilterAddDevIngressTether(ifIndex, tetherProgFd, isEthernet.value()); in maybeStartBpf()
/system/netd/tests/
Dnetd_test.cpp209 rv = tcFilterAddDevIngressTether(tunif, bpfFd, /* ethernet*/ false); in TEST()