Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dvxlan.h389 static inline int vxlan_headroom(u32 flags) in vxlan_headroom() function
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c2580 err = skb_tunnel_check_pmtu(skb, ndst, vxlan_headroom(flags & VXLAN_F_GPE), in vxlan_xmit_one()
2642 vxlan_headroom((flags & VXLAN_F_GPE) | VXLAN_F_IPV6), in vxlan_xmit_one()
3104 int max_mtu = lowerdev->mtu - vxlan_headroom(vxlan->cfg.flags); in vxlan_change_mtu()
3786 max_mtu = lowerdev->mtu - vxlan_headroom(flags); in vxlan_config_apply()
3799 needed_headroom += vxlan_headroom(flags); in vxlan_config_apply()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8478 vxlan_headroom(0))) in ixgbe_atr()