Lines Matching refs:ifIndex
233 ALOGE("isEthernet(%s[%d]) failure: %s", tracker.iface, tracker.ifIndex, in maybeStartBpf()
258 .oif = tracker.ifIndex, in maybeStartBpf()
271 .iif = tracker.ifIndex, in maybeStartBpf()
333 rv = tcFilterAddDevIngressClatIpv6(tracker.ifIndex, rxProgFd, isEthernet.value()); in maybeStartBpf()
336 ALOGI("tcFilterAddDevIngressClatIpv6(%d[%s], %d): %s", tracker.ifIndex, tracker.iface, in maybeStartBpf()
339 ALOGE("tcFilterAddDevIngressClatIpv6(%d[%s], %d) failure: %s", tracker.ifIndex, in maybeStartBpf()
377 int rv = tcFilterDelDevIngressClatIpv6(tracker.ifIndex); in maybeStopBpf()
379 ALOGE("tcFilterDelDevIngressClatIpv6(%d[%s]) failure: %s", tracker.ifIndex, tracker.iface, in maybeStopBpf()
401 .iif = tracker.ifIndex, in maybeStopBpf()
428 ifIndex = if_nametoindex(iface); in init()
690 dw.println("%u[%s] %s/96 %s -> %s %u[%s] [%s]", tracker.ifIndex, tracker.iface, in dumpTrackers()