rfc1042_hdr
memcpy(skb_push(msdu, sizeof(struct rfc1042_hdr)), rfc1042,
sizeof(struct rfc1042_hdr));
struct rfc1042_hdr *rfc1042;
sizeof(struct rfc1042_hdr))
struct rfc1042_hdr *new_rfc_pattern =
(struct rfc1042_hdr *)(hdr_80211_pattern + hdr_len);
struct rfc1042_hdr *new_rfc_mask =
(struct rfc1042_hdr *)(hdr_80211_bit_mask + hdr_len);
sizeof(struct rfc1042_hdr))
struct rfc1042_hdr *new_rfc_pattern =
(struct rfc1042_hdr *)(hdr_80211_pattern + hdr_len);
struct rfc1042_hdr *new_rfc_mask =
(struct rfc1042_hdr *)(hdr_80211_bit_mask + hdr_len);
sizeof(struct rfc1042_hdr))
size_t r1042_eth_ofs = offsetof(struct rfc1042_hdr, eth_type);
if (memcmp(&p_rx_pkt->rfc1042_hdr,
+ sizeof(p_rx_pkt->eth803_hdr) + sizeof(p_rx_pkt->rfc1042_hdr)
- sizeof(p_rx_pkt->rfc1042_hdr.snap_type));
(u8 *) &p_rx_pkt->rfc1042_hdr,
sizeof(p_rx_pkt->rfc1042_hdr));
struct rfc1042hdr rfc1042_hdr;
memcpy(&tx_header->rfc1042_hdr, &snap, sizeof(struct rfc_1042_hdr));
struct rfc_1042_hdr rfc1042_hdr;
struct rfc_1042_hdr rfc1042_hdr;
((!memcmp(&rx_pkt_hdr->rfc1042_hdr, bridge_tunnel_header,
(!memcmp(&rx_pkt_hdr->rfc1042_hdr, rfc1042_header,
ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_AARP &&
ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_IPX))) {
sizeof(rx_pkt_hdr->rfc1042_hdr)
- sizeof(rx_pkt_hdr->rfc1042_hdr.snap_type));
if ((!memcmp(&rx_pkt_hdr->rfc1042_hdr, bridge_tunnel_header,
(!memcmp(&rx_pkt_hdr->rfc1042_hdr, rfc1042_header,
ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_AARP &&
ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_IPX)) {
+ sizeof(rx_pkt_hdr->rfc1042_hdr)
- sizeof(rx_pkt_hdr->rfc1042_hdr.snap_type));
BUILD_BUG_ON(sizeof(fastrx.rfc1042_hdr) != sizeof(rfc1042_header));
BUILD_BUG_ON(sizeof(fastrx.rfc1042_hdr) != ETH_ALEN);
ether_addr_copy(fastrx.rfc1042_hdr, rfc1042_header);
if (!ether_addr_equal(payload->snap, fast_rx->rfc1042_hdr))
u8 rfc1042_hdr[6] __aligned(2);