| /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
|
| H A D | nft_zones_many.sh | 121 … --timeout 3600 --state ESTABLISHED --sport 12345 --dport 1000 --zone $i >/dev/null 2>&1 124 … --timeout 3600 --state ESTABLISHED --sport 12345 --dport 1000 --zone $i > /dev/null
|
| /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 | 130 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/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/networking/ |
| 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() 133 * and the current packet belongs to an already established in tproxy_tg6_v1() 154 /* 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/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/net/mptcp/ |
| H A D | mib.h | 31 MPTCP_MIB_MPJOINNOTESTABLISHED, /* MP_RST: JOIN on not-fully-established msk */ 86 MPTCP_MIB_CURRESTAB, /* Current established MPTCP connections */ 89 * established packet
|
| /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/linux/ |
| H A D | pci-ide.h | 84 * @name: name of the established Selective IDE Stream in sysfs 87 * expectation that with TSM established IDE the TSM owns the stream_id
|
| /linux/net/x25/ |
| H A D | x25_forward.c | 45 * established LCI? It shouldn't happen, just in case.. in x25_forward_call() 100 /* The call is established, either side can send */ in x25_forward_data()
|
| /linux/drivers/misc/ |
| H A D | ibmvmc.h | 74 /* HMC connection not established */ 77 /* HMC connection established (open called) */
|