Home | History | Annotate | Download | only in extensions

Lines Matching refs:flag_count

137 		     int *flag_count,
144 for (i = 0; i < *flag_count; i++) {
157 if (*flag_count == XT_NUM_SCTP_FLAGS) {
164 flag_info[*flag_count].chunktype = chunktype;
165 flag_info[*flag_count].flag_mask |= (1 << bit);
167 flag_info[*flag_count].flag |= (1 << bit);
169 (*flag_count)++;
230 &(einfo->flag_count), i, bit,
414 int flag_count,
444 for (j = 0; j < flag_count; j++) {
489 einfo->flag_info, einfo->flag_count, numeric);
527 einfo->flag_info, einfo->flag_count, 0);