mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 23:21:46 +00:00
decnet: Move dn_next into decnet route structure.
Signed-off-by: David S. Miller <davem@davemloft.net> Reviewed-by: Eric Dumazet <edumazet@google.com>
This commit is contained in:
parent
ca2c374a5c
commit
fe736e778c
3 changed files with 19 additions and 17 deletions
|
@ -69,6 +69,7 @@ int dn_route_rcv(struct sk_buff *skb, struct net_device *dev,
|
|||
*/
|
||||
struct dn_route {
|
||||
struct dst_entry dst;
|
||||
struct dn_route __rcu *dn_next;
|
||||
|
||||
struct neighbour *n;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue