Searched refs:vxlanhdr (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/net/ |
D | vxlan.h | 19 struct vxlanhdr { struct 30 #define VXLAN_HLEN (sizeof(struct udphdr) + sizeof(struct vxlanhdr)) argument 312 sizeof(struct udphdr) + sizeof(struct vxlanhdr)) || in vxlan_features_check() 325 static inline struct vxlanhdr *vxlan_hdr(struct sk_buff *skb) in vxlan_hdr() 327 return (struct vxlanhdr *)(udp_hdr(skb) + 1); in vxlan_hdr()
|
/Linux-v4.19/drivers/net/ |
D | vxlan.c | 545 static struct vxlanhdr *vxlan_gro_remcsum(struct sk_buff *skb, in vxlan_gro_remcsum() 547 struct vxlanhdr *vh, size_t hdrlen, in vxlan_gro_remcsum() 577 struct vxlanhdr *vh, *vh2; in vxlan_gro_receive() 595 skb_gro_postpull_rcsum(skb, vh, sizeof(struct vxlanhdr)); in vxlan_gro_receive() 600 vh = vxlan_gro_remcsum(skb, off_vx, vh, sizeof(struct vxlanhdr), in vxlan_gro_receive() 609 skb_gro_pull(skb, sizeof(struct vxlanhdr)); /* pull vxlan header */ in vxlan_gro_receive() 615 vh2 = (struct vxlanhdr *)(p->data + off_vx); in vxlan_gro_receive() 637 return eth_gro_complete(skb, nhoff + sizeof(struct vxlanhdr)); in vxlan_gro_complete() 1226 static bool vxlan_remcsum(struct vxlanhdr *unparsed, in vxlan_remcsum() 1248 static void vxlan_parse_gbp_hdr(struct vxlanhdr *unparsed, in vxlan_parse_gbp_hdr() [all …]
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 2255 struct vxlanhdr *vxh = (struct vxlanhdr *)((char *)udp + sizeof(struct udphdr)); in gen_vxlan_header_ipv4() 2289 struct vxlanhdr *vxh = (struct vxlanhdr *)((char *)udp + sizeof(struct udphdr)); in gen_vxlan_header_ipv6()
|
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_common.c | 3312 sizeof(struct udphdr) + sizeof(struct vxlanhdr)))) in nfp_net_features_check()
|
/Linux-v4.19/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 5247 sizeof(struct udphdr) + sizeof(struct vxlanhdr) || in be_features_check()
|