Searched refs:ipf_authlk (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_auth.c146 ipfrwlock_t ipf_authlk; member in struct:ipf_auth_softc_s
226 RWLOCK_INIT(&softa->ipf_authlk, "ipf IP User-Auth rwlock");
348 RW_DESTROY(&softa->ipf_authlk);
398 READ_ENTER(&softa->ipf_authlk);
441 RWLOCK_EXIT(&softa->ipf_authlk);
443 WRITE_ENTER(&softa->ipf_authlk);
475 RWLOCK_EXIT(&softa->ipf_authlk);
485 RWLOCK_EXIT(&softa->ipf_authlk);
518 WRITE_ENTER(&softa->ipf_authlk);
522 RWLOCK_EXIT(&softa->ipf_authlk);
[all...]
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipftest.c29 ipfrwlock_t ipf_frag, ipf_state, ipf_nat, ipf_natfrag, ipf_authlk; variable

Completed in 280 milliseconds