Searched refs:ETH_P_PRP (Results 1 – 5 of 5) sorted by relevance
66 if (!(ethHdr->h_proto == htons(ETH_P_PRP) in is_supervision_frame()73 if (hsrV1Hdr->hsr.encap_proto != htons(ETH_P_PRP)) in is_supervision_frame()154 ETH_P_HSR : ETH_P_PRP); in hsr_fill_tag()338 if (ethhdr->h_proto == htons(ETH_P_PRP) in hsr_fill_frame_info()
277 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()288 hsr_tag->encap_proto = htons(ETH_P_PRP); in send_hsr_supervision_frame()
43 if (protocol != htons(ETH_P_PRP) && protocol != htons(ETH_P_HSR)) in hsr_handle_frame()
183 if (ethhdr->h_proto == htons(ETH_P_PRP) in hsr_get_node()
99 #define ETH_P_PRP 0x88FB /* IEC 62439-3 PRP/HSRv0 */ macro