Lines Matching refs:ethhdr
82 struct ethhdr *eth = (struct ethhdr *)skb_push(skb, ETH_HLEN); in eth_header()
125 const struct ethhdr *eth = (const struct ethhdr *)data; in eth_get_headlen()
155 const struct ethhdr *eth; in eth_type_trans()
208 const struct ethhdr *eth = eth_hdr(skb); in eth_header_parse()
224 struct ethhdr *eth; in eth_header_cache()
227 eth = (struct ethhdr *) in eth_header_cache()
253 memcpy(((u8 *) hh->hh_data) + HH_DATA_OFF(sizeof(struct ethhdr)), in eth_header_cache_update()
398 struct ethhdr *eh, *eh2; in eth_gro_receive()
419 eh2 = (struct ethhdr *)(p->data + off_eth); in eth_gro_receive()
450 struct ethhdr *eh = (struct ethhdr *)(skb->data + nhoff); in eth_gro_complete()
462 sizeof(struct ethhdr)); in eth_gro_complete()