Lines Matching refs:sockmap_options

135 struct sockmap_options {  struct
154 void (*tester)(int cg_fd, struct sockmap_options *opt); argument
185 static int test_start_subtest(const struct _test *t, struct sockmap_options *o) in test_start_subtest()
417 struct sockmap_options *opt) in msg_loop_sendpage()
554 struct sockmap_options *opt) in msg_loop()
739 static int sendmsg_test(struct sockmap_options *opt) in sendmsg_test()
871 static int forever_ping_pong(int rate, struct sockmap_options *opt) in forever_ping_pong()
955 static int run_options(struct sockmap_options *options, int cg_fd, int test) in run_options()
1374 static int __test_exec(int cgrp, int test, struct sockmap_options *opt) in __test_exec()
1407 static void test_exec(int cgrp, struct sockmap_options *opt) in test_exec()
1425 static void test_send_one(struct sockmap_options *opt, int cgrp) in test_send_one()
1444 static void test_send_many(struct sockmap_options *opt, int cgrp) in test_send_many()
1457 static void test_send_large(struct sockmap_options *opt, int cgrp) in test_send_large()
1465 static void test_send(struct sockmap_options *opt, int cgrp) in test_send()
1473 static void test_txmsg_pass(int cgrp, struct sockmap_options *opt) in test_txmsg_pass()
1480 static void test_txmsg_redir(int cgrp, struct sockmap_options *opt) in test_txmsg_redir()
1486 static void test_txmsg_redir_wait_sndmem(int cgrp, struct sockmap_options *opt) in test_txmsg_redir_wait_sndmem()
1494 static void test_txmsg_drop(int cgrp, struct sockmap_options *opt) in test_txmsg_drop()
1500 static void test_txmsg_ingress_redir(int cgrp, struct sockmap_options *opt) in test_txmsg_ingress_redir()
1507 static void test_txmsg_skb(int cgrp, struct sockmap_options *opt) in test_txmsg_skb()
1565 static void test_txmsg_cork_hangs(int cgrp, struct sockmap_options *opt) in test_txmsg_cork_hangs()
1586 static void test_txmsg_pull(int cgrp, struct sockmap_options *opt) in test_txmsg_pull()
1619 static void test_txmsg_pop(int cgrp, struct sockmap_options *opt) in test_txmsg_pop()
1652 static void test_txmsg_push(int cgrp, struct sockmap_options *opt) in test_txmsg_push()
1678 static void test_txmsg_push_pop(int cgrp, struct sockmap_options *opt) in test_txmsg_push_pop()
1687 static void test_txmsg_apply(int cgrp, struct sockmap_options *opt) in test_txmsg_apply()
1732 static void test_txmsg_cork(int cgrp, struct sockmap_options *opt) in test_txmsg_cork()
1747 static void test_txmsg_ingress_parser(int cgrp, struct sockmap_options *opt) in test_txmsg_ingress_parser()
1759 static void test_txmsg_ingress_parser2(int cgrp, struct sockmap_options *opt) in test_txmsg_ingress_parser2()
1843 static int check_whitelist(struct _test *t, struct sockmap_options *opt) in check_whitelist()
1866 static int check_blacklist(struct _test *t, struct sockmap_options *opt) in check_blacklist()
1889 static int __test_selftests(int cg_fd, struct sockmap_options *opt) in __test_selftests()
1916 static void test_selftests_sockmap(int cg_fd, struct sockmap_options *opt) in test_selftests_sockmap()
1922 static void test_selftests_sockhash(int cg_fd, struct sockmap_options *opt) in test_selftests_sockhash()
1928 static void test_selftests_ktls(int cg_fd, struct sockmap_options *opt) in test_selftests_ktls()
1937 static int test_selftest(int cg_fd, struct sockmap_options *opt) in test_selftest()
1949 struct sockmap_options options = {0}; in main()