Searched refs:inp_sofree_mtx (Results 1 – 3 of 3) sorted by relevance
240 mtx_init(&inp->inp_sofree_mtx, IPL_SOFTNET); in in_pcballoc()588 mtx_enter(&inp->inp_sofree_mtx); in in_pcbdetach()590 mtx_leave(&inp->inp_sofree_mtx); in in_pcbdetach()632 mtx_enter(&inp->inp_sofree_mtx); in in_pcbsolock_ref()634 mtx_leave(&inp->inp_sofree_mtx); in in_pcbsolock_ref()
142 struct mutex inp_sofree_mtx; /* protect socket free */ member
1698 mtx_enter(&inp->inp_sofree_mtx); \ in sysctl_file()1700 mtx_leave(&inp->inp_sofree_mtx); \ in sysctl_file()