Home
last modified time | relevance | path

Searched refs:INP_HASH_WLOCK (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netinet6/
H A Dudp6_usrreq.c867 INP_HASH_WLOCK(pcbinfo); in udp6_output()
1025 INP_HASH_WLOCK(pcbinfo); in udp6_abort()
1095 INP_HASH_WLOCK(pcbinfo); in udp6_bind()
1156 INP_HASH_WLOCK(pcbinfo); in udp6_close()
1210 INP_HASH_WLOCK(pcbinfo); in udp6_connect()
1243 INP_HASH_WLOCK(pcbinfo); in udp6_connect()
1312 INP_HASH_WLOCK(pcbinfo); in udp6_disconnect()
/f-stack/freebsd/netinet/
H A Dudp_usrreq.c1361 INP_HASH_WLOCK(pcbinfo); in udp_output()
1541 INP_HASH_WLOCK(pcbinfo); in udp_abort()
1627 INP_HASH_WLOCK(pcbinfo); in udp_bind()
1645 INP_HASH_WLOCK(pcbinfo); in udp_close()
1678 INP_HASH_WLOCK(pcbinfo); in udp_connect()
1725 INP_HASH_WLOCK(pcbinfo); in udp_disconnect()
H A Dtcp_usrreq.c384 INP_HASH_WLOCK(&V_tcbinfo); in tcp_usr_bind()
428 INP_HASH_WLOCK(&V_tcbinfo); in tcp6_usr_bind()
488 INP_HASH_WLOCK(&V_tcbinfo); in tcp_usr_listen()
535 INP_HASH_WLOCK(&V_tcbinfo); in tcp6_usr_listen()
1600 INP_HASH_WLOCK(&V_tcbinfo); in tcp_connect()
1718 INP_HASH_WLOCK(&V_tcbinfo); in tcp6_connect()
H A Dip_divert.c625 INP_HASH_WLOCK(&V_divcbinfo); in div_bind()
H A Din_pcb.h660 #define INP_HASH_WLOCK(ipi) mtx_lock(&(ipi)->ipi_hash_lock) macro
H A Din_pcb.c477 INP_HASH_WLOCK(pcbinfo); in in_pcblbgroup_numa()
1859 INP_HASH_WLOCK(inp->inp_pcbinfo); in in_pcbdrop()
2832 INP_HASH_WLOCK(pcbinfo); in in_pcbremlists()
H A Dtcp_syncache.c892 INP_HASH_WLOCK(&V_tcbinfo); in syncache_socket()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h660 #define INP_HASH_WLOCK(ipi) mtx_lock(&(ipi)->ipi_hash_lock) macro