Home
last modified time | relevance | path

Searched refs:vxflags (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/net/vxlan/
Dvxlan_core.c1524 struct sk_buff *skb, u32 vxflags) in vxlan_remcsum() argument
1538 !!(vxflags & VXLAN_F_REMCSUM_NOPARTIAL)); in vxlan_remcsum()
1546 struct sk_buff *skb, u32 vxflags, in vxlan_parse_gbp_hdr() argument
1569 if (!(vxflags & VXLAN_F_COLLECT_METADATA)) in vxlan_parse_gbp_hdr()
1577 struct sk_buff *skb, u32 vxflags) in vxlan_parse_gpe_hdr() argument
2143 static void vxlan_build_gbp_hdr(struct vxlanhdr *vxh, u32 vxflags, in vxlan_build_gbp_hdr() argument
2163 static int vxlan_build_gpe_hdr(struct vxlanhdr *vxh, u32 vxflags, in vxlan_build_gpe_hdr() argument
2177 struct vxlan_metadata *md, u32 vxflags, in vxlan_build_skb() argument
2186 if ((vxflags & VXLAN_F_REMCSUM_TX) && in vxlan_build_skb()
2226 if (vxflags & VXLAN_F_GBP) in vxlan_build_skb()
[all …]