Searched refs:ETH_P_HSR (Results 1 – 7 of 7) sorted by relevance
51 eth_hdr->h_proto == htons(ETH_P_HSR))) in is_supervision_frame()55 if (eth_hdr->h_proto == htons(ETH_P_HSR)) { /* Okay HSRv1. */ in is_supervision_frame()228 ETH_P_HSR : ETH_P_PRP); in hsr_fill_tag()459 proto == htons(ETH_P_HSR)) { in hsr_fill_frame_info()
21 return (protocol != htons(ETH_P_PRP) && protocol != htons(ETH_P_HSR)); in hsr_invalid_dan_ingress_frame()63 protocol == htons(ETH_P_HSR)) in hsr_handle_frame()
238 ethhdr->h_proto == htons(ETH_P_HSR)) { in hsr_get_node()291 if (ethhdr->h_proto == htons(ETH_P_HSR)) in hsr_handle_sup_frame()333 if (ethhdr->h_proto == htons(ETH_P_HSR)) in hsr_handle_sup_frame()
298 proto = ETH_P_HSR; in send_hsr_supervision_frame()
105 #define ETH_P_HSR 0x892F /* IEC 62439-3 HSRv1 */ macro
107 #define ETH_P_HSR 0x892F /* IEC 62439-3 HSRv1 */ macro