/freebsd/sys/netinet/ |
H A D | tcp_subr.c | 501 KASSERT(tp->t_fb != &tcp_def_funcblk, in tcp_switch_back_to_default() 504 if (tp->t_fb->tfb_tcp_timer_stop_all != NULL) in tcp_switch_back_to_default() 505 tp->t_fb->tfb_tcp_timer_stop_all(tp); in tcp_switch_back_to_default() 514 if (tfb == tp->t_fb) { in tcp_switch_back_to_default() 529 if (tp->t_fb->tfb_tcp_fb_fini != NULL) in tcp_switch_back_to_default() 530 (*tp->t_fb->tfb_tcp_fb_fini)(tp, 0); in tcp_switch_back_to_default() 531 refcount_release(&tp->t_fb->tfb_refcnt); in tcp_switch_back_to_default() 533 tp->t_fb = tfb; in tcp_switch_back_to_default() 563 if (tp->t_fb->tfb_tcp_fb_fini != NULL) in tcp_switch_back_to_default() 564 (*tp->t_fb->tfb_tcp_fb_fini)(tp, 0); in tcp_switch_back_to_default() [all …]
|
H A D | tcp_var.h | 310 #define t_start_zero t_fb 313 struct tcp_function_block *t_fb;/* TCP function call block */ member 675 rv = tp->t_fb->tfb_tcp_output(tp); in tcp_output() 677 KASSERT(tp->t_fb->tfb_flags & TCP_FUNC_OUTPUT_CANDROP, in tcp_output() 679 tp->t_fb->tfb_tcp_block_name, tp)); in tcp_output() 701 rv = tp->t_fb->tfb_tcp_output(tp); in tcp_output_unlock() 703 KASSERT(tp->t_fb->tfb_flags & TCP_FUNC_OUTPUT_CANDROP, in tcp_output_unlock() 705 tp->t_fb->tfb_tcp_block_name, tp)); in tcp_output_unlock() 733 rv = tp->t_fb->tfb_tcp_output(tp); in tcp_output_nodrop() 734 KASSERT(rv >= 0 || tp->t_fb->tfb_flags & TCP_FUNC_OUTPUT_CANDROP, in tcp_output_nodrop() [all …]
|
H A D | tcp_usrreq.c | 545 ", error code %d", tp->t_fb->tfb_tcp_block_name, tp, -error)); in tcp_usr_connect() 670 ", error code %d", tp->t_fb->tfb_tcp_block_name, tp, -error)); in tcp6_usr_connect() 1353 if (tp->t_fb->tfb_pru_options) { in tcp_pru_options_support() 1354 ret = (*tp->t_fb->tfb_pru_options)(tp, flags); in tcp_pru_options_support() 1738 if (tp->t_fb == blk) { in tcp_ctloutput_set() 1759 if (tp->t_fb->tfb_tcp_timer_stop_all != NULL) in tcp_ctloutput_set() 1760 tp->t_fb->tfb_tcp_timer_stop_all(tp); in tcp_ctloutput_set() 1777 if (tp->t_fb->tfb_switch_failed) { in tcp_ctloutput_set() 1778 (*tp->t_fb->tfb_switch_failed)(tp); in tcp_ctloutput_set() 1783 if (tp->t_fb->tfb_tcp_fb_fini) { in tcp_ctloutput_set() [all …]
|
H A D | tcp_timer.c | 298 if ((rv = tp->t_fb->tfb_tcp_output(tp)) < 0) { in tcp_output_locked() 299 KASSERT(tp->t_fb->tfb_flags & TCP_FUNC_OUTPUT_CANDROP, in tcp_output_locked() 301 tp->t_fb->tfb_tcp_block_name, tp)); in tcp_output_locked() 562 if (tp->t_fb->tfb_tcp_rexmit_tmr) { in tcp_timer_rexmt() 564 (*tp->t_fb->tfb_tcp_rexmit_tmr)(tp); in tcp_timer_rexmt()
|
H A D | tcp_lro_hpts.c | 148 if (tp->t_fb->tfb_early_wake_check != NULL) in tcp_lro_check_wake_status() 149 return ((tp->t_fb->tfb_early_wake_check)(tp)); in tcp_lro_check_wake_status() 654 if ((*tp->t_fb->tfb_do_queued_segments)(tp, 0))
|
H A D | tcp_input.c | 1165 tp->t_fb->tfb_tcp_do_segment(tp, m, th, drop_hdrlen, in tcp_input_with_port() 1393 tp->t_fb->tfb_tcp_do_segment(tp, m, th, drop_hdrlen, tlen, iptos); in tcp_input_with_port() 4200 if (tp->t_fb->tfb_compute_pipe != NULL) { in tcp_compute_pipe() 4201 pipe = (*tp->t_fb->tfb_compute_pipe)(tp); in tcp_compute_pipe()
|
H A D | tcp_syncache.c | 1008 if (tp->t_fb->tfb_inherit != NULL) { in syncache_socket() 1009 (*tp->t_fb->tfb_inherit)(tp, sotoinpcb(lso)); in syncache_socket()
|
H A D | tcp_hpts.c | 1385 error = -(*tp->t_fb->tfb_do_queued_segments)(tp, in tcp_hptsi()
|
H A D | tcp_log_buf.c | 1818 log_buf->tlb_stackid = tp->t_fb->tfb_id; in tcp_log_event()
|
/freebsd/sys/kern/ |
H A D | uipc_ktls.c | 1448 if (tp->t_fb->tfb_hwtls_change != NULL) in ktls_enable_tx() 1449 (*tp->t_fb->tfb_hwtls_change)(tp, 1); in ktls_enable_tx() 1639 if (tp->t_fb->tfb_hwtls_change != NULL) in ktls_set_tx_mode() 1640 (*tp->t_fb->tfb_hwtls_change)(tp, 1); in ktls_set_tx_mode() 3375 tp->t_fb->tfb_hwtls_change != NULL) in ktls_disable_ifnet_help() 3376 (*tp->t_fb->tfb_hwtls_change)(tp, 0); in ktls_disable_ifnet_help()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack_bbr_common.c | 447 retval = (*tp->t_fb->tfb_do_segment_nounlock)(tp, m, th, in ctf_process_inbound_raw()
|
H A D | rack.c | 14397 if (tp->t_fb->tfb_chg_query == NULL) { in rack_init_outstanding() 14460 if ((*tp->t_fb->tfb_chg_query)(tp, &qr) == 0) in rack_init_outstanding() 14887 if (tp->t_fb->tfb_chg_query == NULL) { in rack_init() 14897 ret = (*tp->t_fb->tfb_chg_query)(tp, &qr); in rack_init() 14946 ret = (*tp->t_fb->tfb_chg_query)(tp, &qr); in rack_init() 16811 (*tp->t_fb->tfb_tcp_do_segment)(tp, m, th, drop_hdrlen, in rack_do_segment_nounlock() 23698 if (par->t_fb != tp->t_fb) { in rack_inherit() 24321 if (tp->t_fb != &__tcp_rack) { in rack_set_sockopt()
|
H A D | bbr.c | 11451 (*tp->t_fb->tfb_tcp_do_segment)(tp, m, th, drop_hdrlen, in bbr_do_segment_nounlock() 14237 if (tp->t_fb != &__tcp_bbr) { in bbr_set_sockopt()
|