Lines Matching defs:cgrp

1376 static int __test_exec(int cgrp, int test, struct sockmap_options *opt)
1400 err = run_options(opt, cgrp, test);
1409 static void test_exec(int cgrp, struct sockmap_options *opt)
1416 err = __test_exec(cgrp, SENDMSG, opt);
1421 err = __test_exec(cgrp, SENDPAGE, opt);
1427 static void test_send_one(struct sockmap_options *opt, int cgrp)
1432 test_exec(cgrp, opt);
1437 test_exec(cgrp, opt);
1442 test_exec(cgrp, opt);
1446 static void test_send_many(struct sockmap_options *opt, int cgrp)
1451 test_exec(cgrp, opt);
1456 test_exec(cgrp, opt);
1459 static void test_send_large(struct sockmap_options *opt, int cgrp)
1464 test_exec(cgrp, opt);
1467 static void test_send(struct sockmap_options *opt, int cgrp)
1469 test_send_one(opt, cgrp);
1470 test_send_many(opt, cgrp);
1471 test_send_large(opt, cgrp);
1475 static void test_txmsg_pass(int cgrp, struct sockmap_options *opt)
1479 test_send(opt, cgrp);
1482 static void test_txmsg_redir(int cgrp, struct sockmap_options *opt)
1485 test_send(opt, cgrp);
1488 static void test_txmsg_redir_wait_sndmem(int cgrp, struct sockmap_options *opt)
1492 test_send_large(opt, cgrp);
1496 static void test_txmsg_drop(int cgrp, struct sockmap_options *opt)
1499 test_send(opt, cgrp);
1502 static void test_txmsg_ingress_redir(int cgrp, struct sockmap_options *opt)
1506 test_send(opt, cgrp);
1509 static void test_txmsg_skb(int cgrp, struct sockmap_options *opt)
1529 test_exec(cgrp, opt);
1532 test_exec(cgrp, opt);
1536 test_exec(cgrp, opt);
1543 test_exec(cgrp, opt);
1546 test_exec(cgrp, opt);
1550 test_exec(cgrp, opt);
1553 test_exec(cgrp, opt);
1567 static void test_txmsg_cork_hangs(int cgrp, struct sockmap_options *opt)
1573 test_send_large(opt, cgrp);
1579 test_send_large(opt, cgrp);
1585 test_send_large(opt, cgrp);
1588 static void test_txmsg_pull(int cgrp, struct sockmap_options *opt)
1593 test_send(opt, cgrp);
1598 test_send_large(opt, cgrp);
1604 test_send(opt, cgrp);
1611 test_send_many(opt, cgrp);
1618 test_send_many(opt, cgrp);
1621 static void test_txmsg_pop(int cgrp, struct sockmap_options *opt)
1626 test_send_many(opt, cgrp);
1631 test_send_large(opt, cgrp);
1637 test_send_many(opt, cgrp);
1644 test_send_many(opt, cgrp);
1651 test_send_many(opt, cgrp);
1654 static void test_txmsg_push(int cgrp, struct sockmap_options *opt)
1659 test_send(opt, cgrp);
1664 test_send_large(opt, cgrp);
1670 test_send_many(opt, cgrp);
1677 test_send_many(opt, cgrp);
1680 static void test_txmsg_push_pop(int cgrp, struct sockmap_options *opt)
1686 test_send_large(opt, cgrp);
1689 static void test_txmsg_apply(int cgrp, struct sockmap_options *opt)
1696 test_send_one(opt, cgrp);
1703 test_send_one(opt, cgrp);
1710 test_send_one(opt, cgrp);
1717 test_send_large(opt, cgrp);
1724 test_send_large(opt, cgrp);
1731 test_send_large(opt, cgrp);
1734 static void test_txmsg_cork(int cgrp, struct sockmap_options *opt)
1740 test_send(opt, cgrp);
1746 test_send(opt, cgrp);
1749 static void test_txmsg_ingress_parser(int cgrp, struct sockmap_options *opt)
1758 test_exec(cgrp, opt);
1761 static void test_txmsg_ingress_parser2(int cgrp, struct sockmap_options *opt)
1770 test_exec(cgrp, opt);