mirror of https://gitee.com/openkylin/linux.git
batman-adv: Add kerneldoc for batadv_neigh_node::refcount
Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch> Signed-off-by: Antonio Quartulli <a@unstable.cc>
This commit is contained in:
parent
8a3719a184
commit
ed21d170e8
|
@ -371,6 +371,7 @@ struct batadv_hardif_neigh_node {
|
||||||
* @ifinfo_lock: lock protecting private ifinfo members and list
|
* @ifinfo_lock: lock protecting private ifinfo members and list
|
||||||
* @if_incoming: pointer to incoming hard interface
|
* @if_incoming: pointer to incoming hard interface
|
||||||
* @last_seen: when last packet via this neighbor was received
|
* @last_seen: when last packet via this neighbor was received
|
||||||
|
* @refcount: number of contexts the object is used
|
||||||
* @rcu: struct used for freeing in an RCU-safe manner
|
* @rcu: struct used for freeing in an RCU-safe manner
|
||||||
*/
|
*/
|
||||||
struct batadv_neigh_node {
|
struct batadv_neigh_node {
|
||||||
|
|
Loading…
Reference in New Issue