Home
last modified time | relevance | path

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

/linux-6.3-rc2/samples/bpf/
A Dxdp_sample.bpf.c35 #define IN_SET(a, b) \ macro
73 if (!IN_SET(from_match, from)) in xdp_redirect_collect_stat()
188 if (!IN_SET(from_match, dev->ifindex)) in BPF_PROG()
190 if (!IN_SET(to_match, dev->ifindex)) in BPF_PROG()
216 if (!IN_SET(from_match, idx_in)) in BPF_PROG()
218 if (!IN_SET(to_match, idx_out)) in BPF_PROG()
250 if (!IN_SET(from_match, idx_in)) in BPF_PROG()
252 if (!IN_SET(to_match, idx_out)) in BPF_PROG()

Completed in 3 milliseconds