Home
last modified time | relevance | path

Searched refs:oethh (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/sched/
H A Dact_ife.c790 struct ethhdr *oethh; /* outer ether header */ in tcf_ife_encode() local
851 oethh = (struct ethhdr *)skb->data; in tcf_ife_encode()
854 ether_addr_copy(oethh->h_source, p->eth_src); in tcf_ife_encode()
856 ether_addr_copy(oethh->h_dest, p->eth_dst); in tcf_ife_encode()
857 oethh->h_proto = htons(p->eth_type); in tcf_ife_encode()