decnet: Use neighbours privately in dn_route struct.
This allows an easy conversion away from dst_get_neighbour*(). Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -67,6 +67,8 @@ extern void dn_rt_cache_flush(int delay);
|
||||
struct dn_route {
|
||||
struct dst_entry dst;
|
||||
|
||||
struct neighbour *n;
|
||||
|
||||
struct flowidn fld;
|
||||
|
||||
__le16 rt_saddr;
|
||||
|
Reference in New Issue
Block a user