| /src/sys/netinet/ |
| H A D | tcp_usrreq.c | 208 KASSERT(tp->t_flags & TF_DISCONNECTED || in tcp_usr_detach() 229 if (__predict_false(tp->t_flags & TF_DISCONNECTED)) { in tcp_usr_bind() 281 if (__predict_false(tp->t_flags & TF_DISCONNECTED)) { in tcp6_usr_bind() 352 if (__predict_false(tp->t_flags & TF_DISCONNECTED)) { in tcp_usr_listen() 407 if (__predict_false(tp->t_flags & TF_DISCONNECTED)) { in tcp6_usr_listen() 475 if (__predict_false(tp->t_flags & TF_DISCONNECTED)) { in tcp_usr_connect() 542 if (__predict_false(tp->t_flags & TF_DISCONNECTED)) { in tcp6_usr_connect() 705 if (__predict_false(tp->t_flags & TF_DISCONNECTED)) { in tcp_usr_accept() 736 if (__predict_false(tp->t_flags & TF_DISCONNECTED)) { in tcp6_usr_accept() 811 if (tp->t_flags & TF_DISCONNECTED) { in tcp_usr_shutdown() [all …]
|
| H A D | toecore.c | 221 if (tp->t_flags & TF_DISCONNECTED) in toe_listen_start() 517 if (!(tp->t_flags & TF_DISCONNECTED)) { in toe_connect_failed()
|
| H A D | tcp_timewait.c | 129 MPASS(!(tp->t_flags & TF_DISCONNECTED)); in tcp_twstart()
|
| H A D | tcp_log_buf.c | 521 if (tp->t_flags & TF_DISCONNECTED) { \ 2259 if ((tp->t_flags & TF_DISCONNECTED) == 0) { in tcp_log_getlogbuf() 2431 if (tp->t_flags & TF_DISCONNECTED) { in tcp_log_dump_tp_logbuf() 2873 if ((tp->t_flags & TF_DISCONNECTED) || in tcp_log_sendfile() 2880 if (tp->t_flags & TF_DISCONNECTED) in tcp_log_sendfile()
|
| H A D | tcp_hpts.c | 513 MPASS(!(tp->t_flags & TF_DISCONNECTED)); in tcp_hpts_insert_internal() 833 MPASS(!(tp->t_flags & TF_DISCONNECTED)); in __tcp_hpts_insert() 1297 MPASS(!(tp->t_flags & TF_DISCONNECTED)); in tcp_hptsi()
|
| H A D | tcp_var.h | 792 #define TF_DISCONNECTED 0x08000000 /* went through tcp_close() */ macro
|
| H A D | tcp_hpts_test.c | 587 KTEST_VERIFY(!(tp->t_flags & TF_DISCONNECTED)); in KTEST_FUNC()
|
| H A D | tcp_output.c | 223 MPASS(!(tp->t_flags & TF_DISCONNECTED)); in tcp_default_output()
|
| H A D | tcp_subr.c | 2567 tp->t_flags |= TF_DISCONNECTED; in tcp_close()
|
| /src/sys/netipsec/ |
| H A D | xform_tcp.c | 88 if (tp->t_flags & TF_DISCONNECTED) { in tcp_ipsec_pcbctl() 105 if (tp->t_flags & TF_DISCONNECTED) { in tcp_ipsec_pcbctl()
|
| /src/sys/dev/cxgbe/tom/ |
| H A D | t4_cpl_io.c | 254 tp->t_flags & TF_DISCONNECTED ? "TCP disconnected" : in send_reset() 276 if (tp->t_flags & TF_DISCONNECTED) in send_reset() 287 if ((tp->t_flags & TF_DISCONNECTED) == 0) { in send_reset() 1591 KASSERT((tp->t_flags & TF_DISCONNECTED) == 0, in t4_tod_output() 1610 KASSERT((tp->t_flags & TF_DISCONNECTED) == 0, in t4_send_fin() 1631 KASSERT((tp->t_flags & TF_DISCONNECTED) == 0, in t4_send_rst() 1924 if ((tp->t_flags & TF_DISCONNECTED) == 0) { in do_abort_req() 2015 if (tp->t_flags & TF_DISCONNECTED) { in do_rx_data() 2186 KASSERT((tp->t_flags & TF_DISCONNECTED) == 0, in do_fw4_ack() 2630 if (tp->t_flags & TF_DISCONNECTED) { in t4_aiotx_process_job() [all …]
|
| H A D | t4_listen.c | 915 if (tp->t_flags & TF_DISCONNECTED) { in do_pass_open_rpl() 921 if (tp->t_flags & TF_DISCONNECTED && status != CPL_ERR_NONE) { in do_pass_open_rpl() 932 if (tp->t_flags & TF_DISCONNECTED) { in do_pass_open_rpl() 1486 if (__predict_false(tp->t_flags & TF_DISCONNECTED)) { in do_pass_accept_req() 1660 if (__predict_false(tp->t_flags & TF_DISCONNECTED)) { in do_pass_establish()
|
| H A D | t4_connect.c | 99 if (tp->t_flags & TF_DISCONNECTED) { in do_act_establish()
|
| H A D | t4_tls.c | 784 if (tp->t_flags & TF_DISCONNECTED) { in do_tls_data() 853 if (tp->t_flags & TF_DISCONNECTED) { in do_rx_tls_cmp()
|
| H A D | t4_tom.c | 1833 if ((tp->t_flags & TF_DISCONNECTED) == 0) { in live_tid_failure_cleanup() 2299 if ((tp->t_flags & TF_DISCONNECTED) == 0) { in find_offload_adapter_cb()
|
| H A D | t4_ddp.c | 667 if (__predict_false(tp->t_flags & TF_DISCONNECTED)) { in handle_ddp_data_aio() 884 if (__predict_false(tp->t_flags & TF_DISCONNECTED)) { in handle_ddp_data_rcvbuf()
|
| /src/sys/kern/ |
| H A D | uipc_ktls.c | 878 if (tp->t_flags & TF_DISCONNECTED) { in ktls_try_toe() 924 if (tp->t_flags & TF_DISCONNECTED) { in ktls_alloc_snd_tag() 1019 if (intotcpcb(inp)->t_flags & TF_DISCONNECTED) { in ktls_alloc_rcv_tag() 1498 if (tp->t_flags & TF_DISCONNECTED) { in ktls_get_rx_sequence() 1677 if (intotcpcb(inp)->t_flags & TF_DISCONNECTED) { in ktls_reset_receive_tag() 1799 if (!(tp->t_flags & TF_DISCONNECTED)) { in ktls_reset_send_tag() 2449 if (tp->t_flags & TF_DISCONNECTED) { in ktls_resync_ifnet() 2477 if (!(tp->t_flags & TF_DISCONNECTED)) { in ktls_drop() 3345 if (tp->t_flags & TF_DISCONNECTED) { in ktls_disable_ifnet_help() 3356 if ((tp->t_flags & TF_DISCONNECTED) == 0 && in ktls_disable_ifnet_help()
|
| /src/sys/dev/cxgbe/cxgbei/ |
| H A D | icl_cxgbei.c | 480 if (__predict_false(tp->t_flags & TF_DISCONNECTED) || in icl_cxgbei_tx_main() 1084 if (tp->t_flags & TF_DISCONNECTED) { in icl_cxgbei_conn_handoff() 1428 if ((tp->t_flags & TF_DISCONNECTED) != 0) { in icl_cxgbei_conn_task_setup() 1607 if ((tp->t_flags & TF_DISCONNECTED) != 0) { in icl_cxgbei_conn_transfer_setup()
|
| H A D | cxgbei.c | 504 if (__predict_false(tp->t_flags & TF_DISCONNECTED)) { in do_rx_iscsi_ddp() 657 if (__predict_false(tp->t_flags & TF_DISCONNECTED)) { in do_rx_iscsi_cmp()
|
| /src/sys/dev/cxgbe/nvmf/ |
| H A D | nvmf_che.c | 572 if ((tp->t_flags & TF_DISCONNECTED) != 0) { in che_write_adapter_mem() 872 if (__predict_false(tp->t_flags & TF_DISCONNECTED) || in nvmf_che_write_pdu() 2059 if (tp->t_flags & TF_DISCONNECTED) { in do_nvmt_data() 2113 if (tp->t_flags & TF_DISCONNECTED) { in do_nvmt_cmp() 2511 if (tp->t_flags & TF_DISCONNECTED) { in che_allocate_qpair()
|
| /src/sys/dev/cxgbe/crypto/ |
| H A D | t6_kern_tls.c | 463 if (tp->t_flags & TF_DISCONNECTED) { in t6_tls_tag_alloc() 504 if (tp->t_flags & TF_DISCONNECTED) { in t6_tls_tag_alloc()
|
| H A D | t7_kern_tls.c | 249 if (intotcpcb(inp)->t_flags & TF_DISCONNECTED) { in t7_tls_tag_alloc()
|
| /src/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | qp.c | 1323 if (tp->t_flags & TF_DISCONNECTED) { in creds()
|
| /src/sys/netinet/tcp_stacks/ |
| H A D | bbr.c | 14220 if (tp->t_flags & TF_DISCONNECTED) { in bbr_set_sockopt()
|
| H A D | rack.c | 14753 if ((tp->t_flags & TF_DISCONNECTED) == 0) { in rack_init()
|