Home
last modified time | relevance | path

Searched refs:getClatIngressProgFd (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DOffloadUtilsTest.cpp140 int fd = getClatIngressProgFd(RAWIP); in TEST_F()
149 int fd = getClatIngressProgFd(ETHER); in TEST_F()
276 int clatBpfFd = ingress ? getClatIngressProgFd(ethernet) : getClatEgressProgFd(ethernet); in checkAttachDetachBpfFilterClsactLo()
DOffloadUtils.h66 inline int getClatIngressProgFd(bool with_ethernet_header) { in getClatIngressProgFd() function
DClatdController.cpp246 rv = getClatIngressProgFd(isEthernet.value()); in maybeStartBpf()