Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dematch.c192 if (ref >= tree_hdr->nmatches) in tcf_em_validate()
335 matches_len = tree_hdr->nmatches * sizeof(*em); in tcf_em_tree_validate()
356 if (idx >= tree_hdr->nmatches) in tcf_em_tree_validate()
376 if (idx != tree_hdr->nmatches) { in tcf_em_tree_validate()
407 for (i = 0; i < tree->hdr.nmatches; i++) { in tcf_em_tree_destroy()
419 tree->hdr.nmatches = 0; in tcf_em_tree_destroy()
456 for (i = 0; i < tree->hdr.nmatches; i++) { in tcf_em_tree_dump()
508 while (match_idx < tree->hdr.nmatches) { in __tcf_em_tree_match()
H A Dcls_flow.c674 if (f->ematches.hdr.nmatches && in flow_dump()
/linux/tools/testing/selftests/net/tcp_ao/
H A Dsetsockopt-closed.c922 int sk, f, nmatches; in filter_tests() local
962 nmatches = 0; in filter_tests()
967 memcpy(&expected_keys[nmatches], &original_keys[i], in filter_tests()
969 nmatches++; in filter_tests()
974 if (nmatches != 2) in filter_tests()
979 filter_keys_checked(sk, &filter, expected_keys, nmatches, in filter_tests()
/linux/tools/include/uapi/linux/
H A Dpkt_cls.h489 __u16 nmatches; member
/linux/include/uapi/linux/
H A Dpkt_cls.h725 __u16 nmatches; member
/linux/include/net/
H A Dpkt_cls.h511 if (tree->hdr.nmatches) in tcf_em_tree_match()