fastrx 3969 net/mac80211/rx.c struct ieee80211_fast_rx fastrx = { fastrx 3979 net/mac80211/rx.c BUILD_BUG_ON(sizeof(fastrx.rfc1042_hdr) != sizeof(rfc1042_header)); fastrx 3980 net/mac80211/rx.c BUILD_BUG_ON(sizeof(fastrx.rfc1042_hdr) != ETH_ALEN); fastrx 3981 net/mac80211/rx.c ether_addr_copy(fastrx.rfc1042_hdr, rfc1042_header); fastrx 3982 net/mac80211/rx.c ether_addr_copy(fastrx.vif_addr, sdata->vif.addr); fastrx 3984 net/mac80211/rx.c fastrx.uses_rss = ieee80211_hw_check(&local->hw, USES_RSS); fastrx 3994 net/mac80211/rx.c fastrx.da_offs = offsetof(struct ieee80211_hdr, addr1); fastrx 3995 net/mac80211/rx.c fastrx.sa_offs = offsetof(struct ieee80211_hdr, addr2); fastrx 3996 net/mac80211/rx.c fastrx.expected_ds_bits = 0; fastrx 3998 net/mac80211/rx.c fastrx.sta_notify = sdata->u.mgd.probe_send_count > 0; fastrx 3999 net/mac80211/rx.c fastrx.da_offs = offsetof(struct ieee80211_hdr, addr1); fastrx 4000 net/mac80211/rx.c fastrx.sa_offs = offsetof(struct ieee80211_hdr, addr3); fastrx 4001 net/mac80211/rx.c fastrx.expected_ds_bits = fastrx 4006 net/mac80211/rx.c fastrx.expected_ds_bits |= fastrx 4008 net/mac80211/rx.c fastrx.da_offs = offsetof(struct ieee80211_hdr, addr3); fastrx 4009 net/mac80211/rx.c fastrx.sa_offs = offsetof(struct ieee80211_hdr, addr4); fastrx 4029 net/mac80211/rx.c fastrx.da_offs = offsetof(struct ieee80211_hdr, addr3); fastrx 4030 net/mac80211/rx.c fastrx.sa_offs = offsetof(struct ieee80211_hdr, addr2); fastrx 4031 net/mac80211/rx.c fastrx.expected_ds_bits = cpu_to_le16(IEEE80211_FCTL_TODS); fastrx 4033 net/mac80211/rx.c fastrx.internal_forward = fastrx 4040 net/mac80211/rx.c fastrx.expected_ds_bits |= fastrx 4042 net/mac80211/rx.c fastrx.sa_offs = offsetof(struct ieee80211_hdr, addr4); fastrx 4043 net/mac80211/rx.c fastrx.internal_forward = 0; fastrx 4073 net/mac80211/rx.c fastrx.key = true; fastrx 4074 net/mac80211/rx.c fastrx.icv_len = key->conf.icv_len; fastrx 4084 net/mac80211/rx.c new = kmemdup(&fastrx, sizeof(fastrx), GFP_KERNEL);