Home
last modified time | relevance | path

Searched refs:TF_DISCONNECTED (Results 1 – 25 of 25) sorted by relevance

/src/sys/netinet/
H A Dtcp_usrreq.c208 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 Dtoecore.c221 if (tp->t_flags & TF_DISCONNECTED) in toe_listen_start()
517 if (!(tp->t_flags & TF_DISCONNECTED)) { in toe_connect_failed()
H A Dtcp_timewait.c129 MPASS(!(tp->t_flags & TF_DISCONNECTED)); in tcp_twstart()
H A Dtcp_log_buf.c521 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 Dtcp_hpts.c513 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 Dtcp_var.h792 #define TF_DISCONNECTED 0x08000000 /* went through tcp_close() */ macro
H A Dtcp_hpts_test.c587 KTEST_VERIFY(!(tp->t_flags & TF_DISCONNECTED)); in KTEST_FUNC()
H A Dtcp_output.c223 MPASS(!(tp->t_flags & TF_DISCONNECTED)); in tcp_default_output()
H A Dtcp_subr.c2567 tp->t_flags |= TF_DISCONNECTED; in tcp_close()
/src/sys/netipsec/
H A Dxform_tcp.c88 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 Dt4_cpl_io.c254 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 Dt4_listen.c915 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 Dt4_connect.c99 if (tp->t_flags & TF_DISCONNECTED) { in do_act_establish()
H A Dt4_tls.c784 if (tp->t_flags & TF_DISCONNECTED) { in do_tls_data()
853 if (tp->t_flags & TF_DISCONNECTED) { in do_rx_tls_cmp()
H A Dt4_tom.c1833 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 Dt4_ddp.c667 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 Duipc_ktls.c878 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 Dicl_cxgbei.c480 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 Dcxgbei.c504 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 Dnvmf_che.c572 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 Dt6_kern_tls.c463 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 Dt7_kern_tls.c249 if (intotcpcb(inp)->t_flags & TF_DISCONNECTED) { in t7_tls_tag_alloc()
/src/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c1323 if (tp->t_flags & TF_DISCONNECTED) { in creds()
/src/sys/netinet/tcp_stacks/
H A Dbbr.c14220 if (tp->t_flags & TF_DISCONNECTED) { in bbr_set_sockopt()
H A Drack.c14753 if ((tp->t_flags & TF_DISCONNECTED) == 0) { in rack_init()