Home
last modified time | relevance | path

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

/Linux-v4.19/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.c664 if (f->ematches.hdr.nmatches && in flow_dump()
/Linux-v4.19/include/uapi/linux/
Dpkt_cls.h534 __u16 nmatches; member
/Linux-v4.19/include/net/
Dpkt_cls.h525 if (tree->hdr.nmatches) in tcf_em_tree_match()