Searched refs:p_ethhdr (Results 1 – 3 of 3) sorted by relevance
102 struct ethhdr *p_ethhdr; in mwifiex_uap_queue_bridged_pkt() local134 p_ethhdr = (struct ethhdr *) in mwifiex_uap_queue_bridged_pkt()142 sizeof(p_ethhdr->h_source)); in mwifiex_uap_queue_bridged_pkt()143 memcpy(p_ethhdr->h_dest, rx_pkt_hdr->eth803_hdr.h_dest, in mwifiex_uap_queue_bridged_pkt()144 sizeof(p_ethhdr->h_dest)); in mwifiex_uap_queue_bridged_pkt()148 hdr_chop = (u8 *)p_ethhdr - (u8 *)uap_rx_pd; in mwifiex_uap_queue_bridged_pkt()276 struct ethhdr *p_ethhdr; in mwifiex_uap_recv_packet() local283 p_ethhdr = (void *)skb->data; in mwifiex_uap_recv_packet()291 if (is_multicast_ether_addr(p_ethhdr->h_dest) || in mwifiex_uap_recv_packet()292 mwifiex_get_sta_entry(priv, p_ethhdr->h_dest)) { in mwifiex_uap_recv_packet()[all …]
447 struct ethhdr *p_ethhdr; in mwifiex_recv_packet() local456 p_ethhdr = (void *)skb->data; in mwifiex_recv_packet()457 src_node = mwifiex_get_sta_entry(priv, p_ethhdr->h_source); in mwifiex_recv_packet()
64 struct ethhdr *p_ethhdr; in lbs_process_rxed_packet() local113 p_ethhdr = (struct ethhdr *) in lbs_process_rxed_packet()120 memcpy(p_ethhdr->h_source, p_rx_pkt->eth803_hdr.src_addr, in lbs_process_rxed_packet()121 sizeof(p_ethhdr->h_source)); in lbs_process_rxed_packet()122 memcpy(p_ethhdr->h_dest, p_rx_pkt->eth803_hdr.dest_addr, in lbs_process_rxed_packet()123 sizeof(p_ethhdr->h_dest)); in lbs_process_rxed_packet()128 hdrchop = (u8 *)p_ethhdr - (u8 *)p_rx_pd; in lbs_process_rxed_packet()
Completed in 9 milliseconds