commit | 85b91b0339e764f7e56ff5968fa10d85451378b4 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Jul 13 08:21:29 2012 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 13 08:21:29 2012 -0700 |
tree | 539c368948900b35ee8d474829724a796b482d44 | |
parent | d01cb20711e3c2df41677ee270d6bdeff24e9902 [diff] |
ipv4: Don't store a rule pointer in fib_result. We only use it to fetch the rule's tclassid, so just store the tclassid there instead. This also decreases the size of fib_result by a full 8 bytes on 64-bit. On 32-bits it's a wash. Signed-off-by: David S. Miller <davem@davemloft.net>