Home
last modified time | relevance | path

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

/system/netd/server/
DOffloadUtilsTest.cpp169 int fd = getTetherIngressProgFd(RAWIP); in TEST_F()
180 int fd = getTetherIngressProgFd(ETHER); in TEST_F()
281 tetherBpfFd = getTetherIngressProgFd(ethernet); in checkAttachDetachBpfFilterClsactLo()
DOffloadUtils.h77 inline int getTetherIngressProgFd(bool with_ethernet_header) { in getTetherIngressProgFd() function
DTetherController.cpp1113 int rv = getTetherIngressProgFd(isEthernet.value()); in maybeStartBpf()
/system/netd/tests/
Dnetd_test.cpp205 int bpfFd = getTetherIngressProgFd(/* ethernet */ false); in TEST()