Searched refs:pn_offs (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/net/mac80211/ |
D | mesh_pathtbl.c | 529 build.fast_tx.pn_offs = build.fast_tx.hdr_len; in mesh_fast_tx_cache() 536 build.fast_tx.pn_offs = build.fast_tx.hdr_len; in mesh_fast_tx_cache()
|
D | tx.c | 3190 build.pn_offs = build.hdr_len; in ieee80211_check_fast_xmit() 3197 build.pn_offs = build.hdr_len; in ieee80211_check_fast_xmit() 3528 struct sta_info *sta, u8 pn_offs, in ieee80211_xmit_fast_finish() argument 3569 if (pn_offs) { in ieee80211_xmit_fast_finish() 3571 u8 *crypto_hdr = skb->data + pn_offs; in ieee80211_xmit_fast_finish() 3715 r = ieee80211_xmit_fast_finish(sdata, sta, fast_tx->pn_offs, in __ieee80211_xmit_fast() 3898 u8 pn_offs = 0; in ieee80211_tx_dequeue() local 3902 pn_offs = ieee80211_hdrlen(hdr->frame_control); in ieee80211_tx_dequeue() 3904 r = ieee80211_xmit_fast_finish(sta->sdata, sta, pn_offs, in ieee80211_tx_dequeue()
|
D | sta_info.h | 326 u8 sa_offs, da_offs, pn_offs; member
|