Home
last modified time | relevance | path

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

/system/netd/server/
DOffloadUtilsTest.cpp138 int fd = getClatIngress6ProgFd(RAWIP); in TEST_F()
145 int fd = getClatIngress6ProgFd(ETHER); in TEST_F()
167 int clatBpfFd = ingress ? getClatIngress6ProgFd(ethernet) : getClatEgress4ProgFd(ethernet); in checkAttachDetachBpfFilterClsactLo()
DOffloadUtils.h66 inline int getClatIngress6ProgFd(bool with_ethernet_header) { in getClatIngress6ProgFd() function
DClatdController.cpp216 rv = getClatIngress6ProgFd(isEthernet.value()); in maybeStartBpf()