Home
last modified time | relevance | path

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

/system/netd/server/
DClatdController.cpp245 bool isEthernet; in maybeStartBpf() local
248 isEthernet = true; in maybeStartBpf()
252 isEthernet = false; in maybeStartBpf()
260 rv = getClatIngressProgFd(isEthernet); in maybeStartBpf()
262 ALOGE("getClatIngressProgFd(%d) failure: %s", isEthernet, strerror(-rv)); in maybeStartBpf()
296 rv = tcFilterAddDevBpf(mNetlinkFd, tracker.ifIndex, progFd, isEthernet); in maybeStartBpf()
299 ALOGI("tcFilterAddDevBpf(%d[%s], %d): %s", tracker.ifIndex, tracker.iface, isEthernet, in maybeStartBpf()
303 isEthernet, strerror(-rv)); in maybeStartBpf()