Lines Matching defs:ethhdr
37 struct ethhdr *eth_hdr;
42 eth_hdr = (struct ethhdr *)skb_mac_header(skb);
227 hsr_ethhdr->hsr_tag.encap_proto = hsr_ethhdr->ethhdr.h_proto;
228 hsr_ethhdr->ethhdr.h_proto = htons(proto_version ?
230 skb->protocol = hsr_ethhdr->ethhdr.h_proto;
504 struct ethhdr *ethhdr;
508 /* Check if skb contains ethhdr */
509 if (skb->mac_len < sizeof(struct ethhdr))
520 ethhdr = (struct ethhdr *)skb_mac_header(skb);
522 proto = ethhdr->h_proto;
528 vlan_hdr = (struct hsr_vlan_ethhdr *)ethhdr;