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

/linux-master/samples/bpf/
H A Dxdp_sample.bpf.c210 int idx_in, idx_out; local
214 idx_out = to_dev->ifindex;
218 if (!IN_SET(to_match, idx_out))
242 int idx_in, idx_out; local
246 idx_out = to_dev->ifindex;
248 idx = idx << 32 | idx_out;
252 if (!IN_SET(to_match, idx_out))

Completed in 170 milliseconds