/linux/tools/testing/selftests/net/netfilter/packetdrill/ |
H A D | conntrack_rst_invalid.pkt | 2 // in ESTABLISHED state. 31 +0 `conntrack -f $NFCT_IP_VERSION -L -p tcp --dport 8080 2>/dev/null |grep -q ESTABLISHED` 35 +0 `conntrack -f $NFCT_IP_VERSION -L -p tcp --dport 8080 2>/dev/null |grep -q ESTABLISHED` 39 +0 `conntrack -f $NFCT_IP_VERSION -L -p tcp --dport 8080 2>/dev/null |grep -q ESTABLISHED` 44 +0 `conntrack -f $NFCT_IP_VERSION -L -p tcp --dport 8080 2>/dev/null |grep -q ESTABLISHED` 49 +0 `conntrack -f $NFCT_IP_VERSION -L -p tcp --dport 8080 2>/dev/null |grep -q ESTABLISHED`
|
H A D | conntrack_syn_challenge_ack.pkt | 4 // and that a new connection is established. 13 // Expected outcome: established connection. 40 +0 `conntrack -f $NFCT_IP_VERSION -L -p tcp --dport 8080 2>/dev/null | grep ESTABLISHED | grep -q A…
|
H A D | conntrack_synack_old.pkt | 40 +0 `conntrack -f $NFCT_IP_VERSION -L -p tcp --dport 8080 2>/dev/null | grep ESTABLISHED | grep -q A… 44 …ntrack -f $NFCT_IP_VERSION -L -p tcp --dport 8080 2>/dev/null | grep ASSURED | grep -q ESTABLISHED`
|
/linux/tools/testing/selftests/net/netfilter/ |
H A D | conntrack_icmp_related.sh | 15 # nat of "established" icmp-echo "connection". 122 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 160 meta l4proto { icmp, icmpv6 } ct state "established" counter name "established" accept 165 meta l4proto { icmp, icmpv6 } ct state established,untracked accept 168 meta l4proto { icmp, icmpv6 } ct state "established" counter name "established"
|
H A D | nf_nat_edemux.sh | 29 ip netns exec "$ns" ss -nt -o state established "dport = :$port" | grep -q "$port" 38 --sport 10000 --dport "$dp" --state ESTABLISHED > /dev/null 2>&1;then
|
/linux/drivers/tty/hvc/ |
H A 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 …]
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sock_iter_batch.c | 305 /* Leave one established socket. */ in remove_seen_established() 376 /* Iterate through the first established socket. */ in remove_unseen_established() 379 /* Make sure we saw one established socks. */ in remove_unseen_established() 450 /* Iterate through the first established socket. */ in remove_all_established() 453 /* Make sure we saw one established socks. */ in remove_all_established() 535 /* Double the number of established sockets in the bucket. */ in add_some_established() 711 .description = "tcp: resume after removing a seen socket (established)", 712 /* Force all established sockets into one bucket */ 723 .description = "tcp: resume after removing one unseen socket (established)", 724 /* Force all established sockets into one bucket */ [all …]
|
H A 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/tools/testing/selftests/bpf/progs/ |
H A 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/drivers/cxl/ |
H A D | Kconfig | 129 of a memory RAS feature established by the platform/device. 146 of a memory scrub feature established by the platform/device 164 of a memory ECS feature established by the platform/device. 185 of a memory repair feature established by the platform/device. 206 system-physical address range. For CXL regions established by
|
/linux/drivers/infiniband/ulp/rtrs/ |
H A 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:
|
/linux/drivers/hwmon/occ/ |
H A D | Kconfig | 15 established through I2C bus. 29 established through SBE fifo on an FSI bus.
|
/linux/Documentation/netlink/specs/ |
H A D | mptcp_pm.yaml | 33 name: established 35 A MPTCP connection is established (can start new subflows). 55 name: sub-established 58 A new subflow has been established. 'error' should not be set.
|
/linux/Documentation/networking/ |
H A D | tcp_ao.rst | 42 | | |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 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.
|
H A 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
|
/linux/net/netfilter/ |
H A 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()
|
H A 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/drivers/infiniband/core/ |
H A D | iwcm.c | 123 * ACTIVE IDS: 4: CONNECT_REPLY, ESTABLISHED, DISCONNECT, CLOSE 124 * PASSIVE IDS: 3: ESTABLISHED, DISCONNECT, CLOSE 300 * - If we are ESTABLISHED, move to CLOSING and modify the QP state 638 * CM_ID <-- ESTABLISHED 640 * Accepts an inbound connection request and generates an ESTABLISHED 642 * until the ESTABLISHED event is received from the provider. 843 * Passive Side: CM_ID <-- ESTABLISHED 845 * The provider generated an ESTABLISHED event which means that 850 * remote peer closed, the ESTABLISHED event would be received followed 878 * Active Side: CM_ID <-- ESTABLISHED [all …]
|
/linux/drivers/firmware/tegra/ |
H A 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/arch/powerpc/include/asm/ |
H A D | hvsi.h | 70 unsigned int established:1; /* protocol established */ member
|
/linux/Documentation/arch/riscv/ |
H A 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/tools/testing/selftests/net/tcp_ao/ |
H A D | rst.c | 9 * The passive reset is quite hard to get on established TCP connections. 10 * It could be procured from non-established states, but the synchronization 293 test_ok("Verified established tcp connection"); in test_client_active_rst() 300 * the one in request_sock_queue won't get fully established, so in test_client_active_rst() 346 test_ok("Verified established tcp connection"); in test_client_passive_rst()
|
/linux/include/uapi/linux/ |
H A D | mptcp_pm.h | 20 * @MPTCP_EVENT_ESTABLISHED: A MPTCP connection is established (can start new 28 * @MPTCP_EVENT_SUB_ESTABLISHED: A new subflow has been established. 'error'
|
/linux/net/x25/ |
H A 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()
|