Home
last modified time | relevance | path

Searched refs:INP_WLOCK (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/sys/netinet/
H A Dtcp_hpts_test.c641 INP_WLOCK(&tp->t_inpcb); in KTEST_FUNC()
659 INP_WLOCK(&tp->t_inpcb); in KTEST_FUNC()
709 INP_WLOCK(&tp->t_inpcb); in KTEST_FUNC()
836 INP_WLOCK(&tcpcbs[i]->t_inpcb); in KTEST_FUNC()
855 INP_WLOCK(&tcpcbs[i]->t_inpcb); in KTEST_FUNC()
910 INP_WLOCK(&tcpcbs[i]->t_inpcb); in KTEST_FUNC()
937 INP_WLOCK(&tcpcbs[i]->t_inpcb); in KTEST_FUNC()
980 INP_WLOCK(&tp1->t_inpcb); in KTEST_FUNC()
985 INP_WLOCK(&tp2->t_inpcb); in KTEST_FUNC()
1048 INP_WLOCK(&tp->t_inpcb); in KTEST_FUNC()
[all …]
H A Dtcp_usrreq.c202 INP_WLOCK(inp); in tcp_usr_detach()
228 INP_WLOCK(inp); in tcp_usr_bind()
280 INP_WLOCK(inp); in tcp6_usr_bind()
351 INP_WLOCK(inp); in tcp_usr_listen()
406 INP_WLOCK(inp); in tcp6_usr_listen()
474 INP_WLOCK(inp); in tcp_usr_connect()
541 INP_WLOCK(inp); in tcp6_usr_connect()
678 INP_WLOCK(inp); in tcp_usr_disconnect()
704 INP_WLOCK(inp); in tcp_usr_accept()
735 INP_WLOCK(inp); in tcp6_usr_accept()
[all …]
H A Dudp_usrreq.c916 INP_WLOCK(inp); in udp_ctloutput()
981 INP_WLOCK(inp); in udp_ctloutput()
1169 INP_WLOCK(inp); in udp_send()
1529 INP_WLOCK(inp); in udp_abort()
1579 INP_WLOCK(inp); in udp_set_kernel_tunneling()
1618 INP_WLOCK(inp); in udp_bind()
1632 INP_WLOCK(inp); in udp_close()
1658 INP_WLOCK(inp); in udp_connect()
1686 INP_WLOCK(inp); in udp_detach()
1697 INP_WLOCK(inp); in udp_disconnect()
H A Dip_output.c1115 INP_WLOCK(inp); in ip_ctloutput()
1129 INP_WLOCK(inp); in ip_ctloutput()
1169 INP_WLOCK(inp); in ip_ctloutput()
1222 INP_WLOCK(inp); \ in ip_ctloutput()
1231 INP_WLOCK(inp); \ in ip_ctloutput()
1287 INP_WLOCK(inp); in ip_ctloutput()
1293 INP_WLOCK(inp); in ip_ctloutput()
1340 INP_WLOCK(inp); in ip_ctloutput()
H A Draw_ip.c657 INP_WLOCK(inp); in rip_ctloutput()
797 INP_WLOCK(inp); in rip_detach()
810 INP_WLOCK(inp); in rip_dodisconnect()
884 INP_WLOCK(inp); in rip_bind()
906 INP_WLOCK(inp); in rip_connect()
H A Dtcp_log_buf.c447 INP_WLOCK(inp); in tcp_log_unref_bucket()
584 INP_WLOCK(inp); in tcp_log_apply_ratio()
734 INP_WLOCK(inp); in tcp_log_set_id()
931 INP_WLOCK(inp); in tcp_log_set_id()
968 INP_WLOCK(inp); in tcp_log_set_id()
1369 INP_WLOCK(tln->tln_inp); in tcp_log_expire()
2259 INP_WLOCK(inp); in tcp_log_getlogbuf()
2422 INP_WLOCK(inp); in tcp_log_dump_tp_logbuf()
2647 INP_WLOCK(cur_tln->tln_inp); in tcp_log_dumpbucketlogs()
2709 INP_WLOCK(inp); in tcp_log_dumpbucketlogs()
[all …]
H A Dtoecore.c534 INP_WLOCK(inp); /* re-acquire */ in toe_connect_failed()
538 INP_WLOCK(inp); /* re-acquire */ in toe_connect_failed()
H A Din_mcast.c1556 INP_WLOCK(inp); in inp_findmoptions()
1571 INP_WLOCK(inp); in inp_findmoptions()
1647 INP_WLOCK(inp); in inp_get_source_filters()
1740 INP_WLOCK(inp); in inp_getmoptions()
2147 INP_WLOCK(inp); in inp_join_group()
2590 INP_WLOCK(inp); in inp_set_source_filters()
H A Din_pcb.h515 #define INP_WLOCK(inp) rw_wlock(&(inp)->inp_lock) macro
/freebsd/sys/netinet6/
H A Dudp6_usrreq.c745 INP_WLOCK(inp); in udp6_send()
986 INP_WLOCK(inp); in udp6_abort()
1056 INP_WLOCK(inp); in udp6_bind()
1097 INP_WLOCK(inp); in udp6_close()
1134 INP_WLOCK(inp); in udp6_connect()
1215 INP_WLOCK(inp); in udp6_detach()
1227 INP_WLOCK(inp); in udp6_disconnect()
H A Dip6_output.c1516 INP_WLOCK(inp); in ip6_ctloutput()
1530 INP_WLOCK(inp); in ip6_ctloutput()
1565 INP_WLOCK(inp); in ip6_ctloutput()
1642 INP_WLOCK(inp); \ in ip6_ctloutput()
1651 INP_WLOCK(inp); \ in ip6_ctloutput()
1668 INP_WLOCK(inp); \ in ip6_ctloutput()
1675 INP_WLOCK(inp); \ in ip6_ctloutput()
1700 INP_WLOCK(inp); in ip6_ctloutput()
1752 INP_WLOCK(inp); in ip6_ctloutput()
1789 INP_WLOCK(inp); in ip6_ctloutput()
[all …]
H A Draw_ip6.c402 INP_WLOCK(inp); in rip6_send()
696 INP_WLOCK(inp); in rip6_detach()
775 INP_WLOCK(inp); in rip6_bind()
813 INP_WLOCK(inp); in rip6_connect()
H A Din6_mcast.c1588 INP_WLOCK(inp); in in6p_findmoptions()
1601 INP_WLOCK(inp); in in6p_findmoptions()
1704 INP_WLOCK(inp); in in6p_get_source_filters()
1793 INP_WLOCK(inp); in ip6_getmoptions()
2140 INP_WLOCK(inp); in in6p_join_group()
2574 INP_WLOCK(inp); in in6p_set_source_filters()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c845 INP_WLOCK(inp); in t4_syncache_removed()
899 INP_WLOCK(inp); in do_pass_open_rpl()
983 INP_WLOCK(inp); in do_close_server_rpl()
1019 INP_WLOCK(synqe->lctx->inp); in synack_failure_cleanup()
1049 INP_WLOCK(inp); in do_abort_req_synqe()
1095 INP_WLOCK(inp); in do_abort_rpl_synqe()
1570 INP_WLOCK(inp); in do_pass_accept_req()
1649 INP_WLOCK(inp); in do_pass_establish()
H A Dt4_cpl_io.c1682 INP_WLOCK(inp); in do_peer_close()
1741 INP_WLOCK(inp); in do_peer_close()
1782 INP_WLOCK(inp); in do_close_con_rpl()
1804 INP_WLOCK(inp); in do_close_con_rpl()
1904 INP_WLOCK(inp); in do_abort_req()
1932 INP_WLOCK(inp); /* re-acquire */ in do_abort_req()
1973 INP_WLOCK(inp); in do_abort_rpl()
2014 INP_WLOCK(inp); in do_rx_data()
2061 INP_WLOCK(inp); in do_rx_data()
2179 INP_WLOCK(inp); in do_fw4_ack()
[all …]
H A Dt4_connect.c90 INP_WLOCK(inp); in do_act_establish()
141 INP_WLOCK(inp); in act_open_failure_cleanup()
H A Dt4_tls.c783 INP_WLOCK(inp); in do_tls_data()
852 INP_WLOCK(inp); in do_rx_tls_cmp()
960 INP_WLOCK(inp); in do_rx_tls_cmp()
1387 INP_WLOCK(inp); in do_tls_tcb_rpl()
H A Dt4_ddp.c656 INP_WLOCK(inp); in handle_ddp_data_aio()
874 INP_WLOCK(inp); in handle_ddp_data_rcvbuf()
1039 INP_WLOCK(inp); in do_ddp_tcb_rpl()
2561 INP_WLOCK(inp); in aio_ddp_requeue()
2813 INP_WLOCK(inp); in t4_aio_queue_ddp()
2957 INP_WLOCK(inp); in t4_enable_ddp_rcv()
/freebsd/sys/kern/
H A Duipc_ktls.c877 INP_WLOCK(inp); in ktls_try_toe()
1427 INP_WLOCK(inp); in ktls_enable_tx()
1597 INP_WLOCK(inp); in ktls_set_tx_mode()
1606 INP_WLOCK(inp); in ktls_set_tx_mode()
1619 INP_WLOCK(inp); in ktls_set_tx_mode()
1623 INP_WLOCK(inp); in ktls_set_tx_mode()
1772 INP_WLOCK(inp); in ktls_reset_send_tag()
1782 INP_WLOCK(inp); in ktls_reset_send_tag()
1797 INP_WLOCK(inp); in ktls_reset_send_tag()
1939 INP_WLOCK(inp); in ktls_destroy()
[all …]
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c503 INP_WLOCK(inp); in do_rx_iscsi_ddp()
540 INP_WLOCK(inp); in do_rx_iscsi_ddp()
656 INP_WLOCK(inp); in do_rx_iscsi_cmp()
792 INP_WLOCK(inp); in do_rx_iscsi_cmp()
H A Dicl_cxgbei.c477 INP_WLOCK(inp); in icl_cxgbei_tx_main()
1082 INP_WLOCK(inp); in icl_cxgbei_conn_handoff()
1221 INP_WLOCK(inp); in icl_cxgbei_conn_close()
1427 INP_WLOCK(inp); in icl_cxgbei_conn_task_setup()
1605 INP_WLOCK(inp); in icl_cxgbei_conn_transfer_setup()
/freebsd/sys/netipsec/
H A Dxform_tcp.c104 INP_WLOCK(inp); in tcp_ipsec_pcbctl()
H A Dudpencap.c96 INP_WLOCK(inp); in udp_ipsec_pcbctl()
H A Dipsec_pcb.c348 INP_WLOCK(inp); in ipsec_set_pcbpolicy()
/freebsd/sys/dev/cxgbe/nvmf/
H A Dnvmf_che.c571 INP_WLOCK(inp); in che_write_adapter_mem()
871 INP_WLOCK(inp); in nvmf_che_write_pdu()
2058 INP_WLOCK(inp); in do_nvmt_data()
2112 INP_WLOCK(inp); in do_nvmt_cmp()
2509 INP_WLOCK(inp); in che_allocate_qpair()
2771 INP_WLOCK(inp); in che_free_qpair()

12