/kernel/linux/linux-5.10/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() 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 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() 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 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" [all...] |
H A D | nft_flowtable.sh | 183 ct state established,related accept
|
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
H A 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" [all...] |
H A D | nft_synproxy.sh | 91 ct state new,established counter accept
|
H A D | conntrack_tcp_unreplied.sh | 79 ip netns exec $ns1 iptables -A INPUT -m state --state established,related -j ACCEPT
|
H A D | nft_flowtable.sh | 178 ct state established,related accept
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | hvsi.h | 70 unsigned int established:1; /* protocol established */ member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | hvsi.h | 70 unsigned int established:1; /* protocol established */ member
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-srv.h | 89 bool established; member
|
H A D | rtrs-clt.h | 135 bool established; member
|
H A D | rtrs-srv.c | 765 /* 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 D | rtrs-clt.c | 1572 * 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 D | rtrs-srv.h | 88 bool established; member
|
H A D | rtrs-clt.h | 139 bool established; member
|
H A D | rtrs-clt.c | 1685 * 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 D | rtrs-srv.c | 728 /* 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 D | mptcp_join.sh | 862 # 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 |
|