mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
I intend to turn struct flowi into a union of AF specific flowi structs. There will be a common structure that each variant includes first, much like struct sock_common. This is the first step to move in that direction. Signed-off-by: David S. Miller <davem@davemloft.net>