Searched hist:"85 b91b0339e764f7e56ff5968fa10d85451378b4" (Results 1 – 4 of 4) sorted by relevance
/linux/net/ipv4/ |
H A D | fib_rules.c | diff 85b91b0339e764f7e56ff5968fa10d85451378b4 Fri Jul 13 17:21:29 CEST 2012 David S. Miller <davem@davemloft.net> 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>
|
H A D | fib_frontend.c | diff 85b91b0339e764f7e56ff5968fa10d85451378b4 Fri Jul 13 17:21:29 CEST 2012 David S. Miller <davem@davemloft.net> 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>
|
H A D | route.c | diff 85b91b0339e764f7e56ff5968fa10d85451378b4 Fri Jul 13 17:21:29 CEST 2012 David S. Miller <davem@davemloft.net> 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>
|
/linux/include/net/ |
H A D | ip_fib.h | diff 85b91b0339e764f7e56ff5968fa10d85451378b4 Fri Jul 13 17:21:29 CEST 2012 David S. Miller <davem@davemloft.net> 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>
|