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

  /src/sys/external/bsd/ipf/netinet/
ip_sync.c 430 ipf_sync_softc_t *softs = softc->ipf_sync_soft;
577 ipf_sync_softc_t *softs = softc->ipf_sync_soft;
684 ipf_sync_softc_t *softs = softc->ipf_sync_soft;
912 ipf_sync_softc_t *softs = softc->ipf_sync_soft;
1012 ipf_sync_softc_t *softs = softc->ipf_sync_soft;
1144 ipf_sync_softc_t *softs = softc->ipf_sync_soft;
1271 ipf_sync_softc_t *softs = softc->ipf_sync_soft;
1390 ipf_sync_softc_t *softs = softc->ipf_sync_soft;
1416 ipf_sync_softc_t *softs = softc->ipf_sync_soft;
1446 ipf_sync_softc_t *softs = softc->ipf_sync_soft;
    [all...]
fil.c 9287 softc->ipf_sync_soft = ipf_sync_soft_create(softc);
9288 if (softc->ipf_sync_soft == NULL) {
9367 if (softc->ipf_sync_soft != NULL) {
9368 ipf_sync_soft_destroy(softc, softc->ipf_sync_soft);
9369 softc->ipf_sync_soft = NULL;
9411 if (ipf_sync_soft_init(softc, softc->ipf_sync_soft) == -1)
9462 if (ipf_sync_soft_fini(softc, softc->ipf_sync_soft) == -1)
ip_fil.h 1646 void *ipf_sync_soft; member in struct:ipf_main_softc_s
ip_nat.c 2341 ipf_sync_del_nat(softc->ipf_sync_soft, nat->nat_sync);
3346 ipf_sync_del_nat(softc->ipf_sync_soft, nat->nat_sync);
ip_state.c 3617 ipf_sync_del_state(softc->ipf_sync_soft, is->is_sync);
ip_nat6.c 1234 ipf_sync_del_nat(softc->ipf_sync_soft, nat->nat_sync);

Completed in 150 milliseconds