diff options
author | Eric Dumazet <edumazet@google.com> | 2021-12-05 07:22:11 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-12-07 03:05:11 +0300 |
commit | 8c727003c4d0c776bd286d65c347591734d1d841 (patch) | |
tree | 0db47a777f9402aaa4ef918da725c39a143c0725 /include/net/if_inet6.h | |
parent | f77159a348f2d6078af7fe4933a60229d7c7aae2 (diff) | |
download | linux-8c727003c4d0c776bd286d65c347591734d1d841.tar.xz |
ipv6: add net device refcount tracker to struct inet6_dev
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net/if_inet6.h')
-rw-r--r-- | include/net/if_inet6.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/if_inet6.h b/include/net/if_inet6.h index 653e7d0f65cb..f026cf08a8e8 100644 --- a/include/net/if_inet6.h +++ b/include/net/if_inet6.h @@ -160,6 +160,7 @@ struct ipv6_devstat { struct inet6_dev { struct net_device *dev; + netdevice_tracker dev_tracker; struct list_head addr_list; |