Searched refs:ieee80211_fragment_cache (Results 1 – 3 of 3) sorted by relevance
467 struct ieee80211_fragment_cache { struct725 struct ieee80211_fragment_cache frags;
1046 struct ieee80211_fragment_cache frags;2626 void ieee80211_init_frag_cache(struct ieee80211_fragment_cache *cache);2627 void ieee80211_destroy_frag_cache(struct ieee80211_fragment_cache *cache);
2123 void ieee80211_init_frag_cache(struct ieee80211_fragment_cache *cache) in ieee80211_init_frag_cache()2131 void ieee80211_destroy_frag_cache(struct ieee80211_fragment_cache *cache) in ieee80211_destroy_frag_cache()2140 ieee80211_reassemble_add(struct ieee80211_fragment_cache *cache, in ieee80211_reassemble_add()2165 ieee80211_reassemble_find(struct ieee80211_fragment_cache *cache, in ieee80211_reassemble_find()2222 struct ieee80211_fragment_cache *cache = &rx->sdata->frags; in ieee80211_rx_h_defragment()