Searched refs:getClatIngressProgFd (Results 1 – 3 of 3) sorted by relevance
140 int fd = getClatIngressProgFd(RAWIP); in TEST_F()149 int fd = getClatIngressProgFd(ETHER); in TEST_F()276 int clatBpfFd = ingress ? getClatIngressProgFd(ethernet) : getClatEgressProgFd(ethernet); in checkAttachDetachBpfFilterClsactLo()
66 inline int getClatIngressProgFd(bool with_ethernet_header) { in getClatIngressProgFd() function
246 rv = getClatIngressProgFd(isEthernet.value()); in maybeStartBpf()