| /Linux-v5.4/tools/testing/vsock/ | 
| D | vsock_diag_test.c | 246 static void add_vsock_stat(struct list_head *sockets,  in add_vsock_stat()  argument 258 	list_add_tail(&st->list, sockets);  in add_vsock_stat() 264 static void read_vsock_stat(struct list_head *sockets)  in read_vsock_stat()  argument 319 			add_vsock_stat(sockets, NLMSG_DATA(h));  in read_vsock_stat() 329 static void free_sock_stat(struct list_head *sockets)  in free_sock_stat()  argument 334 	list_for_each_entry_safe(st, next, sockets, list)  in free_sock_stat() 340 	LIST_HEAD(sockets);  in test_no_sockets() 342 	read_vsock_stat(&sockets);  in test_no_sockets() 344 	check_no_sockets(&sockets);  in test_no_sockets() 346 	free_sock_stat(&sockets);  in test_no_sockets() [all …] 
 | 
| D | README | 3 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-v5.4/drivers/pcmcia/ | 
| D | i82092.c | 67 static struct socket_info sockets[MAX_SOCKETS];  variable 107 		sockets[i].card_state = 1; /* 1 = present but empty */  in i82092aa_pci_probe() 108 		sockets[i].io_base = pci_resource_start(dev, 0);  in i82092aa_pci_probe() 109 		sockets[i].socket.features |= SS_CAP_PCCARD;  in i82092aa_pci_probe() 110 		sockets[i].socket.map_size = 0x1000;  in i82092aa_pci_probe() 111 		sockets[i].socket.irq_mask = 0;  in i82092aa_pci_probe() 112 		sockets[i].socket.pci_irq  = dev->irq;  in i82092aa_pci_probe() 113 		sockets[i].socket.cb_dev  = dev;  in i82092aa_pci_probe() 114 		sockets[i].socket.owner = THIS_MODULE;  in i82092aa_pci_probe() 116 		sockets[i].number = i;  in i82092aa_pci_probe() [all …] 
 | 
| D | i82365.c | 158 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 …] 
 | 
| D | tcic.c | 114 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-v5.4/net/xdp/ | 
| D | Kconfig | 3 	bool "XDP sockets" 7 	  XDP sockets allows a channel between XDP programs and 11 	tristate "XDP sockets: monitoring interface" 15 	  Support for PF_XDP sockets monitoring interface used by the ss tool.
  | 
| /Linux-v5.4/net/unix/ | 
| D | Kconfig | 7 	tristate "Unix domain sockets" 9 	  If you say Y here, you will include support for Unix domain sockets; 10 	  sockets are the standard Unix mechanism for establishing and 12 	  the X Window system and syslog use these sockets even if your
  | 
