Searched refs:test (Results 1 – 6 of 6) sorted by relevance
/net/bpf/ |
D | test_run.c | 56 void __user *data_out = u64_to_user_ptr(kattr->test.data_out); in bpf_test_finish() 61 if (copy_to_user(&uattr->test.data_size_out, &size, sizeof(size))) in bpf_test_finish() 63 if (copy_to_user(&uattr->test.retval, &retval, sizeof(retval))) in bpf_test_finish() 65 if (copy_to_user(&uattr->test.duration, &duration, sizeof(duration))) in bpf_test_finish() 75 void __user *data_in = u64_to_user_ptr(kattr->test.data_in); in bpf_test_init() 96 u32 size = kattr->test.data_size_in; in bpf_prog_test_run_skb() 97 u32 repeat = kattr->test.repeat; in bpf_prog_test_run_skb() 152 u32 size = kattr->test.data_size_in; in bpf_prog_test_run_xdp() 153 u32 repeat = kattr->test.repeat; in bpf_prog_test_run_xdp()
|
/net/bluetooth/ |
D | Kconfig | 102 When the Bluetooth subsystem is built as module, then the test 104 subsystem is compiled into the kernel image, then the test cases 108 bool "ECDH test cases" 111 Run test cases for ECDH cryptographic functionality used by the 115 bool "SMP test cases" 118 Run test cases for SMP cryptographic functionality, including both
|
/net/core/ |
D | ethtool.c | 1778 struct ethtool_test test; in ethtool_self_test() local 1791 if (copy_from_user(&test, useraddr, sizeof(test))) in ethtool_self_test() 1794 test.len = test_len; in ethtool_self_test() 1799 ops->self_test(dev, &test, data); in ethtool_self_test() 1802 if (copy_to_user(useraddr, &test, sizeof(test))) in ethtool_self_test() 1804 useraddr += sizeof(test); in ethtool_self_test() 1805 if (copy_to_user(useraddr, data, test.len * sizeof(u64))) in ethtool_self_test()
|
/net/rds/ |
D | connection.c | 67 #define rds_conn_info_set(var, test, suffix) do { \ argument 68 if (test) \
|
/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 786 struct auth_domain *test; in svcauth_gss_register_pseudoflavor() local 800 test = auth_domain_lookup(name, &new->h); in svcauth_gss_register_pseudoflavor() 801 if (test != &new->h) { /* Duplicate registration */ in svcauth_gss_register_pseudoflavor() 802 auth_domain_put(test); in svcauth_gss_register_pseudoflavor()
|
/net/netfilter/ |
D | Kconfig | 1112 This match allows you to test and assign userspace-defined labels names 1558 test whether the results are in any of a set of specified ranges.
|