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

  /src/sys/external/bsd/ipf/netinet/
ip_frag.c 520 fra = ipfr_frag_new(softc, softf, fin, pass, softf->ipfr_heads, &softc->ipf_frag);
529 RWLOCK_EXIT(&softc->ipf_frag);
884 &softc->ipf_frag);
912 RWLOCK_EXIT(&softc->ipf_frag);
1004 WRITE_ENTER(&softc->ipf_frag);
1010 RWLOCK_EXIT(&softc->ipf_frag);
1048 WRITE_ENTER(&softc->ipf_frag);
1059 RWLOCK_EXIT(&softc->ipf_frag);
ip_fil.h 1598 ipfrwlock_t ipf_frag; member in struct:ipf_main_softc_s
fil.c 9035 RWLOCK_INIT(&softc->ipf_frag, "ipf frag rwlock");
9099 RW_DESTROY(&softc->ipf_frag);

Completed in 22 milliseconds