Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_6lo_fragment.c287 struct frag_cache *fcache = CONTAINER_OF(dwork, struct frag_cache, timer); in reass_timeout() local
289 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() local
510 fcache = get_reass_cache(size, tag); in fragment_add_to_cache()
511 if (!fcache) { in fragment_add_to_cache()
[all …]