oethh             767 net/sched/act_ife.c 	struct ethhdr *oethh;	/* outer ether header */
oethh             828 net/sched/act_ife.c 	oethh = (struct ethhdr *)skb->data;
oethh             831 net/sched/act_ife.c 		ether_addr_copy(oethh->h_source, p->eth_src);
oethh             833 net/sched/act_ife.c 		ether_addr_copy(oethh->h_dest, p->eth_dst);
oethh             834 net/sched/act_ife.c 	oethh->h_proto = htons(p->eth_type);