Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_bpf.c15082 static int __run_one(const struct bpf_prog *fp, const void *data, in build_test_skb_linear_no_head_frag()
15132 ret = __run_one(fp, data, runs, &duration);
15768 ret = __run_one(fp, data, MAX_TESTRUNS, &duration);
14919 static int __run_one(const struct bpf_prog *fp, const void *data, __run_one() function