Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds