Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/cls/
Dematch.c365 static int link_tree(struct rtnl_ematch *index[], int nmatches, int pos, in link_tree() argument
371 for (i = pos; i < nmatches; i++) { in link_tree()
377 link_tree(index, nmatches, container_ref(ematch), in link_tree()
404 int nmatches = 0, err, remaining; in rtnl_ematch_parse_attr() local
418 if (thdr->nmatches == 0) { in rtnl_ematch_parse_attr()
427 thdr->nmatches, thdr->progid); in rtnl_ematch_parse_attr()
434 if (thdr->nmatches > (nla_len(tb[TCA_EMATCH_TREE_LIST]) / in rtnl_ematch_parse_attr()
438 if (!(index = calloc(thdr->nmatches, sizeof(struct rtnl_ematch *)))) in rtnl_ematch_parse_attr()
454 nmatches+1, nla_len(a)); in rtnl_ematch_parse_attr()
462 if (nmatches >= thdr->nmatches) { in rtnl_ematch_parse_attr()
[all …]
/third_party/python/Tools/demo/
Dredemo.py130 nmatches = 0
144 if nmatches == 0:
151 nmatches = nmatches + 1
155 if nmatches == 0:
/third_party/ejdb/src/util/
Dlwre.h25 int nmatches; member
Dlwre.c782 re->nmatches = 0; in lwre_match()
796 return re_program_run(re, input, &re->matches, &re->nmatches); in lwre_match()
972 if ((n < re.nmatches) && (p == re.matches[n])) { in main()
/third_party/libnl/include/linux-private/linux/
Dpkt_cls.h534 __u16 nmatches; member