| /kernel/linux/linux-5.10/fs/hmdfs/comm/ |
| D | crypto.c | 70 tcp->connect->send_crypto_info.info.version = TLS_1_2_VERSION; in tls_crypto_info_init() 71 tcp->connect->send_crypto_info.info.cipher_type = in tls_crypto_info_init() 74 memcpy(tcp->connect->send_crypto_info.key, tcp->connect->send_key, in tls_crypto_info_init() 76 memcpy(tcp->connect->send_crypto_info.iv, in tls_crypto_info_init() 78 memcpy(tcp->connect->send_crypto_info.salt, in tls_crypto_info_init() 81 memcpy(tcp->connect->send_crypto_info.rec_seq, in tls_crypto_info_init() 86 KERNEL_SOCKPTR(&(tcp->connect->send_crypto_info)), in tls_crypto_info_init() 87 sizeof(tcp->connect->send_crypto_info)); in tls_crypto_info_init() 92 update_key(tcp->connect->recv_key, key_meterial, HKDF_TYPE_IV); in tls_crypto_info_init() 93 tcp->connect->recv_crypto_info.info.version = TLS_1_2_VERSION; in tls_crypto_info_init() [all …]
|
| D | transport.c | 215 static int tcp_recvpage_tls(struct connection *connect, in tcp_recvpage_tls() argument 225 if (!connect) { in tcp_recvpage_tls() 226 hmdfs_err("tcp connect == NULL"); in tcp_recvpage_tls() 229 node = connect->node; in tcp_recvpage_tls() 230 tcp = (struct tcp_handle *)(connect->connect_handle); in tcp_recvpage_tls() 393 static int tcp_recvbuffer_cipher(struct connection *connect, in tcp_recvbuffer_cipher() argument 404 tcp = (struct tcp_handle *)(connect->connect_handle); in tcp_recvbuffer_cipher() 430 ret = aeadcipher_decrypt_buffer(connect, cipherbuffer, cipherbuffer_len, in tcp_recvbuffer_cipher() 437 if (connect_recv_callback[connect->status]) { in tcp_recvbuffer_cipher() 438 connect_recv_callback[connect->status](connect, recv, outdata, in tcp_recvbuffer_cipher() [all …]
|
| /kernel/linux/linux-6.6/fs/hmdfs/comm/ |
| D | crypto.c | 70 tcp->connect->send_crypto_info.info.version = TLS_1_2_VERSION; in tls_crypto_info_init() 71 tcp->connect->send_crypto_info.info.cipher_type = in tls_crypto_info_init() 74 memcpy(tcp->connect->send_crypto_info.key, tcp->connect->send_key, in tls_crypto_info_init() 76 memcpy(tcp->connect->send_crypto_info.iv, in tls_crypto_info_init() 78 memcpy(tcp->connect->send_crypto_info.salt, in tls_crypto_info_init() 81 memcpy(tcp->connect->send_crypto_info.rec_seq, in tls_crypto_info_init() 86 KERNEL_SOCKPTR(&(tcp->connect->send_crypto_info)), in tls_crypto_info_init() 87 sizeof(tcp->connect->send_crypto_info)); in tls_crypto_info_init() 92 update_key(tcp->connect->recv_key, key_meterial, HKDF_TYPE_IV); in tls_crypto_info_init() 93 tcp->connect->recv_crypto_info.info.version = TLS_1_2_VERSION; in tls_crypto_info_init() [all …]
|
| D | transport.c | 215 static int tcp_recvpage_tls(struct connection *connect, in tcp_recvpage_tls() argument 225 if (!connect) { in tcp_recvpage_tls() 226 hmdfs_err("tcp connect == NULL"); in tcp_recvpage_tls() 229 node = connect->node; in tcp_recvpage_tls() 230 tcp = (struct tcp_handle *)(connect->connect_handle); in tcp_recvpage_tls() 393 static int tcp_recvbuffer_cipher(struct connection *connect, in tcp_recvbuffer_cipher() argument 404 tcp = (struct tcp_handle *)(connect->connect_handle); in tcp_recvbuffer_cipher() 430 ret = aeadcipher_decrypt_buffer(connect, cipherbuffer, cipherbuffer_len, in tcp_recvbuffer_cipher() 437 if (connect_recv_callback[connect->status]) { in tcp_recvbuffer_cipher() 438 connect_recv_callback[connect->status](connect, recv, outdata, in tcp_recvbuffer_cipher() [all …]
|
| /kernel/linux/linux-5.10/net/wireless/ |
| D | wext-sme.c | 31 wdev->wext.connect.ie = wdev->wext.ie; in cfg80211_mgd_wext_connect() 32 wdev->wext.connect.ie_len = wdev->wext.ie_len; in cfg80211_mgd_wext_connect() 35 wdev->wext.connect.bg_scan_period = -1; in cfg80211_mgd_wext_connect() 40 wdev->wext.connect.privacy = true; in cfg80211_mgd_wext_connect() 43 if (!wdev->wext.connect.ssid_len) in cfg80211_mgd_wext_connect() 58 &wdev->wext.connect, ck, prev_bssid); in cfg80211_mgd_wext_connect() 95 if (wdev->wext.connect.channel == chan) { in cfg80211_mgd_wext_siwfreq() 101 if (wdev->wext.connect.ssid_len) in cfg80211_mgd_wext_siwfreq() 109 wdev->wext.connect.channel = chan; in cfg80211_mgd_wext_siwfreq() 130 else if (wdev->wext.connect.channel) in cfg80211_mgd_wext_giwfreq() [all …]
|
| D | sme.c | 5 * (for nl80211's connect() and wext) 27 * driver. This is for implementing nl80211's connect/disconnect 521 struct cfg80211_connect_params *connect, in cfg80211_sme_connect() argument 549 memcpy(&wdev->conn->params, connect, sizeof(*connect)); in cfg80211_sme_connect() 550 if (connect->bssid) { in cfg80211_sme_connect() 552 memcpy(wdev->conn->bssid, connect->bssid, ETH_ALEN); in cfg80211_sme_connect() 555 if (cfg80211_sme_get_conn_ies(wdev, connect->ie, connect->ie_len, in cfg80211_sme_connect() 564 if (connect->auth_type == NL80211_AUTHTYPE_AUTOMATIC) { in cfg80211_sme_connect() 686 * API calls for drivers implementing connect/disconnect and 741 WARN_ON_ONCE(!wiphy_to_rdev(wdev->wiphy)->ops->connect); in __cfg80211_connect_result() [all …]
|
| /kernel/linux/linux-6.6/net/wireless/ |
| D | wext-sme.c | 31 wdev->wext.connect.ie = wdev->wext.ie; in cfg80211_mgd_wext_connect() 32 wdev->wext.connect.ie_len = wdev->wext.ie_len; in cfg80211_mgd_wext_connect() 35 wdev->wext.connect.bg_scan_period = -1; in cfg80211_mgd_wext_connect() 40 wdev->wext.connect.privacy = true; in cfg80211_mgd_wext_connect() 43 if (!wdev->wext.connect.ssid_len) in cfg80211_mgd_wext_connect() 58 &wdev->wext.connect, ck, prev_bssid); in cfg80211_mgd_wext_connect() 95 if (wdev->wext.connect.channel == chan) { in cfg80211_mgd_wext_siwfreq() 101 if (wdev->wext.connect.ssid_len) in cfg80211_mgd_wext_siwfreq() 109 wdev->wext.connect.channel = chan; in cfg80211_mgd_wext_siwfreq() 133 else if (wdev->wext.connect.channel) in cfg80211_mgd_wext_giwfreq() [all …]
|
| D | sme.c | 5 * (for nl80211's connect() and wext) 27 * driver. This is for implementing nl80211's connect/disconnect 568 struct cfg80211_connect_params *connect, in cfg80211_sme_connect() argument 595 memcpy(&wdev->conn->params, connect, sizeof(*connect)); in cfg80211_sme_connect() 596 if (connect->bssid) { in cfg80211_sme_connect() 598 memcpy(wdev->conn->bssid, connect->bssid, ETH_ALEN); in cfg80211_sme_connect() 601 if (cfg80211_sme_get_conn_ies(wdev, connect->ie, connect->ie_len, in cfg80211_sme_connect() 610 if (connect->auth_type == NL80211_AUTHTYPE_AUTOMATIC) { in cfg80211_sme_connect() 745 * API calls for drivers implementing connect/disconnect and 818 if (!wiphy_to_rdev(wdev->wiphy)->ops->connect) { in __cfg80211_connect_result() [all …]
|
| /kernel/linux/linux-5.10/sound/soc/tegra/ |
| D | tegra20_das.h | 83 * The Tegra DAS is a mux/cross-bar which can connect each DAP to a specific 94 * Connect a DAP to a DAC 95 * dap_id: DAP to connect: TEGRA20_DAS_DAP_ID_* 96 * dac_sel: DAC to connect to: TEGRA20_DAS_DAP_SEL_DAC* 101 * Connect a DAP to another DAP 102 * dap_id: DAP to connect: TEGRA20_DAS_DAP_ID_* 103 * other_dap_sel: DAP to connect to: TEGRA20_DAS_DAP_SEL_DAP* 113 * Connect a DAC's input to a DAP 115 * dac_id: DAC ID to connect: TEGRA20_DAS_DAC_ID_*
|
| /kernel/liteos_a/bsd/dev/usb/ |
| D | Kconfig | 62 Say Y here if you want to connect USB mass storage devices to your system's USB port. 69 Say Y here if you want to connect USB Rndis Host devices to your system's USB port. 76 Say Y here if you want to connect USB 4G devices to your system's USB port. 83 Say Y here if you want to connect USB serial devices to your system's USB port. 89 Say Y here if you want to connect USB ethernet devices to your system's USB port. 95 Say Y here if you want to connect usb-wifi devices to your system's USB port. 100 Say Y here if you want to connect hid devices to your system's USB port.
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/ |
| D | fm10k_mbx.h | 45 * +----------+ connect() +----------+ 46 * | CLOSED | --------------> | CONNECT | 50 * | Connect Disconnect | | Connect 63 * this state is for the system to make the connect() call for the 64 * mailbox, it will then transition to the connect state. 65 * Connect: In this state the mailbox is seeking a connection. It will 66 * post a connect message with no specified destination and will 68 * is exited when either a connect with the local mailbox as the 72 * entity and the remote. It will fall back to connect in the event of 78 * remote endpoint has fallen back into connect. [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/ |
| D | fm10k_mbx.h | 45 * +----------+ connect() +----------+ 46 * | CLOSED | --------------> | CONNECT | 50 * | Connect Disconnect | | Connect 63 * this state is for the system to make the connect() call for the 64 * mailbox, it will then transition to the connect state. 65 * Connect: In this state the mailbox is seeking a connection. It will 66 * post a connect message with no specified destination and will 68 * is exited when either a connect with the local mailbox as the 72 * entity and the remote. It will fall back to connect in the event of 78 * remote endpoint has fallen back into connect. [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| D | sctp_vrf.sh | 124 echo -n "TEST 01: nobind, connect from client 1, l3mdev_accept=1, Y " 128 echo -n "TEST 02: nobind, connect from client 2, l3mdev_accept=1, N " 133 echo -n "TEST 03: nobind, connect from client 1, l3mdev_accept=0, N " 137 echo -n "TEST 04: nobind, connect from client 2, l3mdev_accept=0, N " 141 echo -n "TEST 05: bind veth2 in server, connect from client 1, N " 145 echo -n "TEST 06: bind veth1 in server, connect from client 1, Y " 149 echo -n "TEST 07: bind vrf-1 in server, connect from client 1, Y " 153 echo -n "TEST 08: bind vrf-2 in server, connect from client 1, N " 157 echo -n "TEST 09: bind vrf-2 in server, connect from client 2, Y " 161 echo -n "TEST 10: bind vrf-1 in server, connect from client 2, N " [all …]
|
| /kernel/linux/linux-5.10/tools/testing/vsock/ |
| D | vsock_test.c | 41 ret = connect(fd, &addr.sa, sizeof(addr.svm)); in test_stream_connection_reset() 42 timeout_check("connect"); in test_stream_connection_reset() 47 fprintf(stderr, "expected connect(2) failure, got %d\n", ret); in test_stream_connection_reset() 51 fprintf(stderr, "unexpected connect(2) errno %d\n", errno); in test_stream_connection_reset() 80 ret = connect(fd, &addr.sa, sizeof(addr.svm)); in test_stream_bind_only_client() 81 timeout_check("connect"); in test_stream_bind_only_client() 86 fprintf(stderr, "expected connect(2) failure, got %d\n", ret); in test_stream_bind_only_client() 90 fprintf(stderr, "unexpected connect(2) errno %d\n", errno); in test_stream_bind_only_client() 136 perror("connect"); in test_stream_client_close_client() 171 perror("connect"); in test_stream_server_close_client() [all …]
|
| /kernel/linux/linux-5.10/drivers/usb/misc/ |
| D | usb3503.c | 51 struct gpio_desc *connect; member 57 if (!state && hub->connect) in usb3503_reset() 58 gpiod_set_value_cansleep(hub->connect, 0); in usb3503_reset() 107 /* SP_LOCK: clear connect_n, config_n for hub connect */ in usb3503_connect() 117 if (hub->connect) in usb3503_connect() 118 gpiod_set_value_cansleep(hub->connect, 1); in usb3503_connect() 244 hub->connect = devm_gpiod_get_optional(dev, "connect", GPIOD_OUT_LOW); in usb3503_probe() 245 if (IS_ERR(hub->connect)) in usb3503_probe() 246 return PTR_ERR(hub->connect); in usb3503_probe() 247 if (hub->connect) in usb3503_probe() [all …]
|
| /kernel/linux/linux-5.10/sound/soc/sh/rcar/ |
| D | ctu.c | 24 * 0001: Connect input data of channel 0 25 * 0010: Connect input data of channel 1 26 * 0011: Connect input data of channel 2 27 * 0100: Connect input data of channel 3 28 * 0101: Connect input data of channel 4 29 * 0110: Connect input data of channel 5 30 * 0111: Connect input data of channel 6 31 * 1000: Connect input data of channel 7 32 * 1001: Connect calculated data by scale values of matrix row 0 33 * 1010: Connect calculated data by scale values of matrix row 1 [all …]
|
| /kernel/linux/linux-6.6/sound/soc/sh/rcar/ |
| D | ctu.c | 24 * 0001: Connect input data of channel 0 25 * 0010: Connect input data of channel 1 26 * 0011: Connect input data of channel 2 27 * 0100: Connect input data of channel 3 28 * 0101: Connect input data of channel 4 29 * 0110: Connect input data of channel 5 30 * 0111: Connect input data of channel 6 31 * 1000: Connect input data of channel 7 32 * 1001: Connect calculated data by scale values of matrix row 0 33 * 1010: Connect calculated data by scale values of matrix row 1 [all …]
|
| /kernel/linux/linux-6.6/drivers/usb/misc/ |
| D | usb3503.c | 52 struct gpio_desc *connect; member 91 /* SP_LOCK: clear connect_n, config_n for hub connect */ in usb3503_connect() 101 if (hub->connect) in usb3503_connect() 102 gpiod_set_value_cansleep(hub->connect, 1); in usb3503_connect() 137 if (!conn && hub->connect) in usb3503_switch_mode() 138 gpiod_set_value_cansleep(hub->connect, 0); in usb3503_switch_mode() 253 hub->connect = devm_gpiod_get_optional(dev, "connect", GPIOD_OUT_LOW); in usb3503_probe() 254 if (IS_ERR(hub->connect)) { in usb3503_probe() 255 err = PTR_ERR(hub->connect); in usb3503_probe() 258 if (hub->connect) in usb3503_probe() [all …]
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | mei.h | 41 * IOCTL Connect Client Data structure 72 * @in_client_uuid: UUID of client to connect 83 * struct mei_connect_client_data_vtag - IOCTL connect data union 85 * @connect: input connect data 90 struct mei_connect_client_vtag connect; member
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | mei.h | 41 * IOCTL Connect Client Data structure 72 * @in_client_uuid: UUID of client to connect 83 * struct mei_connect_client_data_vtag - IOCTL connect data union 85 * @connect: input connect data 90 struct mei_connect_client_vtag connect; member
|
| /kernel/linux/linux-5.10/drivers/nvme/host/ |
| D | fabrics.c | 258 * out function for connect() errors. 281 char *inv_data = "Connect Invalid Data Parameter"; in nvmf_log_connect_error() 306 char *inv_sqe = "Connect Invalid SQE Parameter"; in nvmf_log_connect_error() 312 inv_sqe, cmd->connect.qid); in nvmf_log_connect_error() 324 "Connect for subsystem %s is not allowed, hostnqn: %s\n", in nvmf_log_connect_error() 330 "Connect command failed: controller is busy or not available\n"); in nvmf_log_connect_error() 335 "Connect incompatible format: %d", in nvmf_log_connect_error() 336 cmd->connect.recfmt); in nvmf_log_connect_error() 341 "Connect command failed: host path error\n"); in nvmf_log_connect_error() 346 "Connect command failed, error wo/DNR bit: %d\n", in nvmf_log_connect_error() [all …]
|
| /kernel/linux/linux-5.10/scripts/kconfig/ |
| D | qconf.cc | 313 connect(this, SIGNAL(itemSelectionChanged(void)), in ConfigList() 321 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); in ConfigList() 891 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent() 893 connect(this, SIGNAL(showNameChanged(bool)), in contextMenuEvent() 939 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings())); in ConfigInfoView() 946 connect(action, SIGNAL(toggled(bool)), SLOT(setShowDebug(bool))); in ConfigInfoView() 947 connect(this, SIGNAL(showDebugChanged(bool)), action, SLOT(setChecked(bool))); in ConfigInfoView() 1234 connect(editField, SIGNAL(returnPressed()), SLOT(search())); in ConfigSearchWindow() 1238 connect(searchButton, SIGNAL(clicked()), SLOT(search())); in ConfigSearchWindow() 1247 connect(list, SIGNAL(menuChanged(struct menu *)), in ConfigSearchWindow() [all …]
|
| /kernel/linux/linux-6.6/scripts/kconfig/ |
| D | qconf.cc | 316 connect(this, &ConfigList::itemSelectionChanged, in ConfigList() 324 connect(configApp, &QApplication::aboutToQuit, in ConfigList() 895 connect(action, &QAction::toggled, in contextMenuEvent() 897 connect(this, &ConfigList::showNameChanged, in contextMenuEvent() 943 connect(configApp, &QApplication::aboutToQuit, in ConfigInfoView() 951 connect(action, &QAction::toggled, in ConfigInfoView() 953 connect(this, &ConfigInfoView::showDebugChanged, in ConfigInfoView() 1241 connect(editField, &QLineEdit::returnPressed, in ConfigSearchWindow() 1246 connect(searchButton, &QPushButton::clicked, in ConfigSearchWindow() 1256 connect(list, &ConfigList::menuChanged, in ConfigSearchWindow() [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | nvme-rdma.h | 49 * struct nvme_rdma_cm_req - rdma connect request 65 * struct nvme_rdma_cm_rep - rdma connect reply 77 * struct nvme_rdma_cm_rej - rdma connect reject 80 * @sts: error status for the associated connect request
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | nvme-rdma.h | 51 * struct nvme_rdma_cm_req - rdma connect request 67 * struct nvme_rdma_cm_rep - rdma connect reply 79 * struct nvme_rdma_cm_rej - rdma connect reject 82 * @sts: error status for the associated connect request
|