hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/net/hsr/hsr_framereg.h
....@@ -69,6 +69,8 @@
6969
7070 struct hsr_node {
7171 struct list_head mac_list;
72
+ /* Protect R/W access to seq_out */
73
+ spinlock_t seq_out_lock;
7274 unsigned char macaddress_A[ETH_ALEN];
7375 unsigned char macaddress_B[ETH_ALEN];
7476 /* Local slave through which AddrB frames are received from this node */