Lines Matching defs:cgrp
1332 static int __test_exec(int cgrp, int test, struct sockmap_options *opt)
1356 err = run_options(opt, cgrp, test);
1365 static void test_exec(int cgrp, struct sockmap_options *opt)
1372 err = __test_exec(cgrp, SENDMSG, opt);
1377 err = __test_exec(cgrp, SENDPAGE, opt);
1383 static void test_send_one(struct sockmap_options *opt, int cgrp)
1388 test_exec(cgrp, opt);
1393 test_exec(cgrp, opt);
1398 test_exec(cgrp, opt);
1402 static void test_send_many(struct sockmap_options *opt, int cgrp)
1407 test_exec(cgrp, opt);
1412 test_exec(cgrp, opt);
1415 static void test_send_large(struct sockmap_options *opt, int cgrp)
1420 test_exec(cgrp, opt);
1423 static void test_send(struct sockmap_options *opt, int cgrp)
1425 test_send_one(opt, cgrp);
1426 test_send_many(opt, cgrp);
1427 test_send_large(opt, cgrp);
1431 static void test_txmsg_pass(int cgrp, struct sockmap_options *opt)
1435 test_send(opt, cgrp);
1438 static void test_txmsg_redir(int cgrp, struct sockmap_options *opt)
1441 test_send(opt, cgrp);
1444 static void test_txmsg_drop(int cgrp, struct sockmap_options *opt)
1447 test_send(opt, cgrp);
1450 static void test_txmsg_ingress_redir(int cgrp, struct sockmap_options *opt)
1454 test_send(opt, cgrp);
1457 static void test_txmsg_skb(int cgrp, struct sockmap_options *opt)
1477 test_exec(cgrp, opt);
1480 test_exec(cgrp, opt);
1484 test_exec(cgrp, opt);
1491 test_exec(cgrp, opt);
1494 test_exec(cgrp, opt);
1498 test_exec(cgrp, opt);
1501 test_exec(cgrp, opt);
1515 static void test_txmsg_cork_hangs(int cgrp, struct sockmap_options *opt)
1521 test_send_large(opt, cgrp);
1527 test_send_large(opt, cgrp);
1533 test_send_large(opt, cgrp);
1536 static void test_txmsg_pull(int cgrp, struct sockmap_options *opt)
1541 test_send(opt, cgrp);
1546 test_send_large(opt, cgrp);
1552 test_send(opt, cgrp);
1559 test_send_many(opt, cgrp);
1566 test_send_many(opt, cgrp);
1569 static void test_txmsg_pop(int cgrp, struct sockmap_options *opt)
1574 test_send_many(opt, cgrp);
1579 test_send_large(opt, cgrp);
1585 test_send_many(opt, cgrp);
1592 test_send_many(opt, cgrp);
1599 test_send_many(opt, cgrp);
1602 static void test_txmsg_push(int cgrp, struct sockmap_options *opt)
1607 test_send(opt, cgrp);
1612 test_send_large(opt, cgrp);
1618 test_send_many(opt, cgrp);
1625 test_send_many(opt, cgrp);
1628 static void test_txmsg_push_pop(int cgrp, struct sockmap_options *opt)
1634 test_send_large(opt, cgrp);
1637 static void test_txmsg_apply(int cgrp, struct sockmap_options *opt)
1643 test_send_one(opt, cgrp);
1649 test_send_one(opt, cgrp);
1655 test_send_large(opt, cgrp);
1661 test_send_large(opt, cgrp);
1664 static void test_txmsg_cork(int cgrp, struct sockmap_options *opt)
1670 test_send(opt, cgrp);
1676 test_send(opt, cgrp);
1679 static void test_txmsg_ingress_parser(int cgrp, struct sockmap_options *opt)
1686 test_exec(cgrp, opt);