Searched refs:da_offs (Results 1 – 4 of 4) sorted by relevance
| /linux/net/mac80211/ |
| A D | sta_info.h | 323 u8 sa_offs, da_offs, pn_offs; member 358 u8 da_offs, sa_offs; member
|
| A D | tx.c | 3095 build.da_offs = offsetof(struct ieee80211_hdr, addr1); in ieee80211_check_fast_xmit() 3107 build.da_offs = offsetof(struct ieee80211_hdr, addr1); in ieee80211_check_fast_xmit() 3125 build.da_offs = offsetof(struct ieee80211_hdr, addr3); in ieee80211_check_fast_xmit() 3133 build.da_offs = offsetof(struct ieee80211_hdr, addr3); in ieee80211_check_fast_xmit() 3144 build.da_offs = offsetof(struct ieee80211_hdr, addr3); in ieee80211_check_fast_xmit() 3153 build.da_offs = offsetof(struct ieee80211_hdr, addr1); in ieee80211_check_fast_xmit() 3361 h_80211_dst = data + fast_tx->da_offs; in ieee80211_amsdu_prepare_head() 3700 memcpy(skb->data + fast_tx->da_offs, da, ETH_ALEN); in __ieee80211_xmit_fast()
|
| A D | rx.c | 4603 fastrx.da_offs = offsetof(struct ieee80211_hdr, addr1); in ieee80211_check_fast_rx() 4607 fastrx.da_offs = offsetof(struct ieee80211_hdr, addr1); in ieee80211_check_fast_rx() 4616 fastrx.da_offs = offsetof(struct ieee80211_hdr, addr3); in ieee80211_check_fast_rx() 4637 fastrx.da_offs = offsetof(struct ieee80211_hdr, addr3); in ieee80211_check_fast_rx() 4658 fastrx.da_offs = offsetof(struct ieee80211_hdr, addr3); in ieee80211_check_fast_rx() 4969 ether_addr_copy(addrs.da, skb->data + fast_rx->da_offs); in ieee80211_invoke_fast_rx()
|
| A D | mesh_pathtbl.c | 560 build.fast_tx.da_offs = offsetof(struct ieee80211_hdr, addr3); in mesh_fast_tx_cache()
|
Completed in 33 milliseconds