Home
last modified time | relevance | path

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

/system/netd/server/
DOffloadUtilsTest.cpp113 int fd = getClatEgressProgFd(RAWIP); in TEST_F()
122 int fd = getClatEgressProgFd(ETHER); in TEST_F()
276 int clatBpfFd = ingress ? getClatIngressProgFd(ethernet) : getClatEgressProgFd(ethernet); in checkAttachDetachBpfFilterClsactLo()
DOffloadUtils.h55 inline int getClatEgressProgFd(bool with_ethernet_header) { in getClatEgressProgFd() function
DClatdController.cpp239 int rv = getClatEgressProgFd(RAWIP); in maybeStartBpf()