Searched refs:oeth (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/ipv4/netfilter/
H A Dnf_reject_ipv4.c292 struct ethhdr *oeth = eth_hdr(oldskb); local
303 oeth->h_source, oeth->h_dest, nskb->len) < 0)
/linux-master/net/ipv6/netfilter/
H A Dnf_reject_ipv6.c357 struct ethhdr *oeth = eth_hdr(oldskb); local
370 oeth->h_source, oeth->h_dest, nskb->len) < 0) {
/linux-master/drivers/net/
H A Damt.c2350 struct ethhdr *eth, *oeth; local
2369 oeth = eth_hdr(skb);
2430 ether_addr_copy(eth->h_source, oeth->h_source);

Completed in 166 milliseconds