Searched refs:idx_in (Results 1 – 1 of 1) sorted by relevance
210 int idx_in, idx_out; in BPF_PROG() local213 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() local245 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