Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[NET]: Shave sizeof(ptr) bytes off dst_entry

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Herbert Xu and committed by
David S. Miller
c4d54110 561bbe32

+2 -3
+2 -3
include/net/dst.h
··· 42 42 int __use; 43 43 struct dst_entry *child; 44 44 struct net_device *dev; 45 - int obsolete; 45 + short error; 46 + short obsolete; 46 47 int flags; 47 48 #define DST_HOST 1 48 49 #define DST_NOXFRM 2 ··· 61 60 62 61 unsigned long rate_last; /* rate limiting for ICMP */ 63 62 unsigned long rate_tokens; 64 - 65 - int error; 66 63 67 64 struct neighbour *neighbour; 68 65 struct hh_cache *hh;