Lines Matching refs:skb2
482 struct sk_buff *skb2; in hostap_rx_frame_mgmt() local
485 skb2 = skb_clone(skb, GFP_ATOMIC); in hostap_rx_frame_mgmt()
486 if (skb2) in hostap_rx_frame_mgmt()
487 hostap_rx(skb2->dev, skb2, rx_stats); in hostap_rx_frame_mgmt()
728 struct sk_buff *skb2 = NULL; in hostap_80211_rx() local
1075 skb2 = skb_clone(skb, GFP_ATOMIC); in hostap_80211_rx()
1076 if (skb2 == NULL) in hostap_80211_rx()
1083 skb2 = skb; in hostap_80211_rx()
1088 if (skb2 != NULL) { in hostap_80211_rx()
1090 skb2->dev = dev; in hostap_80211_rx()
1091 skb2->protocol = cpu_to_be16(ETH_P_802_3); in hostap_80211_rx()
1092 skb_reset_mac_header(skb2); in hostap_80211_rx()
1093 skb_reset_network_header(skb2); in hostap_80211_rx()
1095 dev_queue_xmit(skb2); in hostap_80211_rx()