Lines Matching refs:cgrp

1322 static int __test_exec(int cgrp, int test, struct sockmap_options *opt)  in __test_exec()  argument
1346 err = run_options(opt, cgrp, test); in __test_exec()
1355 static void test_exec(int cgrp, struct sockmap_options *opt) in test_exec() argument
1362 err = __test_exec(cgrp, SENDMSG, opt); in test_exec()
1367 err = __test_exec(cgrp, SENDPAGE, opt); in test_exec()
1373 static void test_send_one(struct sockmap_options *opt, int cgrp) in test_send_one() argument
1378 test_exec(cgrp, opt); in test_send_one()
1383 test_exec(cgrp, opt); in test_send_one()
1388 test_exec(cgrp, opt); in test_send_one()
1392 static void test_send_many(struct sockmap_options *opt, int cgrp) in test_send_many() argument
1397 test_exec(cgrp, opt); in test_send_many()
1402 test_exec(cgrp, opt); in test_send_many()
1405 static void test_send_large(struct sockmap_options *opt, int cgrp) in test_send_large() argument
1410 test_exec(cgrp, opt); in test_send_large()
1413 static void test_send(struct sockmap_options *opt, int cgrp) in test_send() argument
1415 test_send_one(opt, cgrp); in test_send()
1416 test_send_many(opt, cgrp); in test_send()
1417 test_send_large(opt, cgrp); in test_send()
1421 static void test_txmsg_pass(int cgrp, struct sockmap_options *opt) in test_txmsg_pass() argument
1425 test_send(opt, cgrp); in test_txmsg_pass()
1428 static void test_txmsg_redir(int cgrp, struct sockmap_options *opt) in test_txmsg_redir() argument
1431 test_send(opt, cgrp); in test_txmsg_redir()
1434 static void test_txmsg_drop(int cgrp, struct sockmap_options *opt) in test_txmsg_drop() argument
1437 test_send(opt, cgrp); in test_txmsg_drop()
1440 static void test_txmsg_ingress_redir(int cgrp, struct sockmap_options *opt) in test_txmsg_ingress_redir() argument
1444 test_send(opt, cgrp); in test_txmsg_ingress_redir()
1447 static void test_txmsg_skb(int cgrp, struct sockmap_options *opt) in test_txmsg_skb() argument
1467 test_exec(cgrp, opt); in test_txmsg_skb()
1470 test_exec(cgrp, opt); in test_txmsg_skb()
1474 test_exec(cgrp, opt); in test_txmsg_skb()
1481 test_exec(cgrp, opt); in test_txmsg_skb()
1484 test_exec(cgrp, opt); in test_txmsg_skb()
1488 test_exec(cgrp, opt); in test_txmsg_skb()
1491 test_exec(cgrp, opt); in test_txmsg_skb()
1505 static void test_txmsg_cork_hangs(int cgrp, struct sockmap_options *opt) in test_txmsg_cork_hangs() argument
1511 test_send_large(opt, cgrp); in test_txmsg_cork_hangs()
1517 test_send_large(opt, cgrp); in test_txmsg_cork_hangs()
1523 test_send_large(opt, cgrp); in test_txmsg_cork_hangs()
1526 static void test_txmsg_pull(int cgrp, struct sockmap_options *opt) in test_txmsg_pull() argument
1531 test_send(opt, cgrp); in test_txmsg_pull()
1536 test_send_large(opt, cgrp); in test_txmsg_pull()
1542 test_send(opt, cgrp); in test_txmsg_pull()
1549 test_send_many(opt, cgrp); in test_txmsg_pull()
1556 test_send_many(opt, cgrp); in test_txmsg_pull()
1559 static void test_txmsg_pop(int cgrp, struct sockmap_options *opt) in test_txmsg_pop() argument
1564 test_send_many(opt, cgrp); in test_txmsg_pop()
1569 test_send_large(opt, cgrp); in test_txmsg_pop()
1575 test_send_many(opt, cgrp); in test_txmsg_pop()
1582 test_send_many(opt, cgrp); in test_txmsg_pop()
1589 test_send_many(opt, cgrp); in test_txmsg_pop()
1592 static void test_txmsg_push(int cgrp, struct sockmap_options *opt) in test_txmsg_push() argument
1597 test_send(opt, cgrp); in test_txmsg_push()
1602 test_send_large(opt, cgrp); in test_txmsg_push()
1608 test_send_many(opt, cgrp); in test_txmsg_push()
1615 test_send_many(opt, cgrp); in test_txmsg_push()
1618 static void test_txmsg_push_pop(int cgrp, struct sockmap_options *opt) in test_txmsg_push_pop() argument
1624 test_send_large(opt, cgrp); in test_txmsg_push_pop()
1627 static void test_txmsg_apply(int cgrp, struct sockmap_options *opt) in test_txmsg_apply() argument
1633 test_send_one(opt, cgrp); in test_txmsg_apply()
1639 test_send_one(opt, cgrp); in test_txmsg_apply()
1645 test_send_large(opt, cgrp); in test_txmsg_apply()
1651 test_send_large(opt, cgrp); in test_txmsg_apply()
1654 static void test_txmsg_cork(int cgrp, struct sockmap_options *opt) in test_txmsg_cork() argument
1660 test_send(opt, cgrp); in test_txmsg_cork()
1666 test_send(opt, cgrp); in test_txmsg_cork()
1669 static void test_txmsg_ingress_parser(int cgrp, struct sockmap_options *opt) in test_txmsg_ingress_parser() argument
1676 test_exec(cgrp, opt); in test_txmsg_ingress_parser()