Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/netfilter/
Dxt_u32.h39 __u8 ntests; member
/Linux-v6.1/net/netfilter/
Dxt_u32.c34 for (testind = 0; testind < data->ntests; ++testind) { in u32_match_it()
/Linux-v6.1/lib/
Dtest_bpf.c15055 int ntests = ARRAY_SIZE(tail_call_tests); in prepare_tail_call_tests() local
15060 progs = kzalloc(sizeof(*progs) + (ntests + 1) * sizeof(progs->ptrs[0]), in prepare_tail_call_tests()
15066 for (which = 0; which < ntests; which++) { in prepare_tail_call_tests()
15109 insn->imm = ntests; in prepare_tail_call_tests()
15111 insn->imm = ntests + 1; in prepare_tail_call_tests()
15158 progs->map.max_entries = ntests + 1; in prepare_tail_call_tests()