Home
last modified time | relevance | path

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

123456789

/OK3568_Linux_fs/kernel/tools/testing/vsock/
H A Dvsock_diag_test.c236 static void add_vsock_stat(struct list_head *sockets, in add_vsock_stat() argument
248 list_add_tail(&st->list, sockets); in add_vsock_stat()
254 static void read_vsock_stat(struct list_head *sockets) in read_vsock_stat() argument
309 add_vsock_stat(sockets, NLMSG_DATA(h)); in read_vsock_stat()
319 static void free_sock_stat(struct list_head *sockets) in free_sock_stat() argument
324 list_for_each_entry_safe(st, next, sockets, list) in free_sock_stat()
330 LIST_HEAD(sockets); in test_no_sockets()
332 read_vsock_stat(&sockets); in test_no_sockets()
334 check_no_sockets(&sockets); in test_no_sockets()
336 free_sock_stat(&sockets); in test_no_sockets()
[all …]
H A DREADME3 These tests exercise net/vmw_vsock/ host<->guest sockets for VMware, KVM, and
9 * vsock_diag_test - vsock_diag.ko module for listing open sockets
/OK3568_Linux_fs/kernel/drivers/pcmcia/
H A Di82092.c69 static struct socket_info sockets[MAX_SOCKETS]; variable
113 sockets[i].card_state = 1; /* 1 = present but empty */ in i82092aa_pci_probe()
114 sockets[i].io_base = pci_resource_start(dev, 0); in i82092aa_pci_probe()
115 sockets[i].dev = dev; in i82092aa_pci_probe()
116 sockets[i].socket.features |= SS_CAP_PCCARD; in i82092aa_pci_probe()
117 sockets[i].socket.map_size = 0x1000; in i82092aa_pci_probe()
118 sockets[i].socket.irq_mask = 0; in i82092aa_pci_probe()
119 sockets[i].socket.pci_irq = dev->irq; in i82092aa_pci_probe()
120 sockets[i].socket.cb_dev = dev; in i82092aa_pci_probe()
121 sockets[i].socket.owner = THIS_MODULE; in i82092aa_pci_probe()
[all …]
H A 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 …]
H A 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 …]
/OK3568_Linux_fs/kernel/net/xdp/
H A DKconfig3 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.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0012-Fix-implicit-declaration-of-stlcat-strlcopy-function.patch10 include/cutils/sockets.h | 2 +-
38 diff --git a/include/cutils/sockets.h b/include/cutils/sockets.h
40 --- a/include/cutils/sockets.h
41 +++ b/include/cutils/sockets.h
/OK3568_Linux_fs/kernel/net/unix/
H A DKconfig7 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
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dtifm_7xx1.c53 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()
219 if (fm->sockets[cnt]) in tifm_7xx1_suspend()
220 tifm_7xx1_sock_power_off(fm->sockets[cnt]->addr); in tifm_7xx1_suspend()
251 if (fm->sockets[rc]) { in tifm_7xx1_resume()
252 if (fm->sockets[rc]->type == new_ids[rc]) in tifm_7xx1_resume()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Damd_energy.c210 int i, num_siblings, cpus, sockets; in amd_create_sensor() local
217 sockets = num_possible_nodes(); in amd_create_sensor()
225 s_config = devm_kcalloc(dev, cpus + sockets + 1, in amd_create_sensor()
230 accums = devm_kcalloc(dev, cpus + sockets, in amd_create_sensor()
236 label_l = devm_kcalloc(dev, cpus + sockets, in amd_create_sensor()
245 data->nr_socks = sockets; in amd_create_sensor()
249 for (i = 0; i < cpus + sockets; i++) { in amd_create_sensor()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dkcm.rst10 datagram sockets.
34 KCM sockets
37 The KCM sockets provide the user interface to the multiplexor. All the KCM sockets
39 operations in different sockets may be done in parallel without the need for
50 TCP sockets & Psocks
53 TCP sockets may be bound to a KCM multiplexor. A Psock structure is allocated
123 Cloning KCM sockets
127 above, additional sockets for the multiplexor can be created by cloning
144 Attach transport sockets
147 Attaching of transport sockets to a multiplexor is performed by calling an
[all …]
H A Daf_xdp.rst19 bpf_redirect_map() function. AF_XDP sockets enable the possibility for
116 multiple AF_XDP sockets. To share an UMEM created via one socket A,
135 is a setup with four sockets (all doing TX and RX). Then there will be
244 and monitor the behavior of AF_XDP sockets.
261 This flag enables you to bind multiple sockets to the same UMEM. It
269 sockets bound to the same netdev and queue id. The UMEM (tied to the
278 sockets this way.
281 program. Put all the sockets in the XSK_MAP and just indicate which
320 The second case is when you share a UMEM between sockets that are
323 netdev,queue_id pair. Let us say you want to create two sockets bound
[all …]
/OK3568_Linux_fs/buildroot/package/janus-gateway/
H A Djanus-gateway.mk115 JANUS_GATEWAY_CONF_OPTS += --enable-unix-sockets
117 JANUS_GATEWAY_CONF_OPTS += --disable-unix-sockets
129 JANUS_GATEWAY_CONF_OPTS += --enable-systemd-sockets
131 JANUS_GATEWAY_CONF_OPTS += --disable-systemd-sockets
/OK3568_Linux_fs/buildroot/package/gamin/
H A D0001-no-abstract-sockets.patch5 http://git.openembedded.org/cgit.cgi/openembedded/tree/recipes/gamin/files/no-abstract-sockets.patch
14 -#### Abstract sockets
61 AC_MSG_ERROR([Abstract sockets explicitly required, and support not detected.])
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot/
H A Ddovecot.socket5 #dovecot expects separate IPv4 and IPv6 sockets
14 WantedBy=sockets.target
/OK3568_Linux_fs/kernel/net/rxrpc/
H A DKconfig3 # RxRPC session sockets
7 tristate "RxRPC session sockets"
12 Say Y or M here to include support for RxRPC session sockets (just
/OK3568_Linux_fs/kernel/net/kcm/
H A DKconfig4 tristate "KCM sockets"
9 KCM (Kernel Connection Multiplexor) sockets provide a method
/OK3568_Linux_fs/kernel/net/packet/
H A DKconfig20 tristate "Packet: sockets monitoring interface"
24 Support for PF_PACKET sockets monitoring interface used by the ss tool.
/OK3568_Linux_fs/kernel/net/nfc/
H A Dllcp_core.c75 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 …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/dbus/
H A Ddbus_1.14.6.bb77 ${bindir}/dbus-cleanup-sockets \
95 ${systemd_system_unitdir}/sockets.target.wants \
97 ${systemd_user_unitdir}/sockets.target.wants \
140 for i in dbus.target.wants sockets.target.wants multi-user.target.wants; do \
144 ln -fs ../dbus.socket ${D}${systemd_system_unitdir}/sockets.target.wants/dbus.socket
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/
H A Dadb.mk14 adb_SRC_FILES += sockets.c
47 libcutils_SRC_FILES += sockets.c
/OK3568_Linux_fs/kernel/Documentation/admin-guide/nfs/
H A Dnfsd-admin-interfaces.rst14 Before doing that, NFSD can be told which sockets to listen on by
39 removal of listening sockets, and startup and shutdown of the server.
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/asyncrpc/
H A Dserv.py149 for s in self.server.sockets:
156 name = self.server.sockets[0].getsockname()
157 if self.server.sockets[0].family == socket.AF_INET6:
/OK3568_Linux_fs/buildroot/package/zeromq/
H A DConfig.in13 sockets that carry whole messages across various transports
15 connect sockets N-to-N with patterns like fanout, pub-sub,
/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Dprog_sk_lookup.rst20 binding sockets to an address with ``bind()`` socket call is impractical, such
49 Incoming traffic to established (TCP) and connected (UDP) sockets is delivered
60 in a map holding sockets, such as ``SOCKMAP`` or ``SOCKHASH``, and passes a

123456789