[NET]: Use u32 for routing table IDs
Use u32 for routing table IDs in net/ipv4 and net/decnet in preparation of support for a larger number of routing tables. net/ipv6 already uses u32 everywhere and needs no further changes. No functional changes are made by this patch. Signed-off-by:Patrick McHardy <kaber@trash.net> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/net/dn_fib.h 2 additions, 2 deletionsinclude/net/dn_fib.h
- include/net/ip_fib.h 7 additions, 7 deletionsinclude/net/ip_fib.h
- net/decnet/dn_fib.c 3 additions, 3 deletionsnet/decnet/dn_fib.c
- net/decnet/dn_table.c 5 additions, 5 deletionsnet/decnet/dn_table.c
- net/ipv4/fib_frontend.c 4 additions, 4 deletionsnet/ipv4/fib_frontend.c
- net/ipv4/fib_hash.c 2 additions, 2 deletionsnet/ipv4/fib_hash.c
- net/ipv4/fib_lookup.h 2 additions, 2 deletionsnet/ipv4/fib_lookup.h
- net/ipv4/fib_rules.c 1 addition, 1 deletionnet/ipv4/fib_rules.c
- net/ipv4/fib_semantics.c 2 additions, 2 deletionsnet/ipv4/fib_semantics.c
- net/ipv4/fib_trie.c 3 additions, 3 deletionsnet/ipv4/fib_trie.c
Loading
Please register or sign in to comment