hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
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 */