Lines Matching refs:eth
2598 __u8 *eth; in process_ipsec() local
2619 eth = (__u8 *) skb_push(skb, ETH_HLEN); in process_ipsec()
2620 memcpy(eth, pkt_dev->hh, 12); in process_ipsec()
2621 *(u16 *) ð[12] = protocol; in process_ipsec()
2750 __u8 *eth; in fill_packet_ipv4() local
2786 eth = (__u8 *) skb_push(skb, 14); in fill_packet_ipv4()
2817 memcpy(eth, pkt_dev->hh, 12); in fill_packet_ipv4()
2818 *(__be16 *) & eth[12] = protocol; in fill_packet_ipv4()
2879 __u8 *eth; in fill_packet_ipv6() local
2913 eth = (__u8 *) skb_push(skb, 14); in fill_packet_ipv6()
2944 memcpy(eth, pkt_dev->hh, 12); in fill_packet_ipv6()
2945 *(__be16 *) ð[12] = protocol; in fill_packet_ipv6()