Home
last modified time | relevance | path

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

/openbmc/linux/net/hsr/
H A Dhsr_forward.c52 if (!(eth_hdr->h_proto == htons(ETH_P_PRP) || in is_supervision_frame()
63 if (hsr_V1_hdr->hsr.encap_proto != htons(ETH_P_PRP)) in is_supervision_frame()
230 trailer->PRP_suffix = htons(ETH_P_PRP); in prp_fill_rct()
271 ETH_P_HSR : ETH_P_PRP); in hsr_fill_tag()
523 if ((!hsr->prot_version && proto == htons(ETH_P_PRP)) || in hsr_fill_frame_info()
H A 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()
H A Dhsr_main.h241 if (rct->PRP_suffix == htons(ETH_P_PRP)) in skb_get_PRP_rct()
H A Dhsr_device.c256 if (dev_hard_header(skb, skb->dev, ETH_P_PRP, in hsr_init_skb()
H A Dhsr_framereg.c229 if (ethhdr->h_proto == htons(ETH_P_PRP) || in hsr_get_node()
/openbmc/u-boot/include/linux/
H A Dif_ether.h100 #define ETH_P_PRP 0x88FB /* IEC 62439-3 PRP/HSRv0 */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h104 #define ETH_P_PRP 0x88FB /* IEC 62439-3 PRP/HSRv0 */ macro
/openbmc/linux/net/core/
H A Dflow_dissector.c1454 case htons(ETH_P_PRP): in __skb_flow_dissect()