| /Linux-v5.4/drivers/misc/ | 
| D | tifm_7xx1.c | 53 			sock = fm->sockets[cnt];  in tifm_7xx1_isr() 160 		sock = fm->sockets[cnt];  in tifm_7xx1_switch_media() 165 			fm->sockets[cnt] = NULL;  in tifm_7xx1_switch_media() 186 				if (!fm->sockets[cnt]) {  in tifm_7xx1_switch_media() 187 					fm->sockets[cnt] = sock;  in tifm_7xx1_switch_media() 220 		if (fm->sockets[cnt])  in tifm_7xx1_suspend() 221 			tifm_7xx1_sock_power_off(fm->sockets[cnt]->addr);  in tifm_7xx1_suspend() 259 		if (fm->sockets[rc]) {  in tifm_7xx1_resume() 260 			if (fm->sockets[rc]->type == new_ids[rc])  in tifm_7xx1_resume()
  | 
| /Linux-v5.4/Documentation/networking/ | 
| D | kcm.txt | 7 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 …] 
 | 
| D | nfc.txt | 103 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
  | 
| D | rds.txt | 17 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
  | 
| D | j1939.rst | 31 sockets, we found some reasons to justify a kernel implementation for the 59 The J1939 sockets operate on CAN network devices (see SocketCAN). Any J1939 60 user space library operating on CAN raw sockets will still operate properly. 110 allowed. The BSD sockets define separate API calls for getting/setting the 111 local & remote address and are applicable for J1939 sockets. 141 J1939 does use SOCK_DGRAM sockets. In the J1939 specification, connections are 183 can_family & can_ifindex serve the same purpose as for other SocketCAN sockets.
  | 
| /Linux-v5.4/net/kcm/ | 
| D | Kconfig | 4 	tristate "KCM sockets" 9 	  KCM (Kernel Connection Multiplexor) sockets provide a method
  | 
| /Linux-v5.4/net/rxrpc/ | 
| D | Kconfig | 3 # RxRPC session sockets 7 	tristate "RxRPC session sockets" 12 	  Say Y or M here to include support for RxRPC session sockets (just
  | 
| /Linux-v5.4/net/packet/ | 
| D | Kconfig | 20 	tristate "Packet: sockets monitoring interface" 24 	  Support for PF_PACKET sockets monitoring interface used by the ss tool.
  | 
| /Linux-v5.4/net/nfc/ | 
| D | llcp_core.c | 75 	write_lock(&local->sockets.lock);  in nfc_llcp_socket_release() 77 	sk_for_each_safe(sk, tmp, &local->sockets.head) {  in nfc_llcp_socket_release() 118 	write_unlock(&local->sockets.lock);  in nfc_llcp_socket_release() 197 	read_lock(&local->sockets.lock);  in nfc_llcp_sock_get() 201 	sk_for_each(sk, &local->sockets.head) {  in nfc_llcp_sock_get() 210 	read_unlock(&local->sockets.lock);  in nfc_llcp_sock_get() 338 	read_lock(&local->sockets.lock);  in nfc_llcp_sock_from_sn() 342 	sk_for_each(sk, &local->sockets.head) {  in nfc_llcp_sock_from_sn() 368 	read_unlock(&local->sockets.lock);  in nfc_llcp_sock_from_sn() 744 				nfc_llcp_sock_unlink(&local->sockets, sk);  in nfc_llcp_tx_work() [all …] 
 | 
| /Linux-v5.4/Documentation/filesystems/nfs/ | 
| D | nfsd-admin-interfaces.txt | 13 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.
  | 
| D | knfsd-stats.txt | 60 sockets-enqueued 109 (sockets-enqueued counts this case), or the packet can be temporarily 114 packets-deferred = packets-arrived - ( sockets-enqueued + threads-woken )
  | 
| /Linux-v5.4/net/vmw_vsock/ | 
| D | Kconfig | 24 	  Support for PF_VSOCK sockets monitoring interface used by the ss tool. 27 	  Enable this module so userspace applications can query open sockets.
  | 
| /Linux-v5.4/net/llc/ | 
| D | Kconfig | 11 	  Select this if you want to have support for PF_LLC sockets.
  | 
| /Linux-v5.4/Documentation/isdn/ | 
| D | m_isdn.rst | 9 space is based on sockets with a own address family AF_ISDN.
  | 
| /Linux-v5.4/net/smc/ | 
| D | Kconfig | 6 	  SMC-R provides a "sockets over RDMA" solution making use of
  | 
| /Linux-v5.4/Documentation/admin-guide/sysctl/ | 
| D | net.rst | 38  unix      Unix domain sockets   netrom     NET/ROM 192 Recommended value depends on the number of sockets you poll on. 193 For several sockets 50, for several hundreds 100. 195 Note that only sockets with SO_BUSY_POLL set will be busy polled, 196 so you want to either selectively set SO_BUSY_POLL on those sockets or set 345 2. /proc/sys/net/unix - Parameters for Unix domain sockets 386 The directory  /proc/net/appletalk  holds the list of active Appletalk sockets
  | 
| /Linux-v5.4/drivers/staging/pi433/ | 
| D | Kconfig | 12           or for control or read sockets, actors, sensors, widely available
  | 
| /Linux-v5.4/net/ax25/ | 
| D | TODO | 17 Check socket locking when ax25_rcv is sending to raw sockets.  In particular
  |