Searched refs:fcache (Results 1 – 2 of 2) sorted by relevance
287 struct frag_cache *fcache = CONTAINER_OF(dwork, struct frag_cache, timer); in reass_timeout() local289 if (fcache->pkt) { in reass_timeout()290 net_pkt_unref(fcache->pkt); in reass_timeout()293 fcache->pkt = NULL; in reass_timeout()294 fcache->size = 0U; in reass_timeout()295 fcache->tag = 0U; in reass_timeout()296 fcache->used = false; in reass_timeout()484 struct frag_cache *fcache; in fragment_add_to_cache() local509 fcache = get_reass_cache(size, tag); in fragment_add_to_cache()510 if (!fcache) { in fragment_add_to_cache()[all …]
103 reg-names = "fcache";