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

  /src/sys/external/bsd/ipf/netinet/
ip_state.c 516 ipf_state_softc_t *softs = softc->ipf_state_soft;
547 ipf_state_softc_t *softs = softc->ipf_state_soft;
592 ipf_state_softc_t *softs = softc->ipf_state_soft;
1052 ipf_state_softc_t *softs = softc->ipf_state_soft;
1351 ipf_state_softc_t *softs = softc->ipf_state_soft;
2119 ipf_state_softc_t *softs = softc->ipf_state_soft;
2301 ipf_state_softc_t *softs = softc->ipf_state_soft;
2392 ipf_state_softc_t *softs = softc->ipf_state_soft;
2626 ipf_state_softc_t *softs = softc->ipf_state_soft;
2847 ipf_state_softc_t *softs = softc->ipf_state_soft;
    [all...]
fil.c 8115 ipf_state_setlock(softc->ipf_state_soft, tmp);
9294 softc->ipf_state_soft = ipf_state_soft_create(softc);
9295 if (softc->ipf_state_soft == NULL) {
9343 if (softc->ipf_state_soft != NULL) {
9344 ipf_state_soft_destroy(softc, softc->ipf_state_soft);
9345 softc->ipf_state_soft = NULL;
9415 if (ipf_state_soft_init(softc, softc->ipf_state_soft) == -1)
9460 if (ipf_state_soft_fini(softc, softc->ipf_state_soft) == -1)
ip_fil.h 1643 void *ipf_state_soft; member in struct:ipf_main_softc_s
  /src/external/bsd/ipf/dist/tools/
ipftest.c 333 ipf_state_dump(softc, softc->ipf_state_soft);
334 ipf_lookup_dump(softc, softc->ipf_state_soft);

Completed in 68 milliseconds