Home
last modified time | relevance | path

Searched refs:established (Results 1 – 25 of 114) sorted by relevance

12345

/linux/drivers/tty/hvc/
H A Dhvsi_lib.c23 pv->established = 0; in hvsi_start_handshake()
39 pv->established = 0; in hvsi_send_close()
105 pv->established = 1; in hvsi_got_query()
225 if (!pv->established) { in hvsilib_get_chars()
279 if (!pv->established) in hvsilib_read_mctrl()
324 if (pv->established) in hvsilib_establish()
325 goto established; in hvsilib_establish()
347 if (pv->established) in hvsilib_establish()
348 goto established; in hvsilib_establish()
353 if (!pv->established) { in hvsilib_establish()
[all …]
/linux/tools/testing/selftests/net/netfilter/
H A Dconntrack_icmp_related.sh122 meta l4proto { icmp, icmpv6 } ct state new,established accept
141 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
153 counter established { }
157 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
165 meta l4proto { icmp, icmpv6 } ct state established,untracked accept
H A Dnft_synproxy.sh72 ct state new,established counter accept
H A Dnf_nat_edemux.sh29 ip netns exec "$ns" ss -nt -o state established "dport = :$port" | grep -q "$port"
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_fastopen_server_reset-non-tfo-socket.pkt3 // Send a RST to a fully established socket with pending data before
28 // A valid reset won't make the fully-established socket go away.
H A Dtcp_validate_validate-established-no-flags.pkt2 // Verify that established connections drop a segment without the ACK flag set.
H A Dtcp_zerocopy_closed.pkt2 // send with MSG_ZEROCOPY on a non-established socket
/linux/Documentation/networking/
H A Dip_dynaddr.rst7 This stuff allows diald ONESHOT connections to get established by
22 bring the link up will be able to get established.
H A Dtcp_ao.rst42 | | |established connections|
211 once established.
236 A: No: for an already established non-TCP-AO connection it would be impossible
296 It is not allowed to add a key on an established non-TCP-AO connection
364 In contrast with an established TCP-MD5 connection which has just one key,
372 not-yet-established connections on request sockets as well as not removing
373 keys from sockets that were already established, but not yet ``accept()``'ed,
377 a listener socket, the established sockets in the accept queue won't
385 happened on the listen socket is reflected on the newly established connection.
398 established sockets that have either AO or MD5 keys are restricted for
H A Dx25-iface.rst36 Establish the LAPB link. If the link is already established then the connect
59 LAPB link has been established. The same message is used for both a LAPB
H A Dtls-handshake.rst128 the established session uses encryption only.
185 | 0 | TLS session established successfully |
215 Once a TLS session is established, the consumer must provide a buffer
H A Dproc_net_tcp.rst14 It will first list all listening TCP sockets, and next list all established
/linux/drivers/hwmon/occ/
H A DKconfig15 established through I2C bus.
29 established through SBE fifo on an FSI bus.
/linux/tools/testing/selftests/net/netfilter/packetdrill/
H A Dconntrack_syn_challenge_ack.pkt4 // and that a new connection is established.
13 // Expected outcome: established connection.
H A Dconntrack_synack_reuse.pkt1 // Check reception of another SYN while we have an established conntrack state.
/linux/drivers/infiniband/ulp/rtrs/
H A DREADME27 An established connection between a client and a server is called rtrs
42 On an established session client sends to server write or read messages.
69 established. They are used by the server to find a persisting session/path or
84 3. After all connections of a path are established client sends to server the
92 5. Session becomes connected after all paths to be established are connected
108 *after all connections are established:
H A Drtrs-srv.h88 bool established; member
/linux/drivers/cxl/
H A DKconfig130 of a memory RAS feature established by the platform/device.
147 of a memory scrub feature established by the platform/device
165 of a memory ECS feature established by the platform/device.
186 of a memory repair feature established by the platform/device.
207 system-physical address range. For CXL regions established by
/linux/Documentation/arch/riscv/
H A Dboot.rst145 As the ``reserved_mem`` array is initialized with virtual addresses established
146 by ``setup_vm()``, and used with the mapping established by
155 established. These are the installation of the first virtual mapping itself,
/linux/arch/powerpc/include/asm/
H A Dhvsi.h70 unsigned int established:1; /* protocol established */ member
/linux/drivers/isdn/capi/
H A DKconfig30 established via the usual /dev/capi20 interface to a special tty
/linux/Documentation/trace/
H A Devents-pci.rst31 * ``LINK_UP`` - PCIe link established
/linux/Documentation/ABI/testing/
H A Dsysfs-class-rnbd-client50 The connection will be established to this server from any client IP address.
59 will be established and data will be sent according to
/linux/Documentation/virt/hyperv/
H A Dhibernation.rst200 the top-level VMBus connection is established, and synthetic
215 re-established, and offers are received and matched to primary
244 connection is established, just like VMBus synthetic devices. They are
260 might later be unloaded and then re-established without the VM being
264 VMBus connection is re-established, the VFs are offered on the
265 re-established connection without intervention by the synthetic NIC driver.
/linux/Documentation/peci/
H A Dpeci.rst33 rate established with every message.

12345