Home
last modified time | relevance | path

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

/src/sys/netpfil/ipfilter/netinet/
H A Dip_sync.c410 ipf_sync_softc_t *softs = softc->ipf_sync_soft; in ipf_sync_write()
560 ipf_sync_softc_t *softs = softc->ipf_sync_soft; in ipf_sync_read()
643 ipf_sync_softc_t *softs = softc->ipf_sync_soft; in ipf_sync_state()
881 ipf_sync_softc_t *softs = softc->ipf_sync_soft; in ipf_sync_nat()
991 ipf_sync_softc_t *softs = softc->ipf_sync_soft; in ipf_sync_new()
1123 ipf_sync_softc_t *softs = softc->ipf_sync_soft; in ipf_sync_update()
1250 ipf_sync_softc_t *softs = softc->ipf_sync_soft; in ipf_sync_ioctl()
1369 ipf_sync_softc_t *softs = softc->ipf_sync_soft; in ipf_sync_wakeup()
1395 ipf_sync_softc_t *softs = softc->ipf_sync_soft; in ipf_sync_poll_wakeup()
1425 ipf_sync_softc_t *softs = softc->ipf_sync_soft; in ipf_sync_expire()
H A Dfil.c9348 softc->ipf_sync_soft = ipf_sync_soft_create(softc);
9349 if (softc->ipf_sync_soft == NULL) {
9428 if (softc->ipf_sync_soft != NULL) {
9429 ipf_sync_soft_destroy(softc, softc->ipf_sync_soft);
9430 softc->ipf_sync_soft = NULL;
9472 if (ipf_sync_soft_init(softc, softc->ipf_sync_soft) == -1)
9523 if (ipf_sync_soft_fini(softc, softc->ipf_sync_soft) == -1)
H A Dip_fil.h1565 void *ipf_sync_soft; member
H A Dip_nat6.c1226 ipf_sync_del_nat(softc->ipf_sync_soft, nat->nat_sync); in ipf_nat6_finalise()
H A Dip_nat.c2343 ipf_sync_del_nat(softc->ipf_sync_soft, nat->nat_sync); in ipf_nat_delete()
3356 ipf_sync_del_nat(softc->ipf_sync_soft, nat->nat_sync); in ipf_nat_finalise()
H A Dip_state.c3591 ipf_sync_del_state(softc->ipf_sync_soft, is->is_sync); in ipf_state_del()