Home
last modified time | relevance | path

Searched refs:hsr_sup (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/hsr/
Dhsr_forward.c62 if (get_hsr_stag_path(&hdr->hsr_sup) != 0x0f) in is_supervision_frame()
64 if ((hdr->hsr_sup.HSR_TLV_Type != HSR_TLV_ANNOUNCE) && in is_supervision_frame()
65 (hdr->hsr_sup.HSR_TLV_Type != HSR_TLV_LIFE_CHECK)) in is_supervision_frame()
67 if (hdr->hsr_sup.HSR_TLV_Length != 12) in is_supervision_frame()
Dhsr_main.h136 struct hsr_sup_tag hsr_sup; member