Searched refs:vxlanhdr (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/include/net/ |
| D | vxlan.h | 22 struct vxlanhdr { struct 33 #define VXLAN_HLEN (sizeof(struct udphdr) + sizeof(struct vxlanhdr)) argument 318 sizeof(struct udphdr) + sizeof(struct vxlanhdr)) || in vxlan_features_check() 331 static inline struct vxlanhdr *vxlan_hdr(struct sk_buff *skb) in vxlan_hdr() 333 return (struct vxlanhdr *)(udp_hdr(skb) + 1); in vxlan_hdr()
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| D | tc_tun_vxlan.c | 89 struct vxlanhdr *vxh; in mlx5e_gen_ip_tunnel_header_vxlan() 91 vxh = (struct vxlanhdr *)((char *)udp + sizeof(struct udphdr)); in mlx5e_gen_ip_tunnel_header_vxlan()
|
| /Linux-v5.4/drivers/net/ |
| D | vxlan.c | 701 static struct vxlanhdr *vxlan_gro_remcsum(struct sk_buff *skb, in vxlan_gro_remcsum() 703 struct vxlanhdr *vh, size_t hdrlen, in vxlan_gro_remcsum() 733 struct vxlanhdr *vh, *vh2; in vxlan_gro_receive() 751 skb_gro_postpull_rcsum(skb, vh, sizeof(struct vxlanhdr)); in vxlan_gro_receive() 756 vh = vxlan_gro_remcsum(skb, off_vx, vh, sizeof(struct vxlanhdr), in vxlan_gro_receive() 765 skb_gro_pull(skb, sizeof(struct vxlanhdr)); /* pull vxlan header */ in vxlan_gro_receive() 771 vh2 = (struct vxlanhdr *)(p->data + off_vx); in vxlan_gro_receive() 793 return eth_gro_complete(skb, nhoff + sizeof(struct vxlanhdr)); in vxlan_gro_complete() 1511 static bool vxlan_remcsum(struct vxlanhdr *unparsed, in vxlan_remcsum() 1533 static void vxlan_parse_gbp_hdr(struct vxlanhdr *unparsed, in vxlan_parse_gbp_hdr() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/netronome/nfp/ |
| D | nfp_net_common.c | 3535 sizeof(struct udphdr) + sizeof(struct vxlanhdr)))) in nfp_net_features_check()
|
| /Linux-v5.4/drivers/net/ethernet/emulex/benet/ |
| D | be_main.c | 5252 sizeof(struct udphdr) + sizeof(struct vxlanhdr) || in be_features_check()
|