Searched refs:VXLAN_HLEN (Results 1 – 4 of 4) sorted by relevance
30 #define VXLAN_HLEN (sizeof(struct udphdr) + sizeof(struct vxlanhdr)) macro
635 #define VXLAN_HLEN (sizeof(struct udphdr) + 8) macro651 return (struct ethhdr *)(skb_transport_header(skb) + VXLAN_HLEN); in fm10k_port_is_vxlan()
1379 if (!pskb_may_pull(skb, VXLAN_HLEN)) in vxlan_rcv()1413 if (__iptunnel_pull_header(skb, VXLAN_HLEN, protocol, raw_proto, in vxlan_rcv()1849 + VXLAN_HLEN + iphdr_len; in vxlan_build_skb()
2314 int ipv4_encap_size = ETH_HLEN + sizeof(struct iphdr) + VXLAN_HLEN; in mlx5e_create_encap_header_ipv4()2423 int ipv6_encap_size = ETH_HLEN + sizeof(struct ipv6hdr) + VXLAN_HLEN; in mlx5e_create_encap_header_ipv6()