Home
last modified time | relevance | path

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

/linux-4.4.14/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()
443 printk(KERN_CONT ", %d sockets\n", sockets); in init_tcic()
[all …]
DKconfig183 sockets, found on HP iPAQs, Yopy, and other StrongARM(R)/
196 sockets, found on the Jornada 720, Graphicsmaster and other
/linux-4.4.14/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-4.4.14/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()
259 if (fm->sockets[rc]) { in tifm_7xx1_resume()
260 if (fm->sockets[rc]->type == new_ids[rc]) in tifm_7xx1_resume()
Dtifm_core.c229 if (fm->sockets[cnt]) in tifm_remove_adapter()
230 device_unregister(&fm->sockets[cnt]->dev); in tifm_remove_adapter()
/linux-4.4.14/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-4.4.14/net/packet/
DKconfig19 tristate "Packet: sockets monitoring interface"
23 Support for PF_PACKET sockets monitoring interface used by the ss tool.
/linux-4.4.14/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()
741 nfc_llcp_sock_unlink(&local->sockets, sk); in nfc_llcp_tx_work()
[all …]
Dllcp.h110 struct llcp_sock_list sockets; member
Dllcp_sock.c129 nfc_llcp_sock_link(&local->sockets, sk); in llcp_sock_bind()
637 nfc_llcp_sock_unlink(&local->sockets, sk); in llcp_sock_release()
/linux-4.4.14/net/ipx/
DKconfig46 The full internal IPX network enables you to allocate sockets on
54 'special' sockets to sockets listening on the primary network is
/linux-4.4.14/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.
Dknfsd-stats.txt60 sockets-enqueued
109 (sockets-enqueued counts this case), or the packet can be temporarily
114 packets-deferred = packets-arrived - ( sockets-enqueued + threads-woken )
/linux-4.4.14/Documentation/sysctl/
Dnet.txt23 unix Unix domain sockets netrom NET/ROM
83 Recommended value depends on the number of sockets you poll on.
84 For several sockets 50, for several hundreds 100.
86 Note that only sockets with SO_BUSY_POLL set will be busy polled,
87 so you want to either selectively set SO_BUSY_POLL on those sockets or set
193 2. /proc/sys/net/unix - Parameters for Unix domain sockets
234 The directory /proc/net/appletalk holds the list of active Appletalk sockets
260 everything but the port is in hex. Not_Connected is displayed for sockets that
Dfs.txt130 in file-max, since stdin, stdout and network sockets also
/linux-4.4.14/net/llc/
DKconfig10 Select this if you want to have support for PF_LLC sockets.
/linux-4.4.14/Documentation/isdn/
DREADME.mISDN5 space is based on sockets with a own address family AF_ISDN.
DREADME.x25147 - an application program that uses linux PF_X25 sockets (some are
171 and telnetd that uses X.25 sockets instead of tcp/ip sockets. You can
DREADME486 X.25 network protocol stack (AF_X25 sockets) on top of isdn.
/linux-4.4.14/Documentation/networking/
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
43 RDS sockets work *mostly* as you would expect from a BSD
66 to create RDS sockets. SOL_RDS is the socket-level to be used
108 Receives a message that was queued to this socket. The sockets
224 are accounted against the sockets SO_RCVBUF option value. Only
241 sages on sockets. The dense bitmaps let transports send the
Dproc_net_tcp.txt8 It will first list all listening TCP sockets, and next list all established
Dip-sysctl.txt178 for TCP sockets.
213 when they know how/when to uncork their sockets.
347 Maximal number of TCP sockets not attached to any user file handle,
366 Maximal number of timewait sockets held by system simultaneously.
382 max: number of pages allowed for queueing by all TCP sockets.
433 you should think about lowering this value, such sockets
493 min: Minimal size of receive buffer used by TCP sockets.
498 default: initial size of receive buffer used by TCP sockets.
629 Enable fast recycling TIME-WAIT sockets. Default value is 0.
634 Allow to reuse TIME-WAIT sockets for new connections when it is
[all …]
Dcan.txt19 4.1 RAW protocol sockets with can_filters (SOCK_RAW)
27 4.2 Broadcast Manager protocol sockets (SOCK_DGRAM)
72 sockets.
104 protocol module. Multiple sockets can be opened at the same time,
106 frames on different or the same CAN IDs. Several sockets listening on
215 separate socket. See sockopts from the CAN RAW sockets in chapter 4.1.
298 be used (example for CAN_RAW sockets without error checking):
364 To write CAN frames on sockets bound to 'any' CAN interface the
420 4.1 RAW protocol sockets with can_filters (SOCK_RAW)
422 Using CAN_RAW sockets is extensively comparable to the commonly
[all …]
Ddriver.txt72 This error can deadlock sockets waiting for send buffer room
Dtproxy.txt9 1. Making non-local sockets work
Ddccp.txt73 is present). On active sockets this is set before connect(); specifying more
75 case is different for passive sockets, where multiple service codes (up to 32)
Dl2tp.txt15 Netlink sockets for L2TPv3 configuration management.
36 apps should be unaffected as the original pppol2tp sockets API is
110 When creating PPPoL2TP sockets, the application provides information
Dpacket_mmap.txt6 socket interface on 2.4/2.6/3.x kernels. This type of sockets is used for
584 processes. This also works in combination with mmap(2) on packet sockets.
1000 and such packets are also not visible to other PF_PACKET sockets anymore. So,
1005 on PF_PACKET sockets.
1060 - Packet sockets work well together with Linux socket filters, thus you also
Drxrpc.txt6 that can be used to perform RxRPC remote operations. This is done over sockets
171 (*) The AF_RXRPC protocol transparently uses internal sockets of the transport
174 (*) AF_RXRPC sockets map onto RxRPC connection bundles. Actual RxRPC
395 AF_RXRPC sockets support a few socket options at the SOL_RXRPC level:
509 several unrelated RxRPC sockets. Security is handled on a basis of
678 rather than having to open a whole slew of sockets, one for each key it
Dtimestamping.txt22 timestamps for stream sockets.
140 sockets, the counter increments with each sent packet. For stream
141 sockets, it increments with every byte.
Dipvs-sysctl.txt37 That is, whenever expire_nodest_conn and for TCP sockets, when
Dfilter.txt43 Although we were only speaking about sockets here, BPF in Linux is used
144 Note that socket filters are not restricted to PF_PACKET sockets only,
153 Normally, most use cases for socket filtering on packet sockets will be
Darcnet-hardware.txt1891 Unknown jumpers & sockets
2327 9 total no sockets.
/linux-4.4.14/net/irda/irnet/
DKconfig11 uses synchronous PPP over a set of point to point IrDA sockets. You
/linux-4.4.14/net/ieee802154/
DKconfig24 Socket interface for IEEE 802.15.4. Contains DGRAM sockets interface
/linux-4.4.14/net/ax25/
DTODO17 Check socket locking when ax25_rcv is sending to raw sockets. In particular
/linux-4.4.14/net/ipv4/
Dproc.c56 int orphans, sockets; in sockstat_seq_show() local
60 sockets = proto_sockets_allocated_sum_positive(&tcp_prot); in sockstat_seq_show()
66 atomic_read(&tcp_death_row.tw_count), sockets, in sockstat_seq_show()
/linux-4.4.14/include/linux/
Dtifm.h131 struct tifm_dev *sockets[0]; member
/linux-4.4.14/Documentation/pcmcia/
Dlocking.txt8 pcmcia_socket_list_rwsem - protects only the list of sockets
/linux-4.4.14/net/caif/
DKconfig12 with its modems. It is accessed from user space as sockets (PF_CAIF).
/linux-4.4.14/net/xfrm/
DKconfig61 tristate "PF_KEY sockets"
/linux-4.4.14/Documentation/netlabel/
Dlsm_interface.txt31 exist to operate both on sockets as well as the sk_buffs directly. These high
/linux-4.4.14/Documentation/sound/alsa/soc/
Dmachine.txt87 sockets in the machine init function.
/linux-4.4.14/Documentation/vm/
Duserfaultfd.txt37 passed using unix domain sockets to a manager process, so the same
105 single bidirectional socket but in the future two different sockets
Dfrontswap.txt222 kernel sockets to move compressed frontswap pages to a remote machine.
/linux-4.4.14/Documentation/filesystems/
Dhfs.txt54 o You can't create hard- or symlinks, device files, sockets or FIFOs.
D9p.txt117 This can be used to share devices/named pipes/sockets between
Dproc.txt1087 udp6 UDP sockets (IPv6)
1088 tcp6 TCP sockets (IPv6)
1119 tcp TCP sockets
1120 udp UDP sockets
1121 unix UNIX domain sockets
1125 netlink List of PF_NETLINK sockets
/linux-4.4.14/net/l2tp/
DKconfig79 userspace L2TPv3 daemons may create L2TP/IP tunnel sockets
/linux-4.4.14/Documentation/filesystems/cifs/
DTODO28 f) hook lower into the sockets api (as NFS/SunRPC does) to avoid the
/linux-4.4.14/arch/arm/boot/dts/
Darmada-385-db-ap.dts88 * sockets, one of which holding the
/linux-4.4.14/security/
DKconfig60 designated as unlabelled, and only sockets authorized
/linux-4.4.14/tools/perf/Documentation/
Dperf-stat.txt145 is a useful mode to detect imbalance between sockets. To enable this mode,
/linux-4.4.14/Documentation/cris/
DREADME129 NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
/linux-4.4.14/Documentation/connector/
Dconnector.txt21 driver writer must create special sockets, must know about struct sk_buff
/linux-4.4.14/Documentation/security/
DSmack.txt93 This attribute is only available on file descriptors for sockets.
97 This attribute is only available on file descriptors for sockets.
601 There are two attributes that are associated with sockets. These attributes
603 sockets.
/linux-4.4.14/Documentation/accounting/
Dtaskstats.txt169 - increase the receive buffer sizes for the netlink sockets opened by
/linux-4.4.14/Documentation/
DChanges184 PCMCIA sockets at system startup and loads the appropriate modules
Dnommu-mmap.txt161 with character device files, pipes, fifos and sockets.
Ddevices.txt3233 Non-transient sockets and named pipes may exist in /dev. Common entries are:
/linux-4.4.14/Documentation/cgroups/
Dmemory.txt318 * sockets memory pressure: some sockets protocols have memory pressure
322 * tcp memory pressure: sockets memory pressure for the tcp protocol.
/linux-4.4.14/Documentation/ioctl/
Dbotching-up-ioctls.txt172 needs to be shared across processes - fd-passing over unix domain sockets
/linux-4.4.14/Documentation/nfc/
Dnfc-hci.txt18 routed through netlink sockets to NFC Core and then to HCI. From this point,
/linux-4.4.14/drivers/net/
DKconfig293 purpose of this is to analyze netlink messages with packet sockets.
/linux-4.4.14/Documentation/usb/
Dusbmon.txt38 Verify that bus sockets are present.
/linux-4.4.14/drivers/spi/
DKconfig22 DataFlash cards used in MMC sockets, SPI must always be used.
/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt445 if so, the TSCs in multi-sockets or NUMA systems may still run independently
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1577 sockets.
1580 If you want it to listen on a different pair of sockets, use
1640 you told the daemon to use different sockets than the default. So, if
/linux-4.4.14/net/netfilter/
DKconfig1383 routing to implement full featured non-locally bound sockets.
/linux-4.4.14/arch/arm/
DKconfig415 Ethernet interface, two PCMCIA sockets, two serial ports and a
/linux-4.4.14/
DCREDITS2856 D: modularized BSD Unix domain sockets