Home
last modified time | relevance | path

Searched refs:redbox (Results 1 – 4 of 4) sorted by relevance

/linux/net/hsr/
H A Dhsr_device.c77 if (hsr->redbox && !timer_pending(&hsr->announce_proxy_timer)) in hsr_check_announce()
83 if (hsr->redbox) in hsr_check_announce()
312 if (hsr->redbox) in send_hsr_supervision_frame()
348 if (hsr->redbox && in send_hsr_supervision_frame()
808 hsr->redbox = true; in hsr_dev_finalize()
H A Dhsr_main.h213 bool redbox; /* Device supports HSR RedBox */ member
H A Dhsr_framereg.c25 if (!hsr->redbox || !is_valid_ether_addr(hsr->macaddress_redbox)) in hsr_addr_is_redbox()
444 /* And check if it is a redbox mac TLV */ in hsr_handle_sup_frame()
458 /* Get redbox mac address. */ in hsr_handle_sup_frame()
461 /* Check if redbox mac and node mac are equal. */ in hsr_handle_sup_frame()
463 /* This is a redbox supervision frame for a VDAN! */ in hsr_handle_sup_frame()
548 if (!node_dst && port->hsr->redbox)
H A Dhsr_forward.c692 if (frame->is_supervision && hsr->redbox) in fill_frame_info()