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
17249 static void idset_cnt_inc(struct bpf_idset *idset, u32 id) in idset_cnt_inc()17268 static u32 idset_cnt_get(struct bpf_idset *idset, u32 id) in idset_cnt_get()17287 struct bpf_idset *idset = &env->idset_scratch; in bpf_clear_singular_ids() local