mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-05-19 02:12:43 +00:00
[IPV4]: struct fib_config IPv4 address fields annotated
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -30,13 +30,13 @@ struct fib_config {
|
||||
u8 fc_type;
|
||||
/* 1 byte unused */
|
||||
u32 fc_table;
|
||||
u32 fc_dst;
|
||||
u32 fc_src;
|
||||
u32 fc_gw;
|
||||
__be32 fc_dst;
|
||||
__be32 fc_src;
|
||||
__be32 fc_gw;
|
||||
int fc_oif;
|
||||
u32 fc_flags;
|
||||
u32 fc_priority;
|
||||
u32 fc_prefsrc;
|
||||
__be32 fc_prefsrc;
|
||||
struct nlattr *fc_mx;
|
||||
struct rtnexthop *fc_mp;
|
||||
int fc_mx_len;
|
||||
|
||||
Reference in New Issue
Block a user