Searched refs:nmatches (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dematch.c194 if (ref >= tree_hdr->nmatches)
324 matches_len = tree_hdr->nmatches * sizeof(*em);
344 if (idx >= tree_hdr->nmatches)
363 if (idx != tree_hdr->nmatches) {
395 for (i = 0; i < tree->hdr.nmatches; i++) {
407 tree->hdr.nmatches = 0;
443 for (i = 0; i < tree->hdr.nmatches; i++) {
493 while (match_idx < tree->hdr.nmatches) {
H A Dcls_flow.c661 if (f->ematches.hdr.nmatches &&
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/findutils/
H A Dgrep.c145 int nmatches = 0; local
198 nmatches++;
221 if ((option_mask32 & OPT_m) && nmatches > max_matches)
286 && !print_n_lines_after && nmatches == max_matches)
297 printf("%d\n", nmatches);
302 /* nmatches is zero, no need to check it:
308 return nmatches;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Dmain.c371 int nmatches, longest; local
374 nmatches = 0;
383 nmatches = 1;
386 nmatches++;
389 if (nmatches > 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dm_ematch.c344 .nmatches = flatten_tree(ematch_root, ematch_root),
450 tb = malloc((hdr->nmatches + 1) * sizeof(struct rtattr *));
454 if (parse_rtattr_nested(tb, hdr->nmatches, rta) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dpkt_cls.h348 __u16 nmatches; member in struct:tcf_ematch_tree_hdr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dpkt_cls.h288 if (tree->hdr.nmatches)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpkt_cls.h393 __u16 nmatches; member in struct:tcf_ematch_tree_hdr

Completed in 51 milliseconds