Home
last modified time | relevance | path

Searched full:established (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/linux/tools/testing/selftests/net/netfilter/packetdrill/
H A Dconntrack_rst_invalid.pkt2 // 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 Dconntrack_syn_challenge_ack.pkt4 // 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 Dconntrack_synack_old.pkt40 +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 Dconntrack_icmp_related.sh15 # 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 Dnf_nat_edemux.sh29 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 Dnft_zones_many.sh121 … --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 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/bpf/prog_tests/
H A Dsock_iter_batch.c305 /* 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 Dbpf_iter_setsockopt.c83 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 Dcgroup_tcp_skb.c74 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 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/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:
/linux/drivers/hwmon/occ/
H A DKconfig15 established through I2C bus.
29 established through SBE fifo on an FSI bus.
/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 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
/linux/net/netfilter/
H A Dxt_TPROXY.c49 * 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 Dnft_tproxy.c47 * 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 Divc.c22 * 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 Dhvsi.h70 unsigned int established:1; /* protocol established */ member
/linux/net/mptcp/
H A Dmib.h31 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 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/tools/testing/selftests/net/tcp_ao/
H A Drst.c9 * 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 Dpci-ide.h84 * @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 Dx25_forward.c45 * 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 Dibmvmc.h74 /* HMC connection not established */
77 /* HMC connection established (open called) */

12345678910>>...15