Home
last modified time | relevance | path

Searched refs:ETH_P_PRP (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/net/hsr/
Dhsr_forward.c50 if (!(eth_hdr->h_proto == htons(ETH_P_PRP) || in is_supervision_frame()
57 if (hsr_V1_hdr->hsr.encap_proto != htons(ETH_P_PRP)) in is_supervision_frame()
188 trailer->PRP_suffix = htons(ETH_P_PRP); in prp_fill_rct()
229 ETH_P_HSR : ETH_P_PRP); in hsr_fill_tag()
484 if ((!hsr->prot_version && proto == htons(ETH_P_PRP)) || in hsr_fill_frame_info()
Dhsr_slave.c21 return (protocol != htons(ETH_P_PRP) && protocol != htons(ETH_P_HSR)); in hsr_invalid_dan_ingress_frame()
64 if ((!hsr->prot_version && protocol == htons(ETH_P_PRP)) || in hsr_handle_frame()
Dhsr_main.h244 if (rct->PRP_suffix == htons(ETH_P_PRP)) in skb_get_PRP_rct()
Dhsr_device.c257 if (dev_hard_header(skb, skb->dev, ETH_P_PRP, in hsr_init_skb()
Dhsr_framereg.c237 if (ethhdr->h_proto == htons(ETH_P_PRP) || in hsr_get_node()
/Linux-v5.15/include/uapi/linux/
Dif_ether.h101 #define ETH_P_PRP 0x88FB /* IEC 62439-3 PRP/HSRv0 */ macro