Searched refs:listening (Results 1 – 25 of 40) sorted by relevance
12
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-rpmsg | 21 starts listening on one end of a channel, it assigns it with 24 dispatches them to the listening entity (a kernel driver). 39 starts listening on one end of a channel, it assigns it with 42 dispatches them to the listening entity. 49 and it is listening for inbound messages that may be sent 65 or remote, starts listening on it for messages (and is thus 88 The listening entity (or client) which communicates with a
|
/linux-6.12.1/Documentation/admin-guide/nfs/ |
D | nfsd-admin-interfaces.rst | 18 bound (and listening, for tcp) socket, or 39 removal of listening sockets, and startup and shutdown of the server.
|
/linux-6.12.1/drivers/net/wireless/st/cw1200/ |
D | sta.c | 119 priv->listening = false; in cw1200_stop() 297 priv->listening = false; in cw1200_remove_interface() 414 !priv->listening) { in cw1200_config() 577 bool listening = !!(*total_flags & in cw1200_configure_filter() local 597 if (priv->listening != listening) { in cw1200_configure_filter() 598 priv->listening = listening; in cw1200_configure_filter() 600 cw1200_update_listening(priv, listening); in cw1200_configure_filter() 1171 cw1200_update_listening(priv, priv->listening); in cw1200_join_complete() 1341 cw1200_update_listening(priv, priv->listening); in cw1200_do_join() 1417 cw1200_update_listening(priv, priv->listening); in cw1200_do_unjoin()
|
D | cw1200.h | 162 bool listening; member
|
D | debug.c | 121 priv->listening ? " (listening)" : ""); in cw1200_status_show()
|
/linux-6.12.1/tools/testing/selftests/net/packetdrill/ |
D | tcp_zerocopy_fastopen-server.pkt | 10 // Set up a TFO server listening socket.
|
/linux-6.12.1/Documentation/input/ |
D | uinput.rst | 88 * to detect, initialize the new device, and can start listening to 151 * to detect, initialize the new device, and can start listening to 222 * to detect, initialize the new device, and can start listening to
|
/linux-6.12.1/Documentation/networking/ |
D | phonet.rst | 142 with end-to-end congestion control. It uses the passive listening 143 socket paradigm. The listening socket is bound to an unique free object 144 ID. Each listening socket can handle up to 255 simultaneous
|
D | proc_net_tcp.rst | 14 It will first list all listening TCP sockets, and next list all established
|
D | tproxy.rst | 77 IP_TRANSPARENT) for the listening socket.
|
D | dccp.rst | 105 DCCP_SOCKOPT_SERVER_TIMEWAIT enables the server (listening socket) to hold 159 How often a DCCP Response is retransmitted until the listening DCCP
|
D | nf_conntrack-sysctl.rst | 43 listening to ctnetlink events.
|
D | ieee802154.rst | 180 Set radio for listening on specific channel of the hardware device.
|
D | vrf.rst | 150 value, it is unspecified which listening socket will be selected to handle 157 which listening socket is selected, established sockets will be created in the
|
/linux-6.12.1/Documentation/accounting/ |
D | taskstats.rst | 89 in cpus before closing the listening socket, the kernel cleans up its interest 176 of cpus to which it listens, especially if they are listening to just one cpu.
|
/linux-6.12.1/Documentation/bpf/ |
D | prog_sk_lookup.rst | 47 find a listening (TCP) or an unconnected (UDP) socket for an incoming packet.
|
/linux-6.12.1/Documentation/sound/ |
D | utimers.rst | 19 and another sound application listening on the other end of snd-aloop).
|
/linux-6.12.1/Documentation/driver-api/rapidio/ |
D | rio_cm.rst | 60 Enables listening for connection requests on the specified
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | Kconfig.profile | 19 When listening to a foreign fence, we install a supplementary timer
|
/linux-6.12.1/Documentation/driver-api/ |
D | rfkill.rst | 117 hotplug or state change events or by listening for uevents emitted by the
|
/linux-6.12.1/Documentation/i2c/ |
D | fault-codes.rst | 96 means there's nothing listening at that address.
|
D | gpio-fault-injection.rst | 135 Note that there doesn't need to be a device listening to the address you are
|
D | slave-testunit-backend.rst | 35 After that, you will have the device listening. Reading will return a single
|
/linux-6.12.1/Documentation/driver-api/media/ |
D | v4l2-event.rst | 119 del called when a listener stops listening
|
/linux-6.12.1/Documentation/filesystems/smb/ |
D | ksmbd.rst | 27 for listening to SMB requests. Whenever new clients make a request, the Forker
|
12