Lines Matching refs:cgrp

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