Home
last modified time | relevance | path

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

12

/freebsd/sys/netinet/
H A Dtcp_offload.c70 INP_WLOCK_ASSERT(sotoinpcb(so)); in tcp_offload_connect()
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()
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()
317 INP_WLOCK_ASSERT(inp); in tcp_timer_delack()
336 INP_WLOCK_ASSERT(inp); in tcp_timer_2msl()
386 INP_WLOCK_ASSERT(inp); in tcp_timer_keep()
494 INP_WLOCK_ASSERT(inp); in tcp_timer_persist()
558 INP_WLOCK_ASSERT(inp); in tcp_timer_rexmt()
830 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_bblog_timer()
880 INP_WLOCK_ASSERT(inp); in tcp_timer_enter()
915 INP_WLOCK_ASSERT(inp); in tcp_timer_activate()
940 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_timer_active()
[all …]
H A Dtcp_timewait.c115 INP_WLOCK_ASSERT(inp); in tcp_twstart()
172 INP_WLOCK_ASSERT(inp); in tcp_twcheck()
267 INP_WLOCK_ASSERT(inp); in tcp_twcheck()
H A Dtoecore.c218 INP_WLOCK_ASSERT(inp); in toe_listen_start()
243 INP_WLOCK_ASSERT(inp); in toe_listen_start_event()
258 INP_WLOCK_ASSERT(inp); in toe_listen_stop_event()
516 INP_WLOCK_ASSERT(inp); in toe_connect_failed()
544 INP_WLOCK_ASSERT(inp); in toe_connect_failed()
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()
912 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_free_sackholes()
937 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_resend_sackholes()
960 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_sack_partialack()
1048 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_sack_output()
1095 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()
551 INP_WLOCK_ASSERT(inp); in tcp_log_apply_ratio()
609 INP_WLOCK_ASSERT(inp); in tcp_log_set_tag()
656 INP_WLOCK_ASSERT(inp); in tcp_log_set_id()
1056 INP_WLOCK_ASSERT(inp); in tcp_log_get_tag()
1098 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_log_get_id_cnt()
1408 INP_WLOCK_ASSERT(inp); in tcp_log_move_tp_to_node()
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()
[all …]
H A Din_pcb.c333 INP_WLOCK_ASSERT(inp); in in_pcblbgroup_insert()
401 INP_WLOCK_ASSERT(inp); in in_pcbinslbgrouphash()
474 INP_WLOCK_ASSERT(inp); in in_pcbremlbgrouphash()
535 INP_WLOCK_ASSERT(inp); in in_pcblbgroup_numa()
725 INP_WLOCK_ASSERT(inp); in in_pcbbind()
1090 INP_WLOCK_ASSERT(inp); in in_pcbconnect()
1423 INP_WLOCK_ASSERT(inp); in in_pcbdisconnect()
1443 INP_WLOCK_ASSERT(inp); in in_pcblisten()
1723 INP_WLOCK_ASSERT(inp); in in_pcbrele_wlocked()
1767 INP_WLOCK_ASSERT(inp); in in_pcbfree()
[all …]
H A Dtcp_input.c297 INP_WLOCK_ASSERT(tptoinpcb(tp)); in cc_ack_received()
368 INP_WLOCK_ASSERT(inp); in cc_conn_init()
418 INP_WLOCK_ASSERT(tptoinpcb(tp)); in cc_cong_signal()
484 INP_WLOCK_ASSERT(tptoinpcb(tp)); in cc_post_recovery()
520 INP_WLOCK_ASSERT(tptoinpcb(tp)); in cc_ecnpkt_handler_flags()
1152 INP_WLOCK_ASSERT(inp); in tcp_input_with_port()
1504 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_handle_wakeup()
1540 INP_WLOCK_ASSERT(inp); in tcp_do_segment()
2924 INP_WLOCK_ASSERT(inp); in tcp_do_segment()
3118 INP_WLOCK_ASSERT(inp); in tcp_do_segment()
[all …]
H A Dtcp_usrreq.c133 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_bblog_pru()
1473 INP_WLOCK_ASSERT(inp); in tcp_connect()
1516 INP_WLOCK_ASSERT(inp); in tcp6_connect()
1657 INP_WLOCK_ASSERT(inp); in tcp_ctloutput_set()
1825 INP_WLOCK_ASSERT(inp); in tcp_ctloutput_get()
2029 INP_WLOCK_ASSERT(inp); in tcp_default_ctloutput()
2641 INP_WLOCK_ASSERT(inp); in tcp_disconnect()
2681 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_usrclosed()
H A Dtcp_stats.c199 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_stats_sample_rollthedice()
H A Dtcp_var.h669 INP_WLOCK_ASSERT(inp); in tcp_output()
695 INP_WLOCK_ASSERT(inp); in tcp_output_unlock()
727 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_output_nodrop()
746 INP_WLOCK_ASSERT(inp); in tcp_unlock_or_drop()
H A Din_mcast.c1495 INP_WLOCK_ASSERT(inp); in inp_block_unblock_source()
1631 INP_WLOCK_ASSERT(inp); in inp_get_source_filters()
2111 INP_WLOCK_ASSERT(inp); in inp_join_group()
2364 INP_WLOCK_ASSERT(inp); in inp_leave_group()
2578 INP_WLOCK_ASSERT(inp); in inp_set_source_filters()
2649 INP_WLOCK_ASSERT(inp); in inp_set_source_filters()
H A Dtcp_subr.c1031 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_default_fb_init()
1113 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_default_fb_fini()
1635 INP_WLOCK_ASSERT(inp); in tcpip_fillheaders()
2366 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_drop()
2391 INP_WLOCK_ASSERT(inp); in tcp_discardcb()
2505 INP_WLOCK_ASSERT(inp); in tcp_close()
2552 INP_WLOCK_ASSERT(inp); in tcp_notify()
3266 INP_WLOCK_ASSERT(inp); in tcp_drop_syn_sent()
3301 INP_WLOCK_ASSERT(inp); in tcp_mtudisc()
3442 INP_WLOCK_ASSERT(inp); in tcp6_use_min_mtu()
H A Dtcp_hpts.c500 INP_WLOCK_ASSERT(inp); in tcp_hpts_insert_internal()
576 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_hpts_remove()
824 INP_WLOCK_ASSERT(tptoinpcb(tp)); in tcp_hpts_insert_diag()
1495 INP_WLOCK_ASSERT(tptoinpcb(tp)); in __tcp_set_hpts()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c332 INP_WLOCK_ASSERT(inp); in alloc_lctx()
371 INP_WLOCK_ASSERT(inp); in free_lctx()
470 INP_WLOCK_ASSERT(inp); in release_lctx()
492 INP_WLOCK_ASSERT(synqe->lctx->inp); in send_flowc_wr_synqe()
534 INP_WLOCK_ASSERT(synqe->lctx->inp); in send_abort_rpl_synqe()
660 INP_WLOCK_ASSERT(inp); in t4_listen_start()
753 INP_WLOCK_ASSERT(inp); in t4_listen_stop()
815 INP_WLOCK_ASSERT(inp); in release_synqe()
998 INP_WLOCK_ASSERT(inp); in done_with_synqe()
1114 INP_WLOCK_ASSERT(inp); in t4_offload_socket()
[all …]
H A Dt4_cpl_io.c244 INP_WLOCK_ASSERT(inp); in send_reset()
360 INP_WLOCK_ASSERT(inp); in make_established()
421 INP_WLOCK_ASSERT(inp); in t4_rcvd_locked()
651 INP_WLOCK_ASSERT(inp); in t4_push_frames()
1129 INP_WLOCK_ASSERT(inp); in t4_push_pdus()
1252 INP_WLOCK_ASSERT(inp); in t4_tod_output()
1271 INP_WLOCK_ASSERT(inp); in t4_send_fin()
1292 INP_WLOCK_ASSERT(inp); in t4_send_rst()
H A Dt4_tom.c234 INP_WLOCK_ASSERT(inp); in offload_socket()
279 INP_WLOCK_ASSERT(inp); in undo_offload_socket()
386 INP_WLOCK_ASSERT(inp); in t4_pcb_detach()
850 INP_WLOCK_ASSERT(tptoinpcb(tp)); in t4_alloc_tls_session()
906 INP_WLOCK_ASSERT(inp); in t4_pmtu_update()
993 INP_WLOCK_ASSERT(inp); in final_cpl_received()
/freebsd/sys/netinet6/
H A Din6_pcb.c135 INP_WLOCK_ASSERT(inp); in in6_pcbsetport()
310 INP_WLOCK_ASSERT(inp); in in6_pcbbind()
390 INP_WLOCK_ASSERT(inp); in in6_pcbladdr()
468 INP_WLOCK_ASSERT(inp); in in6_pcbconnect()
537 INP_WLOCK_ASSERT(inp); in in6_pcbdisconnect()
686 INP_WLOCK_ASSERT(inp); in in6_pcbnotify()
H A Din6_mcast.c1528 INP_WLOCK_ASSERT(inp); in in6p_block_unblock_source()
1674 INP_WLOCK_ASSERT(inp); in in6p_get_source_filters()
2086 INP_WLOCK_ASSERT(inp); in in6p_join_group()
2363 INP_WLOCK_ASSERT(inp); in in6p_leave_group()
2543 INP_WLOCK_ASSERT(inp); in in6p_set_source_filters()
2624 INP_WLOCK_ASSERT(inp); in in6p_set_source_filters()
/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->tp)); in vegas_cb_init()
H A Dcc_htcp.c257 INP_WLOCK_ASSERT(tptoinpcb(ccv->tp)); in htcp_cb_init()
/freebsd/sys/netipsec/
H A Dudpencap.c75 INP_WLOCK_ASSERT(inp); in udp_ipsec_pcbctl()
/freebsd/sys/security/mac/
H A Dmac_inet.c406 INP_WLOCK_ASSERT(inp); in mac_inpcb_sosetlabel()
/freebsd/sys/kern/
H A Duipc_ktls.c1469 INP_WLOCK_ASSERT(inp); in ktls_get_rx_mode()
1532 INP_WLOCK_ASSERT(inp); in ktls_get_tx_mode()
1565 INP_WLOCK_ASSERT(inp); in ktls_set_tx_mode()
2015 INP_WLOCK_ASSERT(inp); in ktls_destroy()
2050 INP_WLOCK_ASSERT(inp); in ktls_destroy()
3412 INP_WLOCK_ASSERT(inp); in ktls_disable_ifnet()

12