Home
last modified time | relevance | path

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

/net/openvswitch/
Dactions.c297 const struct ovs_action_push_eth *ethh) in push_eth() argument
301 err = skb_eth_push(skb, ethh->addresses.eth_dst, in push_eth()
302 ethh->addresses.eth_src); in push_eth()
/net/core/
Dfilter.c2388 struct ethhdr *ethh = eth_hdr(skb); in __bpf_redirect_neigh() local
2393 if (is_multicast_ether_addr(ethh->h_dest)) in __bpf_redirect_neigh()
2396 skb_pull(skb, sizeof(*ethh)); in __bpf_redirect_neigh()