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

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

Completed in 160 milliseconds