/linux-6.8/tools/testing/selftests/netfilter/ |
D | conntrack_icmp_related.sh | 15 # nat of "established" icmp-echo "connection". 140 meta l4proto { icmp, icmpv6 } ct state new,established accept 159 meta l4proto { icmp, icmpv6 } ct state established,untracked accept 171 counter established { } 175 meta l4proto { icmp, icmpv6 } ct state established,untracked accept 178 meta l4proto { icmp, icmpv6 } ct state "established" counter name "established" accept 183 meta l4proto { icmp, icmpv6 } ct state established,untracked accept 186 meta l4proto { icmp, icmpv6 } ct state "established" counter name "established"
|
D | nft_zones_many.sh | 122 … --timeout 3600 --state ESTABLISHED --sport 12345 --dport 1000 --zone $i >/dev/null 2>&1 125 … --timeout 3600 --state ESTABLISHED --sport 12345 --dport 1000 --zone $i > /dev/null
|
/linux-6.8/drivers/tty/hvc/ |
D | hvsi_lib.c | 23 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 …]
|
D | hvc_iucv.c | 213 * there are no pending data messages available or if there is no established 308 * If an IUCV communication path has been established, pending IUCV messages 383 * If an IUCV communication path has been established, the buffered output data 385 * Returns 0 if there is no established IUCV communication path or 561 * The hang-up occurs only if an IUCV communication path is established; 625 * to keep an existing IUCV communication path established. 628 * If the tty has been opened and an established IUCV path has been severed 648 * ignore this hangup and keep an established IUCV path open... in hvc_iucv_notifier_hangup() 673 * established at any times. in hvc_iucv_dtr_rts() 682 /* Lowering the DTR/RTS lines disconnects an established IUCV in hvc_iucv_dtr_rts() [all …]
|
/linux-6.8/tools/testing/selftests/bpf/progs/ |
D | cgroup_tcp_skb.c | 74 g_sock_state = ESTABLISHED; in ingress_accept() 103 g_sock_state = ESTABLISHED; in ingress_connect() 114 case ESTABLISHED: in egress_close_remote() 138 case ESTABLISHED: in ingress_close_remote() 159 case ESTABLISHED: in egress_close_local() 179 case ESTABLISHED: in ingress_close_local()
|
/linux-6.8/drivers/infiniband/ulp/rtrs/ |
D | README | 27 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:
|
D | rtrs.h | 36 * Source and destination address of a path to be established 124 * @RTRS_SRV_LINK_EV_CONNECTED: Connection from client established
|
/linux-6.8/drivers/hwmon/occ/ |
D | Kconfig | 15 established through I2C bus. 29 established through SBE fifo on an FSI bus.
|
/linux-6.8/include/net/netfilter/ |
D | nf_tproxy.h | 63 * - match: if there's a fully established connection matching the 66 * established connection 79 * belonging to established connections going through that one.
|
/linux-6.8/Documentation/netlink/specs/ |
D | mptcp_pm.yaml | 32 name: established 35 A MPTCP connection is established (can start new subflows). 53 name: sub-established 58 A new subflow has been established. 'error' should not be set.
|
/linux-6.8/Documentation/networking/ |
D | ip_dynaddr.rst | 7 This stuff allows diald ONESHOT connections to get established by 22 bring the link up will be able to get established.
|
D | tcp_ao.rst | 42 | | |established connections| 211 once established. 236 A: No: for 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 355 In contrast with TCP-MD5 established connection which has just one key, 363 not-yet-established connections on request sockets as well as not removing 364 keys from sockets that were already established, but not yet ``accept()``'ed, 368 a listener socket, the established sockets in accept queue won't 376 happened on listen socket is reflected on the newly established connection. 389 established sockets that have either AO or MD5 keys are restricted for
|
D | x25-iface.rst | 36 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
|
D | tls-handshake.rst | 128 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
|
/linux-6.8/net/netfilter/ |
D | xt_TPROXY.c | 49 * and the current packet belongs to an already established in tproxy_tg4() 65 /* no, there's no established connection, check if in tproxy_tg4() 126 * and the current packet belongs to an already established in tproxy_tg6_v1() 147 /* no there's no established connection, check if in tproxy_tg6_v1()
|
D | nft_tproxy.c | 47 * belongs to an already established connection in nft_tproxy_eval_v4() 68 /* no, there's no established connection, check if in nft_tproxy_eval_v4() 115 * belongs to an already established connection in nft_tproxy_eval_v6() 140 /* no there's no established connection, check if in nft_tproxy_eval_v6()
|
/linux-6.8/drivers/infiniband/core/ |
D | iwcm.c | 121 * ACTIVE IDS: 4: CONNECT_REPLY, ESTABLISHED, DISCONNECT, CLOSE 122 * PASSIVE IDS: 3: ESTABLISHED, DISCONNECT, CLOSE 298 * - If we are ESTABLISHED, move to CLOSING and modify the QP state 634 * CM_ID <-- ESTABLISHED 636 * Accepts an inbound connection request and generates an ESTABLISHED 638 * until the ESTABLISHED event is received from the provider. 839 * Passive Side: CM_ID <-- ESTABLISHED 841 * The provider generated an ESTABLISHED event which means that 846 * remote peer closed, the ESTABLISHED event would be received followed 874 * Active Side: CM_ID <-- ESTABLISHED [all …]
|
/linux-6.8/drivers/firmware/tegra/ |
D | ivc.c | 22 * The transmitting end can enter the established state from the sync or 24 * established state, indicating that has cleared the counters in our 41 * return to the established state once it has cleared its counters. 504 * Move to ESTABLISHED state. We know that the remote end has in tegra_ivc_notified() 521 * the ACK or ESTABLISHED state. Next, order observation of in tegra_ivc_notified() 527 * Move to ESTABLISHED state. We know that we have previously in tegra_ivc_notified() 543 * channel is already fully established, or we are waiting for in tegra_ivc_notified()
|
/linux-6.8/arch/powerpc/include/asm/ |
D | hvsi.h | 70 unsigned int established:1; /* protocol established */ member
|
/linux-6.8/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_iter_setsockopt.c | 83 if (!ASSERT_EQ(i, nr_est, "create established fds")) { in make_established() 126 if (!ASSERT_OK_PTR(est_fds, "create established")) in do_bpf_iter_setsockopt() 164 /* Check established fds for dctcp */ in do_bpf_iter_setsockopt()
|
/linux-6.8/include/uapi/linux/ |
D | mptcp_pm.h | 21 * sport, dport A MPTCP connection is established (can start new subflows). 28 * subflow has been established. 'error' should not be set.
|
/linux-6.8/Documentation/arch/riscv/ |
D | boot.rst | 145 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-6.8/Documentation/PCI/endpoint/ |
D | pci-endpoint.rst | 69 they are linked has established a link with the host, the PCI controller 175 * linkup: ops to perform when the EPC device has established a 205 EPC device has established the connection to the host.
|
/linux-6.8/net/x25/ |
D | x25_forward.c | 45 * established LCI? It shouldn't happen, just in case.. in x25_forward_call() 101 /* The call is established, either side can send */ in x25_forward_data()
|
/linux-6.8/drivers/misc/ |
D | ibmvmc.h | 74 /* HMC connection not established */ 77 /* HMC connection established (open called) */
|