Home
last modified time | relevance | path

Searched refs:ipf_mutex (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dmlfk_ipl.c346 WRITE_ENTER(&V_ipfmain.ipf_mutex); in sysctl_ipf_int()
365 RWLOCK_EXIT(&V_ipfmain.ipf_mutex); in sysctl_ipf_int()
H A Dfil.c2993 READ_ENTER(&softc->ipf_mutex);
3126 RWLOCK_EXIT(&softc->ipf_mutex);
3223 RWLOCK_EXIT(&softc->ipf_mutex);
3770 WRITE_ENTER(&softc->ipf_mutex);
3788 RWLOCK_EXIT(&softc->ipf_mutex);
4128 WRITE_ENTER(&softc->ipf_mutex);
4142 RWLOCK_EXIT(&softc->ipf_mutex);
4977 WRITE_ENTER(&softc->ipf_mutex);
5178 RWLOCK_EXIT(&softc->ipf_mutex);
7963 READ_ENTER(&softc->ipf_mutex);
[all …]
H A Dip_sync.c703 READ_ENTER(&softc->ipf_mutex);
711 RWLOCK_EXIT(&softc->ipf_mutex);
H A Dip_fil.h1512 ipfrwlock_t ipf_mutex; member