commit | 1d28f42c1bd4bb2363d88df74d0128b4da135b4a | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat Mar 12 00:29:39 2011 -0500 |
committer | David S. Miller <davem@davemloft.net> | Sat Mar 12 15:08:44 2011 -0800 |
tree | cb2e652fe79a2bc307e871bc2d3fa51cc8051e45 | |
parent | ca116922afa8cc5ad46b00c0a637b1cde5ca478a [diff] |
net: Put flowi_* prefix on AF independent members of struct flowi 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>