Searched refs:test (Results 1 – 5 of 5) sorted by relevance
/net/bluetooth/ |
D | Kconfig | 89 When the Bluetooth subsystem is built as module, then the test 91 subsystem is compiled into the kernel image, then the test cases 95 bool "ECDH test cases" 98 Run test cases for ECDH cryptographic functionality used by the 102 bool "SMP test cases" 105 Run test cases for SMP cryptographic functionality, including both
|
/net/core/ |
D | ethtool.c | 1753 struct ethtool_test test; in ethtool_self_test() local 1766 if (copy_from_user(&test, useraddr, sizeof(test))) in ethtool_self_test() 1769 test.len = test_len; in ethtool_self_test() 1774 ops->self_test(dev, &test, data); in ethtool_self_test() 1777 if (copy_to_user(useraddr, &test, sizeof(test))) in ethtool_self_test() 1779 useraddr += sizeof(test); in ethtool_self_test() 1780 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 | 1068 This match allows you to test and assign userspace-defined labels names 1529 test whether the results are in any of a set of specified ranges.
|