Home
last modified time | relevance | path

Searched refs:host (Results 1 – 19 of 19) sorted by relevance

/net/nfc/nci/
A Dhci.c46 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 DKconfig11 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 Dhyperv_transport.c460 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 DKconfig8 their managed devices (peripherals, host processors, etc.). The
/net/smc/
A Dsmc.h381 static inline void hton24(u8 *net, u32 host) in hton24() argument
385 t = cpu_to_be32(host); in hton24()
A Dsmc_clc.h464 void smc_clc_get_hostname(u8 **host);
A Dsmc_core.c260 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 Dsmc_clc.c1341 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 DKconfig25 the host load.
/net/nfc/hci/
A Dhci.h61 u8 host; member
A Dcore.c49 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 DKconfig11 connection service to exchange data frames with one other host, and
/net/9p/
A DKconfig33 guest partitions and a host partition.
/net/atm/
A DKconfig35 Normally, an "ICMP host unreachable" message is sent if a neighbour
/net/bridge/netfilter/
A DKconfig167 for this host alone or for another host.
/net/
A DKconfig190 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 DKconfig41 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 Dsch_cake.c1709 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 DKconfig1001 addresses. It maps the network address part, while keeping the host

Completed in 41 milliseconds