Home
last modified time | relevance | path

Searched refs:nmatches (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/net/sched/
Dematch.c196 if (ref >= tree_hdr->nmatches) in tcf_em_validate()
333 matches_len = tree_hdr->nmatches * sizeof(*em); in tcf_em_tree_validate()
354 if (idx >= tree_hdr->nmatches) in tcf_em_tree_validate()
374 if (idx != tree_hdr->nmatches) { in tcf_em_tree_validate()
406 for (i = 0; i < tree->hdr.nmatches; i++) { in tcf_em_tree_destroy()
418 tree->hdr.nmatches = 0; in tcf_em_tree_destroy()
455 for (i = 0; i < tree->hdr.nmatches; i++) { in tcf_em_tree_dump()
507 while (match_idx < tree->hdr.nmatches) { in __tcf_em_tree_match()
Dcls_flow.c634 if (f->ematches.hdr.nmatches && in flow_dump()
/linux-4.1.27/include/net/
Dpkt_cls.h290 if (tree->hdr.nmatches) in tcf_em_tree_match()
/linux-4.1.27/include/uapi/linux/
Dpkt_cls.h410 __u16 nmatches; member