Searched refs:IN_SET (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/samples/bpf/ |
H A D | xdp_sample.bpf.c | 35 #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()
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0003-src-basic-missing.h-check-for-missing-strndupa.patch | 312 return IN_SET(i,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0003-src-basic-missing.h-check-for-missing-strndupa.patch | 312 return IN_SET(i,
|