Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_sockmap.c1095 static int __test_exec(int cgrp, int test, struct sockmap_options *opt) in __test_exec() argument
1117 err = run_options(opt, cgrp, test); in __test_exec()
1125 static int test_exec(int cgrp, struct sockmap_options *opt) in test_exec() argument
1127 int err = __test_exec(cgrp, SENDMSG, opt); in test_exec()
1132 err = __test_exec(cgrp, SENDPAGE, opt); in test_exec()
1137 static int test_loop(int cgrp) in test_loop() argument
1158 err = test_exec(cgrp, &opt); in test_loop()
1168 static int test_txmsg(int cgrp) in test_txmsg() argument
1177 err = test_loop(cgrp); in test_txmsg()
1183 err = test_loop(cgrp); in test_txmsg()
[all …]