Home | History | Annotate | Download | only in extensions

Lines Matching refs:flag_count

121 		     int *flag_count,
128 for (i = 0; i < *flag_count; i++) {
141 if (*flag_count == XT_NUM_SCTP_FLAGS) {
148 flag_info[*flag_count].chunktype = chunktype;
149 flag_info[*flag_count].flag_mask |= (1 << bit);
151 flag_info[*flag_count].flag |= (1 << bit);
153 (*flag_count)++;
213 &(einfo->flag_count), i, bit,
382 int flag_count = einfo->flag_count;
412 for (j = 0; j < flag_count; j++) {