Searched defs:idset (Results 1 – 2 of 2) sorted by relevance
13 struct idset { struct24 static struct idset *idset_new(int num_ssid, int num_id) in idset_new() argument
19691 static void idset_cnt_inc(struct bpf_idset *idset, u32 id) in idset_cnt_inc()19710 static u32 idset_cnt_get(struct bpf_idset *idset, u32 id) in idset_cnt_get()19729 struct bpf_idset *idset = &env->idset_scratch; in clear_singular_ids() local