ethhdr
static inline struct ethhdr *
struct ethhdr *hdr;
hdr = (struct ethhdr *)skb_mac_header(skb);
struct ethhdr *eth_hdr;
eth_hdr = (struct ethhdr *)tmp_buf;
struct ethhdr *eth_hdr;
eth_hdr = (struct ethhdr *)tmp_buf;
tmp_buf += sizeof(struct ethhdr);
switch (be16toh(rxd->ethhdr.ether_type)) {
struct ether_header ethhdr;