Home
last modified time | relevance | path

Searched refs:established (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/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()
224 if (!pv->established) { in hvsilib_get_chars()
277 if (!pv->established) in hvsilib_read_mctrl()
322 if (pv->established) in hvsilib_establish()
323 goto established; in hvsilib_establish()
345 if (pv->established) in hvsilib_establish()
346 goto established; in hvsilib_establish()
351 if (!pv->established) { in hvsilib_establish()
[all...]
/kernel/linux/linux-6.6/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()
224 if (!pv->established) { in hvsilib_get_chars()
277 if (!pv->established) in hvsilib_read_mctrl()
322 if (pv->established) in hvsilib_establish()
323 goto established; in hvsilib_establish()
345 if (pv->established) in hvsilib_establish()
346 goto established; in hvsilib_establish()
351 if (!pv->established) { in hvsilib_establish()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/
H A Dconntrack_icmp_related.sh15 # 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"
[all...]
H A Dnft_flowtable.sh183 ct state established,related accept
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Dconntrack_icmp_related.sh15 # 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"
[all...]
H A Dnft_synproxy.sh91 ct state new,established counter accept
H A Dconntrack_tcp_unreplied.sh79 ip netns exec $ns1 iptables -A INPUT -m state --state established,related -j ACCEPT
H A Dnft_flowtable.sh178 ct state established,related accept
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dhvsi.h70 unsigned int established:1; /* protocol established */ member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dhvsi.h70 unsigned int established:1; /* protocol established */ member
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv.h89 bool established; member
H A Drtrs-clt.h135 bool established; member
H A Drtrs-srv.c765 /* Mark session as established */ in rtrs_srv_sess_up()
766 sess->established = true; in rtrs_srv_sess_up()
774 if (!sess->established) in rtrs_srv_sess_down()
777 sess->established = false; in rtrs_srv_sess_down()
853 * We do not account number of established connections at the current in process_info_req()
855 * all connections are successfully established. Thus, simply notify in process_info_req()
H A Drtrs-clt.c1572 * established first. in create_con_cq_qp()
2005 /* Mark session as established */ in rtrs_clt_sess_up()
2006 sess->established = true; in rtrs_clt_sess_up()
2015 if (!sess->established) in rtrs_clt_sess_down()
2018 sess->established = false; in rtrs_clt_sess_down()
2648 * @paths: Paths to be established defined by their src and dst addresses
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv.h88 bool established; member
H A Drtrs-clt.h139 bool established; member
H A Drtrs-clt.c1685 * established first. in create_con_cq_qp()
2125 /* Mark session as established */ in rtrs_clt_path_up()
2126 clt_path->established = true; in rtrs_clt_path_up()
2135 if (!clt_path->established) in rtrs_clt_path_down()
2138 clt_path->established = false; in rtrs_clt_path_down()
2772 * @paths: Paths to be established defined by their src and dst addresses
H A Drtrs-srv.c728 /* Mark session as established */ in rtrs_srv_path_up()
730 srv_path->established = true; in rtrs_srv_path_up()
740 if (!srv_path->established) in rtrs_srv_path_down()
743 srv_path->established = false; in rtrs_srv_path_down()
870 * We do not account number of established connections at the current in process_info_req()
872 * all connections are successfully established. Thus, simply notify in process_info_req()
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh862 # let the mptcp subflow be established in background before
1876 cnt1=$(ss -N $ns1 -ti state established state syn-sent state syn-recv |
1878 cnt2=$(ss -N $ns2 -ti state established state syn-sent state syn-recv |

Completed in 23 milliseconds