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