Searched refs:no_eth_encap (Results 1 – 1 of 1) sorted by relevance
2355 bool no_eth_encap; in vxlan_xmit_one() local2358 no_eth_encap = flags & VXLAN_F_GPE && skb->protocol != htons(ETH_P_TEB); in vxlan_xmit_one()2359 if (!skb_vlan_inet_prepare(skb, no_eth_encap)) in vxlan_xmit_one()