Taehee Yoo eff7423365 net: core: introduce struct netdev_nested_priv for nested interface infrastructure
Functions related to nested interface infrastructure such as
netdev_walk_all_{ upper | lower }_dev() pass both private functions
and "data" pointer to handle their own things.
At this point, the data pointer type is void *.
In order to make it easier to expand common variables and functions,
this new netdev_nested_priv structure is added.

In the following patch, a new member variable will be added into this
struct to fix the lockdep issue.

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-09-28 15:00:15 -07:00
..
2020-01-25 15:11:37 -04:00
2020-08-23 17:36:59 -05:00
2020-08-06 16:43:36 -07:00
2020-03-04 14:28:25 -04:00
2020-08-06 16:43:36 -07:00
2020-06-02 20:32:53 -03:00
2019-06-28 21:18:23 -03:00
2018-12-12 07:40:16 -07:00
2020-08-23 17:36:59 -05:00
2018-12-12 07:40:16 -07:00
2020-07-06 14:54:46 -03:00