Home
last modified time | relevance | path

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

/linux-6.15/net/hsr/
H A Dhsr_slave.c21 return (protocol != htons(ETH_P_PRP) && protocol != htons(ETH_P_HSR)); in hsr_invalid_dan_ingress_frame()
66 protocol == htons(ETH_P_HSR)) in hsr_handle_frame()
H A Dhsr_forward.c53 eth_hdr->h_proto == htons(ETH_P_HSR))) in is_supervision_frame()
57 if (eth_hdr->h_proto == htons(ETH_P_HSR)) { /* Okay HSRv1. */ in is_supervision_frame()
130 if (eth_hdr->h_proto == htons(ETH_P_HSR)) in is_proxy_supervision_frame()
312 ETH_P_HSR : ETH_P_PRP); in hsr_fill_tag()
628 proto == htons(ETH_P_HSR)) { in hsr_fill_frame_info()
H A Dhsr_framereg.c259 ethhdr->h_proto == htons(ETH_P_HSR)) { in hsr_get_node()
323 if (ethhdr->h_proto == htons(ETH_P_HSR)) { in hsr_handle_sup_frame()
/linux-6.15/include/uapi/linux/
H A Dif_ether.h111 #define ETH_P_HSR 0x892F /* IEC 62439-3 HSRv1 */ macro
/linux-6.15/net/core/
H A Dflow_dissector.c1489 case htons(ETH_P_HSR): { in __skb_flow_dissect()