Searched refs:vxlanhdr (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/include/net/ |
D | vxlan.h | 75 struct vxlanhdr { struct 95 #define VXLAN_HLEN (sizeof(struct udphdr) + sizeof(struct vxlanhdr)) argument 176 sizeof(struct udphdr) + sizeof(struct vxlanhdr)))) in vxlan_features_check()
|
/linux-4.1.27/drivers/net/ |
D | vxlan.c | 549 static struct vxlanhdr *vxlan_gro_remcsum(struct sk_buff *skb, in vxlan_gro_remcsum() 551 struct vxlanhdr *vh, size_t hdrlen, in vxlan_gro_remcsum() 590 struct vxlanhdr *vh, *vh2; in vxlan_gro_receive() 609 skb_gro_pull(skb, sizeof(struct vxlanhdr)); /* pull vxlan header */ in vxlan_gro_receive() 610 skb_gro_postpull_rcsum(skb, vh, sizeof(struct vxlanhdr)); in vxlan_gro_receive() 615 vh = vxlan_gro_remcsum(skb, off_vx, vh, sizeof(struct vxlanhdr), in vxlan_gro_receive() 630 vh2 = (struct vxlanhdr *)(p->data + off_vx); in vxlan_gro_receive() 652 return eth_gro_complete(skb, nhoff + sizeof(struct vxlanhdr)); in vxlan_gro_complete() 1141 static struct vxlanhdr *vxlan_remcsum(struct sk_buff *skb, struct vxlanhdr *vh, in vxlan_remcsum() 1156 vh = (struct vxlanhdr *)(udp_hdr(skb) + 1); in vxlan_remcsum() [all …]
|
/linux-4.1.27/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 4994 sizeof(struct udphdr) + sizeof(struct vxlanhdr)) in be_features_check()
|