| /freebsd-14-stable/sys/netinet/ |
| HD | tcp_offload.c | 116 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()
|
| HD | tcp_timer.c | 298 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 …]
|
| HD | tcp_sack.c | 175 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()
|
| HD | tcp_log_buf.c | 524 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 …]
|
| HD | tcp_lro_hpts.c | 467 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));
|
| HD | tcp_hpts.c | 496 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()
|
| HD | tcp_input.c | 307 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 …]
|
| HD | tcp_var.h | 663 #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()
|
| HD | toecore.c | 241 struct inpcb *inp = tptoinpcb(tp); in toe_listen_start_event() 255 struct inpcb *inp = tptoinpcb(tp); in toe_listen_stop_event()
|
| HD | tcp_timewait.c | 111 struct inpcb *inp = tptoinpcb(tp); in tcp_twstart()
|
| HD | tcp_stats.c | 200 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_stats_sample_rollthedice()
|
| HD | tcp_fastopen.c | 869 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()
|
| HD | tcp_usrreq.c | 138 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()
|
| HD | tcp_ratelimit.c | 1332 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()
|
| HD | tcp_subr.c | 1078 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()
|
| HD | tcp_reass.c | 301 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/ |
| HD | rack_bbr_common.c | 366 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()
|
| HD | bbr.c | 731 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/ |
| HD | h_ertt.c | 220 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/ |
| HD | cc_vegas.c | 188 INP_WLOCK_ASSERT(tptoinpcb(ccv->ccvc.tcp)); in vegas_cb_init()
|
| HD | cc_htcp.c | 257 INP_WLOCK_ASSERT(tptoinpcb(ccv->ccvc.tcp)); in htcp_cb_init()
|
| HD | cc_chd.c | 325 INP_WLOCK_ASSERT(tptoinpcb(ccv->ccvc.tcp)); in chd_cb_init()
|
| HD | cc_dctcp.c | 205 INP_WLOCK_ASSERT(tptoinpcb(ccv->ccvc.tcp)); in dctcp_cb_init()
|
| /freebsd-14-stable/sys/dev/cxgbe/tom/ |
| HD | t4_cpl_io.c | 299 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()
|
| HD | t4_tom.c | 382 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()
|