Searched refs:vxlanhdr (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/net/ |
D | vxlan.h | 76 struct vxlanhdr { struct 96 #define VXLAN_HLEN (sizeof(struct udphdr) + sizeof(struct vxlanhdr)) argument 234 sizeof(struct udphdr) + sizeof(struct vxlanhdr)))) in vxlan_features_check()
|
/linux-4.4.14/drivers/net/ |
D | vxlan.c | 515 static struct vxlanhdr *vxlan_gro_remcsum(struct sk_buff *skb, in vxlan_gro_remcsum() 517 struct vxlanhdr *vh, size_t hdrlen, in vxlan_gro_remcsum() 547 struct vxlanhdr *vh, *vh2; in vxlan_gro_receive() 566 skb_gro_postpull_rcsum(skb, vh, sizeof(struct vxlanhdr)); in vxlan_gro_receive() 571 vh = vxlan_gro_remcsum(skb, off_vx, vh, sizeof(struct vxlanhdr), in vxlan_gro_receive() 580 skb_gro_pull(skb, sizeof(struct vxlanhdr)); /* pull vxlan header */ in vxlan_gro_receive() 588 vh2 = (struct vxlanhdr *)(p->data + off_vx); in vxlan_gro_receive() 610 return eth_gro_complete(skb, nhoff + sizeof(struct vxlanhdr)); in vxlan_gro_complete() 1125 static struct vxlanhdr *vxlan_remcsum(struct sk_buff *skb, struct vxlanhdr *vh, in vxlan_remcsum() 1143 vh = (struct vxlanhdr *)(udp_hdr(skb) + 1); in vxlan_remcsum() [all …]
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 5291 sizeof(struct udphdr) + sizeof(struct vxlanhdr)) in be_features_check()
|