Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dsta_info.h466 struct ieee80211_fragment_cache { argument
771 struct ieee80211_fragment_cache frags;
464 struct ieee80211_fragment_cache { global() struct
465 entriesieee80211_fragment_cache global() argument
H A Dieee80211_i.h1163 struct ieee80211_fragment_cache frags;
2889 void ieee80211_init_frag_cache(struct ieee80211_fragment_cache *cache);
2890 void ieee80211_destroy_frag_cache(struct ieee80211_fragment_cache *cache);
H A Drx.c2271 void ieee80211_init_frag_cache(struct ieee80211_fragment_cache *cache) in ieee80211_reassemble_add()
2279 void ieee80211_destroy_frag_cache(struct ieee80211_fragment_cache *cache) in ieee80211_reassemble_add()
2288 ieee80211_reassemble_add(struct ieee80211_fragment_cache *cache, in ieee80211_reassemble_add()
2313 ieee80211_reassemble_find(struct ieee80211_fragment_cache *cache, in ieee80211_reassemble_find()
2370 struct ieee80211_fragment_cache *cache = &rx->sdata->frags; in ieee80211_rx_h_defragment()