Lines Matching refs:ethhdr
83 struct ethhdr *eth = skb_push(skb, ETH_HLEN); in eth_header()
128 const struct ethhdr *eth = (const struct ethhdr *)data; in eth_get_headlen()
159 const struct ethhdr *eth; in eth_type_trans()
164 eth = (struct ethhdr *)skb->data; in eth_type_trans()
219 const struct ethhdr *eth = eth_hdr(skb); in eth_header_parse()
235 struct ethhdr *eth; in eth_header_cache()
238 eth = (struct ethhdr *) in eth_header_cache()
264 memcpy(((u8 *) hh->hh_data) + HH_DATA_OFF(sizeof(struct ethhdr)), in eth_header_cache_update()
275 const struct ethhdr *eth = eth_hdr(skb); in eth_header_parse_protocol()
453 struct ethhdr *eh, *eh2; in eth_gro_receive()
473 eh2 = (struct ethhdr *)(p->data + off_eth); in eth_gro_receive()
504 struct ethhdr *eh = (struct ethhdr *)(skb->data + nhoff); in eth_gro_complete()
516 sizeof(struct ethhdr)); in eth_gro_complete()