Searched refs:ethh (Results 1 – 2 of 2) sorted by relevance
297 const struct ovs_action_push_eth *ethh) in push_eth() argument301 err = skb_eth_push(skb, ethh->addresses.eth_dst, in push_eth()302 ethh->addresses.eth_src); in push_eth()
2388 struct ethhdr *ethh = eth_hdr(skb); in __bpf_redirect_neigh() local2393 if (is_multicast_ether_addr(ethh->h_dest)) in __bpf_redirect_neigh()2396 skb_pull(skb, sizeof(*ethh)); in __bpf_redirect_neigh()