Lines Matching defs:ethhdr
37 struct ethhdr *eth_hdr;
44 eth_hdr = (struct ethhdr *)skb_mac_header(skb);
269 hsr_ethhdr->hsr_tag.encap_proto = hsr_ethhdr->ethhdr.h_proto;
270 hsr_ethhdr->ethhdr.h_proto = htons(proto_version ?
272 skb->protocol = hsr_ethhdr->ethhdr.h_proto;
567 struct ethhdr *ethhdr;
571 /* Check if skb contains ethhdr */
572 if (skb->mac_len < sizeof(struct ethhdr))
583 ethhdr = (struct ethhdr *)skb_mac_header(skb);
585 proto = ethhdr->h_proto;
591 vlan_hdr = (struct hsr_vlan_ethhdr *)ethhdr;