Home
last modified time | relevance | path

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

12

/freebsd-14-stable/sys/netinet/
HDtcp_offload.c116 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_offload_listen_start()
125 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_offload_listen_stop()
136 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_offload_input()
148 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_offload_output()
172 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_offload_rcvd()
183 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_offload_ctloutput()
194 INP_LOCK_ASSERT(tptoinpcb(tp)); in tcp_offload_tcp_info()
206 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_offload_alloc_tls_session()
217 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_offload_detach()
228 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_offload_pmtu_update()
HDtcp_timer.c298 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_output_locked()
315 struct inpcb *inp = tptoinpcb(tp); in tcp_timer_delack()
335 struct inpcb *inp = tptoinpcb(tp); in tcp_timer_2msl()
385 struct inpcb *inp = tptoinpcb(tp); in tcp_timer_keep()
492 struct inpcb *inp = tptoinpcb(tp); in tcp_timer_persist()
556 struct inpcb *inp = tptoinpcb(tp); in tcp_timer_rexmt()
820 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_bblog_timer()
866 struct inpcb *inp = tptoinpcb(tp); in tcp_timer_enter()
902 struct inpcb *inp = tptoinpcb(tp); in tcp_timer_activate()
935 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_timer_active()
[all …]
HDtcp_sack.c175 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_update_dsack_list()
276 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_update_sack_list()
407 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_clean_dsack_blocks()
448 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_clean_sackreport()
560 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_sack_doack()
835 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_free_sackholes()
859 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_sack_partialack()
919 INP_WLOCK_ASSERT(tptoinpcb(tp));
957 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_sack_output()
1004 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_sack_adjust()
HDtcp_log_buf.c524 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_log_grow_tlb()
543 struct inpcb *inp = tptoinpcb(tp); in tcp_log_apply_ratio()
605 struct inpcb *inp = tptoinpcb(tp); in tcp_log_set_tag()
646 struct inpcb *inp = tptoinpcb(tp); in tcp_log_set_id()
1029 INP_LOCK_ASSERT(tptoinpcb(tp)); in tcp_log_get_id()
1051 struct inpcb *inp = tptoinpcb(tp); in tcp_log_get_tag()
1098 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_log_get_id_cnt()
1406 struct inpcb *inp = tptoinpcb(tp); in tcp_log_move_tp_to_node()
1433 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_log_tcpcbfini()
1539 struct inpcb *inp = tptoinpcb(tp); in tcp_log_tcpcbfini()
[all …]
HDtcp_lro_hpts.c467 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_queue_pkts()
572 INP_WUNLOCK(tptoinpcb(tp)); in _tcp_lro_flush_tcphpts()
579 INP_WUNLOCK(tptoinpcb(tp)); in _tcp_lro_flush_tcphpts()
657 INP_WUNLOCK(tptoinpcb(tp));
HDtcp_hpts.c496 struct inpcb *inp = tptoinpcb(tp); in tcp_hpts_insert_internal()
525 INP_LOCK_ASSERT(tptoinpcb(tp)); in tcp_hpts_lock()
539 released = in_pcbrele_wlocked(tptoinpcb(tp)); in tcp_hpts_release()
575 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_hpts_remove()
823 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_hpts_insert_diag()
824 MPASS(!(tptoinpcb(tp)->inp_flags & INP_DROPPED)); in tcp_hpts_insert_diag()
994 struct inpcb *inp = tptoinpcb(tp); in hpts_cpuid()
1211 struct inpcb *inp = tptoinpcb(tp); in tcp_hptsi()
1494 INP_WLOCK_ASSERT(tptoinpcb(tp)); in __tcp_set_hpts()
HDtcp_input.c307 INP_WLOCK_ASSERT(tptoinpcb(tp)); in cc_ack_received()
374 struct inpcb *inp = tptoinpcb(tp); in cc_conn_init()
428 INP_WLOCK_ASSERT(tptoinpcb(tp)); in cc_cong_signal()
490 INP_WLOCK_ASSERT(tptoinpcb(tp)); in cc_post_recovery()
522 INP_WLOCK_ASSERT(tptoinpcb(tp)); in cc_ecnpkt_handler_flags()
1515 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_handle_wakeup()
1537 struct inpcb *inp = tptoinpcb(tp); in tcp_do_segment()
3463 INP_LOCK_ASSERT(tptoinpcb(tp)); in tcp_dropwithreset()
3635 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_pulloutofband()
3662 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_xmit_timer()
[all …]
HDtcp_var.h663 #define tptoinpcb(tp) (&(tp)->t_inpcb) macro
675 struct inpcb *inp = tptoinpcb(tp); in tcp_output()
701 struct inpcb *inp = tptoinpcb(tp); in tcp_output_unlock()
736 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_output_nodrop()
753 struct inpcb *inp = tptoinpcb(tp); in tcp_unlock_or_drop()
HDtoecore.c241 struct inpcb *inp = tptoinpcb(tp); in toe_listen_start_event()
255 struct inpcb *inp = tptoinpcb(tp); in toe_listen_stop_event()
HDtcp_timewait.c111 struct inpcb *inp = tptoinpcb(tp); in tcp_twstart()
HDtcp_stats.c200 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_stats_sample_rollthedice()
HDtcp_fastopen.c869 struct inpcb *inp = tptoinpcb(tp); in tcp_fastopen_connect()
956 struct in_conninfo *inc = &tptoinpcb(tp)->inp_inc; in tcp_fastopen_disable_path()
982 struct in_conninfo *inc = &tptoinpcb(tp)->inp_inc; in tcp_fastopen_update_cache()
HDtcp_usrreq.c138 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_bblog_pru()
1454 struct inpcb *inp = tptoinpcb(tp); in tcp_connect()
1497 struct inpcb *inp = tptoinpcb(tp); in tcp6_connect()
1542 INP_LOCK_ASSERT(tptoinpcb(tp)); in tcp_fill_info()
2031 struct inpcb *inp = tptoinpcb(tp); in tcp_default_ctloutput()
2681 struct inpcb *inp = tptoinpcb(tp); in tcp_disconnect()
2725 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_usrclosed()
HDtcp_ratelimit.c1332 struct inpcb *inp = tptoinpcb(tp); in tcp_set_pacing_rate()
1397 struct inpcb *inp = tptoinpcb(tp); in tcp_chg_pacing_rate()
1525 struct inpcb *inp = tptoinpcb(tp); in tcp_rel_pacing_rate()
HDtcp_subr.c1078 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_default_fb_init()
1160 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_default_fb_fini()
1826 inp = tptoinpcb(tp); in tcp_respond()
2289 INP_LOCK_ASSERT(tptoinpcb(listening_tcb)); in tcp_newtcpcb()
2432 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_drop()
2450 struct inpcb *inp = tptoinpcb(tp); in tcp_discardcb()
2581 struct inpcb *inp = tptoinpcb(tp); in tcp_close()
3502 struct inpcb *inp = tptoinpcb(tp); in tcp6_use_min_mtu()
HDtcp_reass.c301 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_reass_flush()
526 struct inpcb *inp = tptoinpcb(tp); in tcp_reass()
/freebsd-14-stable/sys/netinet/tcp_stacks/
HDrack_bbr_common.c366 inp = tptoinpcb(tp); in ctf_process_inbound_raw()
514 INP_WUNLOCK(tptoinpcb(tp)); in ctf_do_dropwithreset()
702 INP_WUNLOCK(tptoinpcb(tp)); in ctf_do_drop()
917 INP_WUNLOCK(tptoinpcb(tp)); in ctf_do_dropwithreset_conn()
HDbbr.c731 struct inpcb *inp = tptoinpcb(tp); in bbr_start_hpts_timer()
3589 INP_WLOCK_ASSERT(tptoinpcb(tp)); in bbr_ack_received()
3741 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_bbr_partialack()
3755 INP_WLOCK_ASSERT(tptoinpcb(tp)); in bbr_post_recovery()
3910 INP_WLOCK_ASSERT(tptoinpcb(tp)); in bbr_cong_signal()
4803 struct inpcb *inp = tptoinpcb(tp); in bbr_timeout_keepalive()
4946 struct inpcb *inp = tptoinpcb(tp); in bbr_timeout_rxt()
5885 INP_WLOCK_ASSERT(tptoinpcb(tp)); in bbr_log_output()
7285 INP_WLOCK_ASSERT(tptoinpcb(tp)); in bbr_log_ack()
7778 INP_WLOCK_ASSERT(tptoinpcb(tp)); in bbr_process_ack()
[all …]
/freebsd-14-stable/sys/netinet/khelp/
HDh_ertt.c220 INP_WLOCK_ASSERT(tptoinpcb(tp)); in ertt_packet_measurement_hook()
453 INP_WLOCK_ASSERT(tptoinpcb(tp)); in ertt_add_tx_segment_info_hook()
/freebsd-14-stable/sys/netinet/cc/
HDcc_vegas.c188 INP_WLOCK_ASSERT(tptoinpcb(ccv->ccvc.tcp)); in vegas_cb_init()
HDcc_htcp.c257 INP_WLOCK_ASSERT(tptoinpcb(ccv->ccvc.tcp)); in htcp_cb_init()
HDcc_chd.c325 INP_WLOCK_ASSERT(tptoinpcb(ccv->ccvc.tcp)); in chd_cb_init()
HDcc_dctcp.c205 INP_WLOCK_ASSERT(tptoinpcb(ccv->ccvc.tcp)); in dctcp_cb_init()
/freebsd-14-stable/sys/dev/cxgbe/tom/
HDt4_cpl_io.c299 struct inpcb *inp = tptoinpcb(tp); in assign_rxopt()
415 struct inpcb *inp = tptoinpcb(tp); in t4_rcvd_locked()
438 struct inpcb *inp = tptoinpcb(tp); in t4_rcvd()
1248 struct inpcb *inp = tptoinpcb(tp); in t4_tod_output()
1267 struct inpcb *inp = tptoinpcb(tp); in t4_send_fin()
1288 struct inpcb *inp = tptoinpcb(tp); in t4_send_rst()
HDt4_tom.c382 struct inpcb *inp = tptoinpcb(tp); in t4_pcb_detach()
837 INP_LOCK_ASSERT(tptoinpcb(tp)); in t4_tcp_info()
850 INP_WLOCK_ASSERT(tptoinpcb(tp)); in t4_alloc_tls_session()
901 struct inpcb *inp = tptoinpcb(tp); in t4_pmtu_update()

12