Home
last modified time | relevance | path

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

/Linux-v5.15/net/hsr/
Dhsr_slave.c21 return (protocol != htons(ETH_P_PRP) && protocol != htons(ETH_P_HSR)); in hsr_invalid_dan_ingress_frame()
65 protocol == htons(ETH_P_HSR)) in hsr_handle_frame()
Dhsr_forward.c51 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()
229 ETH_P_HSR : ETH_P_PRP); in hsr_fill_tag()
485 proto == htons(ETH_P_HSR)) { in hsr_fill_frame_info()
Dhsr_framereg.c238 ethhdr->h_proto == htons(ETH_P_HSR)) { in hsr_get_node()
293 if (ethhdr->h_proto == htons(ETH_P_HSR)) in hsr_handle_sup_frame()
335 if (ethhdr->h_proto == htons(ETH_P_HSR)) in hsr_handle_sup_frame()
/Linux-v5.15/include/uapi/linux/
Dif_ether.h108 #define ETH_P_HSR 0x892F /* IEC 62439-3 HSRv1 */ macro