HomeSort by: relevance | last modified time | path
    Searched refs:ipf_authlk (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_auth.c 146 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...]
  /src/external/bsd/ipf/dist/tools/
ipftest.c 29 ipfrwlock_t ipf_frag, ipf_state, ipf_nat, ipf_natfrag, ipf_authlk; variable

Completed in 160 milliseconds