Lines Matching defs:sc_tx_mapcache
235 struct pq3etsec_mapcache *sc_tx_mapcache;
663 error = pq3etsec_mapcache_create(sc, &sc->sc_tx_mapcache,
836 pq3etsec_mapcache_destroy(sc, sc->sc_tx_mapcache);
888 if (sc->sc_tx_mapcache != NULL
889 && sc->sc_maxfrm != sc->sc_tx_mapcache->dmc_maxmapsize) {
890 pq3etsec_mapcache_destroy(sc, sc->sc_tx_mapcache);
891 sc->sc_tx_mapcache = NULL;
894 if (sc->sc_tx_mapcache == NULL) {
895 error = pq3etsec_mapcache_create(sc, &sc->sc_tx_mapcache,
1878 map = pq3etsec_mapcache_get(sc, sc->sc_tx_mapcache);
1904 pq3etsec_mapcache_put(sc, sc->sc_tx_mapcache, map);