Home
last modified time | relevance | path

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

12

/freebsd/sys/netinet/
H A Dtcp_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()
H A Dtcp_timer.c296 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_output_locked()
313 struct inpcb *inp = tptoinpcb(tp); in tcp_timer_delack()
333 struct inpcb *inp = tptoinpcb(tp); in tcp_timer_2msl()
383 struct inpcb *inp = tptoinpcb(tp); in tcp_timer_keep()
490 struct inpcb *inp = tptoinpcb(tp); in tcp_timer_persist()
554 struct inpcb *inp = tptoinpcb(tp); in tcp_timer_rexmt()
828 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_bblog_timer()
874 struct inpcb *inp = tptoinpcb(tp); in tcp_timer_enter()
911 struct inpcb *inp = tptoinpcb(tp); in tcp_timer_activate()
945 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_timer_active()
[all …]
H A Dtcp_sack.c182 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_update_dsack_list()
283 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_update_sack_list()
414 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_clean_dsack_blocks()
455 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_clean_sackreport()
573 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_sack_doack()
905 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_free_sackholes()
930 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_resend_sackholes()
953 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_sack_partialack()
1042 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_sack_output()
1085 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_sack_adjust()
H A Dtcp_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()
1098 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_log_get_id_cnt()
1433 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_log_tcpcbfini()
1655 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_log_purge_tp_logbuf()
1689 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_log_event()
1923 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_log_state_change()
[all …]
H A Dtcp_lro_hpts.c459 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_queue_pkts()
564 INP_WUNLOCK(tptoinpcb(tp)); in _tcp_lro_flush_tcphpts()
571 INP_WUNLOCK(tptoinpcb(tp)); in _tcp_lro_flush_tcphpts()
641 INP_WUNLOCK(tptoinpcb(tp)); in _tcp_lro_flush_tcphpts()
H A Dtcp_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()
H A Dtcp_input.c290 INP_WLOCK_ASSERT(tptoinpcb(tp)); in cc_ack_received()
357 struct inpcb *inp = tptoinpcb(tp); in cc_conn_init()
411 INP_WLOCK_ASSERT(tptoinpcb(tp)); in cc_cong_signal()
479 INP_WLOCK_ASSERT(tptoinpcb(tp)); in cc_post_recovery()
515 INP_WLOCK_ASSERT(tptoinpcb(tp)); in cc_ecnpkt_handler_flags()
1507 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_handle_wakeup()
1529 struct inpcb *inp = tptoinpcb(tp); in tcp_do_segment()
3448 INP_LOCK_ASSERT(tptoinpcb(tp)); in tcp_dropwithreset()
3647 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_xmit_timer()
4034 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_do_prr_ack()
[all …]
H A Dtcp_var.h650 #define tptoinpcb(tp) (&(tp)->t_inpcb) macro
662 struct inpcb *inp = tptoinpcb(tp); in tcp_output()
688 struct inpcb *inp = tptoinpcb(tp); in tcp_output_unlock()
723 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_output_nodrop()
740 struct inpcb *inp = tptoinpcb(tp); in tcp_unlock_or_drop()
H A Dtoecore.c241 struct inpcb *inp = tptoinpcb(tp); in toe_listen_start_event()
255 struct inpcb *inp = tptoinpcb(tp); in toe_listen_stop_event()
H A Dtcp_timewait.c109 struct inpcb *inp = tptoinpcb(tp); in tcp_twstart()
H A Dtcp_stats.c199 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_stats_sample_rollthedice()
H A Dtcp_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()
H A Dtcp_usrreq.c136 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_bblog_pru()
1461 struct inpcb *inp = tptoinpcb(tp); in tcp_connect()
1504 struct inpcb *inp = tptoinpcb(tp); in tcp6_connect()
1549 INP_LOCK_ASSERT(tptoinpcb(tp)); in tcp_fill_info()
2008 struct inpcb *inp = tptoinpcb(tp); in tcp_default_ctloutput()
2660 struct inpcb *inp = tptoinpcb(tp); in tcp_disconnect()
2704 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_usrclosed()
H A Dtcp_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()
H A Dtcp_reass.c299 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_reass_flush()
524 struct inpcb *inp = tptoinpcb(tp); in tcp_reass()
H A Dtcp_subr.c1030 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_default_fb_init()
1112 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_default_fb_fini()
1778 inp = tptoinpcb(tp); in tcp_respond()
2319 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_drop()
2337 struct inpcb *inp = tptoinpcb(tp); in tcp_discardcb()
2465 struct inpcb *inp = tptoinpcb(tp); in tcp_close()
3395 struct inpcb *inp = tptoinpcb(tp); in tcp6_use_min_mtu()
/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c366 inp = tptoinpcb(tp); in ctf_process_inbound_raw()
529 INP_WUNLOCK(tptoinpcb(tp)); in ctf_do_dropwithreset()
717 INP_WUNLOCK(tptoinpcb(tp)); in ctf_do_drop()
932 INP_WUNLOCK(tptoinpcb(tp)); in ctf_do_dropwithreset_conn()
H A Dbbr.c731 struct inpcb *inp = tptoinpcb(tp); in bbr_start_hpts_timer()
3600 INP_WLOCK_ASSERT(tptoinpcb(tp)); in bbr_ack_received()
3752 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_bbr_partialack()
3766 INP_WLOCK_ASSERT(tptoinpcb(tp)); in bbr_post_recovery()
3921 INP_WLOCK_ASSERT(tptoinpcb(tp)); in bbr_cong_signal()
5906 INP_WLOCK_ASSERT(tptoinpcb(tp)); in bbr_log_output()
7312 INP_WLOCK_ASSERT(tptoinpcb(tp)); in bbr_log_ack()
7770 INP_WLOCK_ASSERT(tptoinpcb(tp)); in bbr_process_ack()
8129 INP_WLOCK_ASSERT(tptoinpcb(tp)); in bbr_process_data()
8728 INP_WLOCK_ASSERT(tptoinpcb(tp)); in bbr_do_syn_sent()
[all …]
/freebsd/sys/netinet/khelp/
H A Dh_ertt.c219 INP_WLOCK_ASSERT(tptoinpcb(tp)); in ertt_packet_measurement_hook()
452 INP_WLOCK_ASSERT(tptoinpcb(tp)); in ertt_add_tx_segment_info_hook()
/freebsd/sys/netinet/cc/
H A Dcc_vegas.c187 INP_WLOCK_ASSERT(tptoinpcb(ccv->ccvc.tcp)); in vegas_cb_init()
H A Dcc_htcp.c256 INP_WLOCK_ASSERT(tptoinpcb(ccv->ccvc.tcp)); in htcp_cb_init()
H A Dcc_chd.c325 INP_WLOCK_ASSERT(tptoinpcb(ccv->ccvc.tcp)); in chd_cb_init()
H A Dcc_dctcp.c204 INP_WLOCK_ASSERT(tptoinpcb(ccv->ccvc.tcp)); in dctcp_cb_init()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_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()
H A Dt4_tom.c366 struct inpcb *inp = tptoinpcb(tp); in t4_pcb_detach()
821 INP_LOCK_ASSERT(tptoinpcb(tp)); in t4_tcp_info()
834 INP_WLOCK_ASSERT(tptoinpcb(tp)); in t4_alloc_tls_session()
885 struct inpcb *inp = tptoinpcb(tp); in t4_pmtu_update()

12