Home
last modified time | relevance | path

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

/Linux-v4.19/net/hsr/
Dhsr_forward.c67 || ethHdr->h_proto == htons(ETH_P_HSR))) in is_supervision_frame()
71 if (ethHdr->h_proto == htons(ETH_P_HSR)) { /* Okay HSRv1. */ in is_supervision_frame()
154 ETH_P_HSR : ETH_P_PRP); in hsr_fill_tag()
339 || ethhdr->h_proto == htons(ETH_P_HSR)) { in hsr_fill_frame_info()
Dhsr_framereg.c184 || ethhdr->h_proto == htons(ETH_P_HSR)) { in hsr_get_node()
220 if (ethhdr->h_proto == htons(ETH_P_HSR)) in hsr_handle_sup_frame()
Dhsr_device.c277 skb->protocol = htons(hsrVer ? ETH_P_HSR : ETH_P_PRP); in send_hsr_supervision_frame()
280 if (dev_hard_header(skb, skb->dev, (hsrVer ? ETH_P_HSR : ETH_P_PRP), in send_hsr_supervision_frame()
Dhsr_slave.c43 if (protocol != htons(ETH_P_PRP) && protocol != htons(ETH_P_HSR)) in hsr_handle_frame()
/Linux-v4.19/include/uapi/linux/
Dif_ether.h105 #define ETH_P_HSR 0x892F /* IEC 62439-3 HSRv1 */ macro