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

  /src/sys/external/bsd/ipf/netinet/
ip_state.c 556 WRITE_ENTER(&softc->ipf_state);
566 RWLOCK_EXIT(&softc->ipf_state);
569 RWLOCK_EXIT(&softc->ipf_state);
615 WRITE_ENTER(&softc->ipf_state);
617 RWLOCK_EXIT(&softc->ipf_state);
635 WRITE_ENTER(&softc->ipf_state);
637 RWLOCK_EXIT(&softc->ipf_state);
649 WRITE_ENTER(&softc->ipf_state);
651 RWLOCK_EXIT(&softc->ipf_state);
852 READ_ENTER(&softc->ipf_state);
    [all...]
ip_ipsec_pxy.c 324 READ_ENTER(&softc->ipf_state);
329 RWLOCK_EXIT(&softc->ipf_state);
331 RWLOCK_EXIT(&softc->ipf_state);
404 READ_ENTER(&softc->ipf_state);
410 RWLOCK_EXIT(&softc->ipf_state);
ip_pptp_pxy.c 255 READ_ENTER(&softc->ipf_state);
258 RWLOCK_EXIT(&softc->ipf_state);
260 RWLOCK_EXIT(&softc->ipf_state);
552 READ_ENTER(&softc->ipf_state);
556 RWLOCK_EXIT(&softc->ipf_state);
ip_sync.c 744 WRITE_ENTER(&softc->ipf_state);
786 READ_ENTER(&softc->ipf_state);
829 RWLOCK_EXIT(&softc->ipf_state);
ip_rpcb_pxy.c 1151 * If successful, fr_stlookup returns with ipf_state locked. We have
1156 RWLOCK_EXIT(&softc->ipf_state);
ip_ftp_pxy.c 263 READ_ENTER(&softc->ipf_state);
265 RWLOCK_EXIT(&softc->ipf_state);
ip_fil.h 1601 ipfrwlock_t ipf_state; member in struct:ipf_main_softc_s
fil.c 9032 RWLOCK_INIT(&softc->ipf_state, "ipf state rwlock");
9102 RW_DESTROY(&softc->ipf_state);

Completed in 27 milliseconds