Searched refs:idx_in (Results 1 - 1 of 1) sorted by relevance

/linux-master/samples/bpf/
H A Dxdp_sample.bpf.c210 int idx_in, idx_out; local
213 idx_in = from_dev->ifindex;
216 if (!IN_SET(from_match, idx_in))
242 int idx_in, idx_out; local
245 idx_in = from_dev->ifindex;
247 idx = idx_in;
250 if (!IN_SET(from_match, idx_in))

Completed in 115 milliseconds