Searched refs:tcFilterAddDevBpf (Results 1 – 4 of 4) sorted by relevance
/system/netd/server/ |
D | ClatUtils.h | 39 int tcFilterAddDevBpf(int fd, int ifIndex, int bpfFd, bool ethernet);
|
D | ClatUtilsTest.cpp | 177 EXPECT_EQ(0, tcFilterAddDevBpf(fd, LOOPBACK_IFINDEX, bpf_fd, ethernet)); in checkAttachBpfFilterClsactLo()
|
D | ClatUtils.cpp | 210 int tcFilterAddDevBpf(int fd, int ifIndex, int bpfFd, bool ethernet) { in tcFilterAddDevBpf() function
|
D | ClatdController.cpp | 296 rv = tcFilterAddDevBpf(mNetlinkFd, tracker.ifIndex, progFd, isEthernet); in maybeStartBpf()
|