While inspecting routing decisions, I tried to print ((struct dst_entry*)skb->_skb_refdst)->dev->ifindex and got
--output-skb-metadata must start with skb
Any chance this gets implemented? For example, allowing skb_dst(skb) would be the perfect solution as the actual struct dst_entry* pointer is hidden behind a bit manipulation (you need to remove the "norefcount" bit).