Lines Matching defs:b_cl
139 const struct p2p_reg_class *b_cl)
143 for (i = 0; i < b_cl->channels; i++) {
145 if (b_cl->channel[i] == cl->channel[j])
151 cl->channel[cl->channels++] = b_cl->channel[i];
170 const struct p2p_reg_class *b_cl = &b->reg_class[j];
171 if (cl->reg_class != b_cl->reg_class)
173 p2p_op_class_union(cl, b_cl);
178 const struct p2p_reg_class *b_cl = &b->reg_class[j];
182 if (cl->reg_class == b_cl->reg_class)
190 b_cl, sizeof(struct p2p_reg_class));