Home
last modified time | relevance | path

Searched refs:ntests (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/netfilter/
A Dxt_u32.h39 __u8 ntests; member
/linux/net/netfilter/
A Dxt_u32.c34 for (testind = 0; testind < data->ntests; ++testind) { in u32_match_it()
/linux/lib/
A Dtest_bpf.c14748 int ntests = ARRAY_SIZE(tail_call_tests); in prepare_tail_call_tests() local
14753 progs = kzalloc(sizeof(*progs) + (ntests + 1) * sizeof(progs->ptrs[0]), in prepare_tail_call_tests()
14759 for (which = 0; which < ntests; which++) { in prepare_tail_call_tests()
14802 insn->imm = ntests; in prepare_tail_call_tests()
14804 insn->imm = ntests + 1; in prepare_tail_call_tests()
14851 progs->map.max_entries = ntests + 1; in prepare_tail_call_tests()

Completed in 19 milliseconds