HomeSort by: relevance | last modified time | path
    Searched defs:ipf_sync_softc_t (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_sync.c 142 } ipf_sync_softc_t; typedef in typeref:struct:ipf_sync_softc_s
144 static int ipf_sync_flush_table(ipf_sync_softc_t *, int, synclist_t **);
146 static void ipf_sync_del(ipf_sync_softc_t *, synclist_t *);
161 ipf_sync_softc_t *softs;
163 KMALLOC(softs, ipf_sync_softc_t *);
192 ipf_sync_softc_t *softs = arg;
257 ipf_sync_softc_t *softs = arg;
302 ipf_sync_softc_t *softs = arg;
430 ipf_sync_softc_t *softs = softc->ipf_sync_soft;
577 ipf_sync_softc_t *softs = softc->ipf_sync_soft
    [all...]

Completed in 11 milliseconds