Searched refs:vxi_flags (Results 1 – 1 of 1) sorted by relevance
74 uint8_t vxi_flags; member276 vxi->vxi_flags |= RTNL_LINK_VXLAN_F_GBP; in vxlan_parse()279 vxi->vxi_flags |= RTNL_LINK_VXLAN_F_REMCSUM_NOPARTIAL; in vxlan_parse()292 vxi->vxi_flags |= RTNL_LINK_VXLAN_F_GPE; in vxlan_parse()488 if (vxi->vxi_flags & RTNL_LINK_VXLAN_F_GBP) in vxlan_dump_details()491 if (vxi->vxi_flags & RTNL_LINK_VXLAN_F_REMCSUM_NOPARTIAL) in vxlan_dump_details()507 if (vxi->vxi_flags & RTNL_LINK_VXLAN_F_GPE) in vxlan_dump_details()604 if (vxi->vxi_flags & RTNL_LINK_VXLAN_F_GBP) in vxlan_put_attrs()607 if (vxi->vxi_flags & RTNL_LINK_VXLAN_F_REMCSUM_NOPARTIAL) in vxlan_put_attrs()616 if (vxi->vxi_flags & RTNL_LINK_VXLAN_F_GPE) in vxlan_put_attrs()[all …]