Home
last modified time | relevance | path

Searched refs:ipf_sync_soft (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_sync.c429 ipf_sync_softc_t *softs = softc->ipf_sync_soft;
578 ipf_sync_softc_t *softs = softc->ipf_sync_soft;
664 ipf_sync_softc_t *softs = softc->ipf_sync_soft;
901 ipf_sync_softc_t *softs = softc->ipf_sync_soft;
1005 ipf_sync_softc_t *softs = softc->ipf_sync_soft;
1140 ipf_sync_softc_t *softs = softc->ipf_sync_soft;
1274 ipf_sync_softc_t *softs = softc->ipf_sync_soft;
1396 ipf_sync_softc_t *softs = softc->ipf_sync_soft;
1423 ipf_sync_softc_t *softs = softc->ipf_sync_soft;
1454 ipf_sync_softc_t *softs = softc->ipf_sync_soft;
H A Dfil.c9570 softc->ipf_sync_soft = ipf_sync_soft_create(softc);
9571 if (softc->ipf_sync_soft == NULL) {
9651 if (softc->ipf_sync_soft != NULL) {
9652 ipf_sync_soft_destroy(softc, softc->ipf_sync_soft);
9653 softc->ipf_sync_soft = NULL;
9696 if (ipf_sync_soft_init(softc, softc->ipf_sync_soft) == -1)
9748 if (ipf_sync_soft_fini(softc, softc->ipf_sync_soft) == -1)
H A Dip_fil.h1561 void *ipf_sync_soft; member
H A Dip_nat.c2349 ipf_sync_del_nat(softc->ipf_sync_soft, nat->nat_sync);
3384 ipf_sync_del_nat(softc->ipf_sync_soft, nat->nat_sync);
H A Dip_nat6.c1257 ipf_sync_del_nat(softc->ipf_sync_soft, nat->nat_sync);
H A Dip_state.c3692 ipf_sync_del_state(softc->ipf_sync_soft, is->is_sync);