Searched refs:test (Results 1 – 6 of 6) sorted by relevance
/net/bpf/ |
D | test_run.c | 80 void __user *data_out = u64_to_user_ptr(kattr->test.data_out); in bpf_test_finish() 87 if (kattr->test.data_size_out && in bpf_test_finish() 88 copy_size > kattr->test.data_size_out) { in bpf_test_finish() 89 copy_size = kattr->test.data_size_out; in bpf_test_finish() 95 if (copy_to_user(&uattr->test.data_size_out, &size, sizeof(size))) in bpf_test_finish() 97 if (copy_to_user(&uattr->test.retval, &retval, sizeof(retval))) in bpf_test_finish() 99 if (copy_to_user(&uattr->test.duration, &duration, sizeof(duration))) in bpf_test_finish() 111 void __user *data_in = u64_to_user_ptr(kattr->test.data_in); in bpf_test_init() 131 void __user *data_in = u64_to_user_ptr(kattr->test.ctx_in); in bpf_ctx_init() 132 void __user *data_out = u64_to_user_ptr(kattr->test.ctx_out); in bpf_ctx_init() [all …]
|
/net/bluetooth/ |
D | Kconfig | 104 When the Bluetooth subsystem is built as module, then the test 106 subsystem is compiled into the kernel image, then the test cases 110 bool "ECDH test cases" 113 Run test cases for ECDH cryptographic functionality used by the 117 bool "SMP test cases" 120 Run test cases for SMP cryptographic functionality, including both
|
/net/core/ |
D | ethtool.c | 1751 struct ethtool_test test; in ethtool_self_test() local 1764 if (copy_from_user(&test, useraddr, sizeof(test))) in ethtool_self_test() 1767 test.len = test_len; in ethtool_self_test() 1772 ops->self_test(dev, &test, data); in ethtool_self_test() 1775 if (copy_to_user(useraddr, &test, sizeof(test))) in ethtool_self_test() 1777 useraddr += sizeof(test); in ethtool_self_test() 1778 if (copy_to_user(useraddr, data, test.len * sizeof(u64))) in ethtool_self_test()
|
/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 807 struct auth_domain *test; in svcauth_gss_register_pseudoflavor() local 820 test = auth_domain_lookup(name, &new->h); in svcauth_gss_register_pseudoflavor() 821 if (test != &new->h) { in svcauth_gss_register_pseudoflavor() 825 auth_domain_put(test); in svcauth_gss_register_pseudoflavor() 828 return test; in svcauth_gss_register_pseudoflavor()
|
/net/rds/ |
D | connection.c | 76 #define rds_conn_info_set(var, test, suffix) do { \ argument 77 if (test) \
|
/net/netfilter/ |
D | Kconfig | 1191 This match allows you to test and assign userspace-defined labels names 1637 test whether the results are in any of a set of specified ranges.
|