Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_sync.c413 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()
871 ipf_sync_softc_t *softs = softc->ipf_sync_soft; in ipf_sync_nat()
971 ipf_sync_softc_t *softs = softc->ipf_sync_soft; in ipf_sync_new()
1103 ipf_sync_softc_t *softs = softc->ipf_sync_soft; in ipf_sync_update()
1230 ipf_sync_softc_t *softs = softc->ipf_sync_soft; in ipf_sync_ioctl()
1349 ipf_sync_softc_t *softs = softc->ipf_sync_soft; in ipf_sync_wakeup()
1375 ipf_sync_softc_t *softs = softc->ipf_sync_soft; in ipf_sync_poll_wakeup()
1405 ipf_sync_softc_t *softs = softc->ipf_sync_soft; in ipf_sync_expire()
H A Dfil.c9278 softc->ipf_sync_soft = ipf_sync_soft_create(softc);
9279 if (softc->ipf_sync_soft == NULL) {
9358 if (softc->ipf_sync_soft != NULL) {
9359 ipf_sync_soft_destroy(softc, softc->ipf_sync_soft);
9360 softc->ipf_sync_soft = NULL;
9402 if (ipf_sync_soft_init(softc, softc->ipf_sync_soft) == -1)
9453 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.c1232 ipf_sync_del_nat(softc->ipf_sync_soft, nat->nat_sync); in ipf_nat6_finalise()
H A Dip_nat.c2306 ipf_sync_del_nat(softc->ipf_sync_soft, nat->nat_sync); in ipf_nat_delete()
3322 ipf_sync_del_nat(softc->ipf_sync_soft, nat->nat_sync); in ipf_nat_finalise()
H A Dip_state.c3607 ipf_sync_del_state(softc->ipf_sync_soft, is->is_sync); in ipf_state_del()