Lines Matching refs:cgrp

1345 static int __test_exec(int cgrp, int test, struct sockmap_options *opt)  in __test_exec()  argument
1369 err = run_options(opt, cgrp, test); in __test_exec()
1378 static void test_exec(int cgrp, struct sockmap_options *opt) in test_exec() argument
1385 err = __test_exec(cgrp, SENDMSG, opt); in test_exec()
1390 err = __test_exec(cgrp, SENDPAGE, opt); in test_exec()
1396 static void test_send_one(struct sockmap_options *opt, int cgrp) in test_send_one() argument
1401 test_exec(cgrp, opt); in test_send_one()
1406 test_exec(cgrp, opt); in test_send_one()
1411 test_exec(cgrp, opt); in test_send_one()
1415 static void test_send_many(struct sockmap_options *opt, int cgrp) in test_send_many() argument
1420 test_exec(cgrp, opt); in test_send_many()
1425 test_exec(cgrp, opt); in test_send_many()
1428 static void test_send_large(struct sockmap_options *opt, int cgrp) in test_send_large() argument
1433 test_exec(cgrp, opt); in test_send_large()
1436 static void test_send(struct sockmap_options *opt, int cgrp) in test_send() argument
1438 test_send_one(opt, cgrp); in test_send()
1439 test_send_many(opt, cgrp); in test_send()
1440 test_send_large(opt, cgrp); in test_send()
1444 static void test_txmsg_pass(int cgrp, struct sockmap_options *opt) in test_txmsg_pass() argument
1448 test_send(opt, cgrp); in test_txmsg_pass()
1451 static void test_txmsg_redir(int cgrp, struct sockmap_options *opt) in test_txmsg_redir() argument
1454 test_send(opt, cgrp); in test_txmsg_redir()
1457 static void test_txmsg_drop(int cgrp, struct sockmap_options *opt) in test_txmsg_drop() argument
1460 test_send(opt, cgrp); in test_txmsg_drop()
1463 static void test_txmsg_ingress_redir(int cgrp, struct sockmap_options *opt) in test_txmsg_ingress_redir() argument
1467 test_send(opt, cgrp); in test_txmsg_ingress_redir()
1470 static void test_txmsg_skb(int cgrp, struct sockmap_options *opt) in test_txmsg_skb() argument
1490 test_exec(cgrp, opt); in test_txmsg_skb()
1493 test_exec(cgrp, opt); in test_txmsg_skb()
1497 test_exec(cgrp, opt); in test_txmsg_skb()
1504 test_exec(cgrp, opt); in test_txmsg_skb()
1507 test_exec(cgrp, opt); in test_txmsg_skb()
1511 test_exec(cgrp, opt); in test_txmsg_skb()
1514 test_exec(cgrp, opt); in test_txmsg_skb()
1528 static void test_txmsg_cork_hangs(int cgrp, struct sockmap_options *opt) in test_txmsg_cork_hangs() argument
1534 test_send_large(opt, cgrp); in test_txmsg_cork_hangs()
1540 test_send_large(opt, cgrp); in test_txmsg_cork_hangs()
1546 test_send_large(opt, cgrp); in test_txmsg_cork_hangs()
1549 static void test_txmsg_pull(int cgrp, struct sockmap_options *opt) in test_txmsg_pull() argument
1554 test_send(opt, cgrp); in test_txmsg_pull()
1559 test_send_large(opt, cgrp); in test_txmsg_pull()
1565 test_send(opt, cgrp); in test_txmsg_pull()
1572 test_send_many(opt, cgrp); in test_txmsg_pull()
1579 test_send_many(opt, cgrp); in test_txmsg_pull()
1582 static void test_txmsg_pop(int cgrp, struct sockmap_options *opt) in test_txmsg_pop() argument
1587 test_send_many(opt, cgrp); in test_txmsg_pop()
1592 test_send_large(opt, cgrp); in test_txmsg_pop()
1598 test_send_many(opt, cgrp); in test_txmsg_pop()
1605 test_send_many(opt, cgrp); in test_txmsg_pop()
1612 test_send_many(opt, cgrp); in test_txmsg_pop()
1615 static void test_txmsg_push(int cgrp, struct sockmap_options *opt) in test_txmsg_push() argument
1620 test_send(opt, cgrp); in test_txmsg_push()
1625 test_send_large(opt, cgrp); in test_txmsg_push()
1631 test_send_many(opt, cgrp); in test_txmsg_push()
1638 test_send_many(opt, cgrp); in test_txmsg_push()
1641 static void test_txmsg_push_pop(int cgrp, struct sockmap_options *opt) in test_txmsg_push_pop() argument
1647 test_send_large(opt, cgrp); in test_txmsg_push_pop()
1650 static void test_txmsg_apply(int cgrp, struct sockmap_options *opt) in test_txmsg_apply() argument
1656 test_send_one(opt, cgrp); in test_txmsg_apply()
1662 test_send_one(opt, cgrp); in test_txmsg_apply()
1668 test_send_large(opt, cgrp); in test_txmsg_apply()
1674 test_send_large(opt, cgrp); in test_txmsg_apply()
1677 static void test_txmsg_cork(int cgrp, struct sockmap_options *opt) in test_txmsg_cork() argument
1683 test_send(opt, cgrp); in test_txmsg_cork()
1689 test_send(opt, cgrp); in test_txmsg_cork()
1692 static void test_txmsg_ingress_parser(int cgrp, struct sockmap_options *opt) in test_txmsg_ingress_parser() argument
1701 test_exec(cgrp, opt); in test_txmsg_ingress_parser()
1704 static void test_txmsg_ingress_parser2(int cgrp, struct sockmap_options *opt) in test_txmsg_ingress_parser2() argument
1713 test_exec(cgrp, opt); in test_txmsg_ingress_parser2()