Home
last modified time | relevance | path

Searched refs:sockets (Results 1 – 25 of 91) sorted by relevance

1234

/Linux-v4.19/tools/testing/vsock/
Dvsock_diag_test.c250 static void add_vsock_stat(struct list_head *sockets, in add_vsock_stat() argument
262 list_add_tail(&st->list, sockets); in add_vsock_stat()
268 static void read_vsock_stat(struct list_head *sockets) in read_vsock_stat() argument
323 add_vsock_stat(sockets, NLMSG_DATA(h)); in read_vsock_stat()
333 static void free_sock_stat(struct list_head *sockets) in free_sock_stat() argument
338 list_for_each_entry_safe(st, next, sockets, list) in free_sock_stat()
344 LIST_HEAD(sockets); in test_no_sockets()
346 read_vsock_stat(&sockets); in test_no_sockets()
348 check_no_sockets(&sockets); in test_no_sockets()
350 free_sock_stat(&sockets); in test_no_sockets()
[all …]
DREADME3 These tests exercise net/vmw_vsock/ host<->guest sockets for VMware, KVM, and
8 * vsock_diag_test - vsock_diag.ko module for listing open sockets
/Linux-v4.19/drivers/pcmcia/
Di82092.c66 static struct socket_info sockets[MAX_SOCKETS]; variable
106 sockets[i].card_state = 1; /* 1 = present but empty */ in i82092aa_pci_probe()
107 sockets[i].io_base = pci_resource_start(dev, 0); in i82092aa_pci_probe()
108 sockets[i].socket.features |= SS_CAP_PCCARD; in i82092aa_pci_probe()
109 sockets[i].socket.map_size = 0x1000; in i82092aa_pci_probe()
110 sockets[i].socket.irq_mask = 0; in i82092aa_pci_probe()
111 sockets[i].socket.pci_irq = dev->irq; in i82092aa_pci_probe()
112 sockets[i].socket.cb_dev = dev; in i82092aa_pci_probe()
113 sockets[i].socket.owner = THIS_MODULE; in i82092aa_pci_probe()
115 sockets[i].number = i; in i82092aa_pci_probe()
[all …]
Di82365.c158 static int sockets = 0; variable
578 socket[sockets].ioaddr = port; in identify()
579 socket[sockets].psock = sock; in identify()
583 i365_bclr(sockets, PD67_MISC_CTL_2, PD67_MC2_SUSPEND); in identify()
588 if ((val = i365_get(sockets, I365_IDENT)) & 0x70) in identify()
604 i365_bset(sockets, VG468_MISC, VG468_MISC_VADEMREV); in identify()
605 val = i365_get(sockets, I365_IDENT); in identify()
607 i365_bclr(sockets, VG468_MISC, VG468_MISC_VADEMREV); in identify()
612 val = i365_get(sockets, RF5C_CHIP_ID); in identify()
617 i365_set(sockets, PD67_CHIP_INFO, 0); in identify()
[all …]
Dtcic.c114 static int sockets; variable
401 sockets = 0; in init_tcic()
404 socket_table[sockets].psock = i; in init_tcic()
405 socket_table[sockets].id = get_tcic_id(); in init_tcic()
407 socket_table[sockets].socket.owner = THIS_MODULE; in init_tcic()
410 socket_table[sockets].socket.features = SS_CAP_PCCARD | SS_CAP_MEM_ALIGN; in init_tcic()
412 socket_table[sockets].socket.irq_mask = 0x4cf8; in init_tcic()
414 socket_table[sockets].socket.map_size = 0x1000; in init_tcic()
415 sockets++; in init_tcic()
441 printk(KERN_CONT ", %d sockets\n", sockets); in init_tcic()
[all …]
/Linux-v4.19/net/unix/
DKconfig6 tristate "Unix domain sockets"
8 If you say Y here, you will include support for Unix domain sockets;
9 sockets are the standard Unix mechanism for establishing and
11 the X Window system and syslog use these sockets even if your
/Linux-v4.19/drivers/misc/
Dtifm_7xx1.c57 sock = fm->sockets[cnt]; in tifm_7xx1_isr()
164 sock = fm->sockets[cnt]; in tifm_7xx1_switch_media()
169 fm->sockets[cnt] = NULL; in tifm_7xx1_switch_media()
190 if (!fm->sockets[cnt]) { in tifm_7xx1_switch_media()
191 fm->sockets[cnt] = sock; in tifm_7xx1_switch_media()
224 if (fm->sockets[cnt]) in tifm_7xx1_suspend()
225 tifm_7xx1_sock_power_off(fm->sockets[cnt]->addr); in tifm_7xx1_suspend()
263 if (fm->sockets[rc]) { in tifm_7xx1_resume()
264 if (fm->sockets[rc]->type == new_ids[rc]) in tifm_7xx1_resume()
/Linux-v4.19/Documentation/networking/
Dkcm.txt7 datagram sockets.
31 KCM sockets
34 The KCM sockets provide the user interface to the multiplexor. All the KCM sockets
36 operations in different sockets may be done in parallel without the need for
47 TCP sockets & Psocks
50 TCP sockets may be bound to a KCM multiplexor. A Psock structure is allocated
120 Cloning KCM sockets
124 above, additional sockets for the multiplexor can be created by cloning
141 Attach transport sockets
144 Attaching of transport sockets to a multiplexor is performed by calling an
[all …]
Dnfc.txt103 The userspace must use PF_NFC sockets to perform any data communication with
104 targets. All NFC sockets use AF_NFC:
122 The data format exchanged through the sockets is NFC protocol dependent. For
Drds.txt17 cluster - so in a cluster with N processes you need N sockets, in contrast
41 RDS sockets work *mostly* as you would expect from a BSD
64 to create RDS sockets. SOL_RDS is the socket-level to be used
107 Receives a message that was queued to this socket. The sockets
237 are accounted against the sockets SO_RCVBUF option value. Only
254 sages on sockets. The dense bitmaps let transports send the
373 PF_RDS sockets between any 2 endpoints (where endpoint == [IP address,
378 (b) suffers from head-of-line blocking for all the RDS sockets.
383 connection. RDS sockets will be attached to a path based on some hash
/Linux-v4.19/net/xdp/
DKconfig2 bool "XDP sockets"
6 XDP sockets allows a channel between XDP programs and
/Linux-v4.19/net/kcm/
DKconfig3 tristate "KCM sockets"
8 KCM (Kernel Connection Multiplexor) sockets provide a method
/Linux-v4.19/net/rxrpc/
DKconfig2 # RxRPC session sockets
6 tristate "RxRPC session sockets"
11 Say Y or M here to include support for RxRPC session sockets (just
/Linux-v4.19/net/packet/
DKconfig19 tristate "Packet: sockets monitoring interface"
23 Support for PF_PACKET sockets monitoring interface used by the ss tool.
/Linux-v4.19/net/nfc/
Dllcp_core.c87 write_lock(&local->sockets.lock); in nfc_llcp_socket_release()
89 sk_for_each_safe(sk, tmp, &local->sockets.head) { in nfc_llcp_socket_release()
130 write_unlock(&local->sockets.lock); in nfc_llcp_socket_release()
209 read_lock(&local->sockets.lock); in nfc_llcp_sock_get()
213 sk_for_each(sk, &local->sockets.head) { in nfc_llcp_sock_get()
222 read_unlock(&local->sockets.lock); in nfc_llcp_sock_get()
350 read_lock(&local->sockets.lock); in nfc_llcp_sock_from_sn()
354 sk_for_each(sk, &local->sockets.head) { in nfc_llcp_sock_from_sn()
380 read_unlock(&local->sockets.lock); in nfc_llcp_sock_from_sn()
740 nfc_llcp_sock_unlink(&local->sockets, sk); in nfc_llcp_tx_work()
[all …]
/Linux-v4.19/Documentation/filesystems/nfs/
Dnfsd-admin-interfaces.txt13 Before doing that, NFSD can be told which sockets to listen on by
40 removal of listening sockets, and startup and shutdown of the server.
/Linux-v4.19/Documentation/security/
DSELinux-sctp.rst35 TCP style sockets and peeled off connections as they cause a new socket
77 sockets sid and peer sid to that contained in the ``@ep sid`` and
121 the sockets peer label, and only if they are different will the
136 3) **getpeercon**\(3) may be used by userspace to retrieve the sockets peer
/Linux-v4.19/net/vmw_vsock/
DKconfig23 Support for PF_VSOCK sockets monitoring interface used by the ss tool.
26 Enable this module so userspace applications can query open sockets.
/Linux-v4.19/net/llc/
DKconfig10 Select this if you want to have support for PF_LLC sockets.
/Linux-v4.19/Documentation/isdn/
DREADME.mISDN5 space is based on sockets with a own address family AF_ISDN.
/Linux-v4.19/Documentation/sysctl/
Dnet.txt23 unix Unix domain sockets netrom NET/ROM
155 Recommended value depends on the number of sockets you poll on.
156 For several sockets 50, for several hundreds 100.
158 Note that only sockets with SO_BUSY_POLL set will be busy polled,
159 so you want to either selectively set SO_BUSY_POLL on those sockets or set
286 2. /proc/sys/net/unix - Parameters for Unix domain sockets
327 The directory /proc/net/appletalk holds the list of active Appletalk sockets
353 everything but the port is in hex. Not_Connected is displayed for sockets that
/Linux-v4.19/net/smc/
DKconfig5 SMC-R provides a "sockets over RDMA" solution making use of
/Linux-v4.19/drivers/staging/pi433/
DKconfig11 or for control or read sockets, actors, sensors, widely available
/Linux-v4.19/net/ax25/
DTODO17 Check socket locking when ax25_rcv is sending to raw sockets. In particular
/Linux-v4.19/net/ieee802154/
DKconfig24 Socket interface for IEEE 802.15.4. Contains DGRAM sockets interface

1234