Lines Matching refs:eth
2762 struct ethhdr *eth; in process_ipsec() local
2784 eth = skb_push(skb, ETH_HLEN); in process_ipsec()
2785 memcpy(eth, pkt_dev->hh, 2 * ETH_ALEN); in process_ipsec()
2786 eth->h_proto = protocol; in process_ipsec()
2931 __u8 *eth; in fill_packet_ipv4() local
2965 eth = skb_push(skb, 14); in fill_packet_ipv4()
2997 memcpy(eth, pkt_dev->hh, 12); in fill_packet_ipv4()
2998 *(__be16 *)ð[12] = protocol; in fill_packet_ipv4()
3059 __u8 *eth; in fill_packet_ipv6() local
3093 eth = skb_push(skb, 14); in fill_packet_ipv6()
3125 memcpy(eth, pkt_dev->hh, 12); in fill_packet_ipv6()
3126 *(__be16 *) ð[12] = protocol; in fill_packet_ipv6()