Lines Matching defs:opt

417 			     struct sockmap_options *opt)  in msg_loop_sendpage()
554 struct sockmap_options *opt) in msg_loop()
725 static int sendmsg_test(struct sockmap_options *opt) in sendmsg_test()
838 static int forever_ping_pong(int rate, struct sockmap_options *opt) in forever_ping_pong()
1345 static int __test_exec(int cgrp, int test, struct sockmap_options *opt) in __test_exec()
1378 static void test_exec(int cgrp, struct sockmap_options *opt) in test_exec()
1396 static void test_send_one(struct sockmap_options *opt, int cgrp) in test_send_one()
1415 static void test_send_many(struct sockmap_options *opt, int cgrp) in test_send_many()
1428 static void test_send_large(struct sockmap_options *opt, int cgrp) in test_send_large()
1436 static void test_send(struct sockmap_options *opt, int cgrp) in test_send()
1444 static void test_txmsg_pass(int cgrp, struct sockmap_options *opt) in test_txmsg_pass()
1451 static void test_txmsg_redir(int cgrp, struct sockmap_options *opt) in test_txmsg_redir()
1457 static void test_txmsg_drop(int cgrp, struct sockmap_options *opt) in test_txmsg_drop()
1463 static void test_txmsg_ingress_redir(int cgrp, struct sockmap_options *opt) in test_txmsg_ingress_redir()
1470 static void test_txmsg_skb(int cgrp, struct sockmap_options *opt) in test_txmsg_skb()
1528 static void test_txmsg_cork_hangs(int cgrp, struct sockmap_options *opt) in test_txmsg_cork_hangs()
1549 static void test_txmsg_pull(int cgrp, struct sockmap_options *opt) in test_txmsg_pull()
1582 static void test_txmsg_pop(int cgrp, struct sockmap_options *opt) in test_txmsg_pop()
1615 static void test_txmsg_push(int cgrp, struct sockmap_options *opt) in test_txmsg_push()
1641 static void test_txmsg_push_pop(int cgrp, struct sockmap_options *opt) in test_txmsg_push_pop()
1650 static void test_txmsg_apply(int cgrp, struct sockmap_options *opt) in test_txmsg_apply()
1677 static void test_txmsg_cork(int cgrp, struct sockmap_options *opt) in test_txmsg_cork()
1692 static void test_txmsg_ingress_parser(int cgrp, struct sockmap_options *opt) in test_txmsg_ingress_parser()
1704 static void test_txmsg_ingress_parser2(int cgrp, struct sockmap_options *opt) in test_txmsg_ingress_parser2()
1819 static int check_whitelist(struct _test *t, struct sockmap_options *opt) in check_whitelist()
1839 static int check_blacklist(struct _test *t, struct sockmap_options *opt) in check_blacklist()
1859 static int __test_selftests(int cg_fd, struct sockmap_options *opt) in __test_selftests()
1886 static void test_selftests_sockmap(int cg_fd, struct sockmap_options *opt) in test_selftests_sockmap()
1892 static void test_selftests_sockhash(int cg_fd, struct sockmap_options *opt) in test_selftests_sockhash()
1898 static void test_selftests_ktls(int cg_fd, struct sockmap_options *opt) in test_selftests_ktls()
1907 static int test_selftest(int cg_fd, struct sockmap_options *opt) in test_selftest()
1921 int opt, longindex, err, cg_fd = 0; in main() local