Searched refs:host (Results 1 – 19 of 19) sorted by relevance
| /net/nfc/nci/ |
| A D | hci.c | 46 u8 host; member 117 hdev->pipes[i].host = NCI_HCI_INVALID_HOST; in nci_hci_reset_pipes() 122 static void nci_hci_reset_pipes_per_host(struct nci_dev *ndev, u8 host) in nci_hci_reset_pipes_per_host() argument 127 if (ndev->hci_dev->pipes[i].host == host) { in nci_hci_reset_pipes_per_host() 129 ndev->hci_dev->pipes[i].host = NCI_HCI_INVALID_HOST; in nci_hci_reset_pipes_per_host() 314 ndev->hci_dev->pipes[new_pipe].host = in nci_hci_cmd_received() 337 ndev->hci_dev->pipes[delete_info->pipe].host = in nci_hci_cmd_received() 348 nci_hci_reset_pipes_per_host(ndev, cleared_info->host); in nci_hci_cmd_received() 689 ndev->hci_dev->pipes[pipe].host = dest_host; in nci_hci_connect_gate()
|
| /net/vmw_vsock/ |
| A D | Kconfig | 11 or host. 60 Enable this transport if your Virtual Machine host supports Virtual 79 Enable this transport if your Virtual Machine host supports Virtual
|
| A D | hyperv_transport.c | 460 union hvs_service_id vm, host; in hvs_connect() local 467 host.srv_id = srv_id_template; in hvs_connect() 468 host.svm_port = vsk->remote_addr.svm_port; in hvs_connect() 469 h->host_srv_id = host.srv_id; in hvs_connect()
|
| /net/mctp/ |
| A D | Kconfig | 8 their managed devices (peripherals, host processors, etc.). The
|
| /net/smc/ |
| A D | smc.h | 381 static inline void hton24(u8 *net, u32 host) in hton24() argument 385 t = cpu_to_be32(host); in hton24()
|
| A D | smc_clc.h | 464 void smc_clc_get_hostname(u8 **host);
|
| A D | smc_core.c | 260 u8 *host = NULL; in smc_nl_get_sys_info() local 281 smc_clc_get_hostname(&host); in smc_nl_get_sys_info() 282 if (host) { in smc_nl_get_sys_info() 283 memcpy(hostname, host, SMC_MAX_HOSTNAME_LEN); in smc_nl_get_sys_info()
|
| A D | smc_clc.c | 1341 void smc_clc_get_hostname(u8 **host) in smc_clc_get_hostname() argument 1343 *host = &smc_hostname[0]; in smc_clc_get_hostname()
|
| /net/ncsi/ |
| A D | Kconfig | 25 the host load.
|
| /net/nfc/hci/ |
| A D | hci.h | 61 u8 host; member
|
| A D | core.c | 49 void nfc_hci_reset_pipes_per_host(struct nfc_hci_dev *hdev, u8 host) in nfc_hci_reset_pipes_per_host() argument 54 if (hdev->pipes[i].dest_host != host) in nfc_hci_reset_pipes_per_host() 250 nfc_hci_reset_pipes_per_host(hdev, cleared_info->host); in nfc_hci_cmd_received()
|
| /net/lapb/ |
| A D | Kconfig | 11 connection service to exchange data frames with one other host, and
|
| /net/9p/ |
| A D | Kconfig | 33 guest partitions and a host partition.
|
| /net/atm/ |
| A D | Kconfig | 35 Normally, an "ICMP host unreachable" message is sent if a neighbour
|
| /net/bridge/netfilter/ |
| A D | Kconfig | 167 for this host alone or for another host.
|
| /net/ |
| A D | Kconfig | 190 firewall box itself. It works both ways: if the outside host 200 the local network tries to connect to an outside host, your Linux
|
| /net/ipv4/ |
| A D | Kconfig | 41 asymmetric routing (packets from you to a host take a different path 42 than packets from that host to you) or if you operate a non-routing 43 host which has several IP addresses on different interfaces. To turn
|
| /net/sched/ |
| A D | sch_cake.c | 1709 u16 flow = 0, host = 0; in cake_classify() local 1734 host = TC_H_MAJ(res.classid) >> 16; in cake_classify() 1738 return cake_hash(*t, skb, flow_mode, flow, host) + 1; in cake_classify()
|
| /net/netfilter/ |
| A D | Kconfig | 1001 addresses. It maps the network address part, while keeping the host
|
Completed in 41 milliseconds