bpf_iter_bits
bpf_iter_bits_new(struct bpf_iter_bits *it, const u64 *unsafe_ptr__ign, u32 nr_words)
BUILD_BUG_ON(sizeof(struct bpf_iter_bits_kern) != sizeof(struct bpf_iter_bits));
__alignof__(struct bpf_iter_bits));
__bpf_kfunc int *bpf_iter_bits_next(struct bpf_iter_bits *it)
__bpf_kfunc void bpf_iter_bits_destroy(struct bpf_iter_bits *it)
int bpf_iter_bits_new(struct bpf_iter_bits *it, const u64 *unsafe_ptr__ign, u32 nr_words) __ksym;
int *bpf_iter_bits_next(struct bpf_iter_bits *it) __ksym;
void bpf_iter_bits_destroy(struct bpf_iter_bits *it) __ksym;
struct bpf_iter_bits it; \
int bpf_iter_bits_new(struct bpf_iter_bits *it, const u64 *unsafe_ptr__ign,
int *bpf_iter_bits_next(struct bpf_iter_bits *it) __ksym __weak;
void bpf_iter_bits_destroy(struct bpf_iter_bits *it) __ksym __weak;
struct bpf_iter_bits iter;
struct bpf_iter_bits it;
struct bpf_iter_bits it = {};
struct bpf_iter_bits it = {};
struct bpf_iter_bits iter;