Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
228 ETH_P_HSR : ETH_P_PRP); in hsr_fill_tag()
457 if (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()
62 if ((!hsr->prot_version && protocol == htons(ETH_P_PRP)) || in hsr_handle_frame()
Dhsr_device.c296 proto = ETH_P_PRP; in send_hsr_supervision_frame()
308 hsr_tag->encap_proto = htons(ETH_P_PRP); in send_hsr_supervision_frame()
357 skb = hsr_init_skb(master, ETH_P_PRP); in send_prp_supervision_frame()
386 rct->PRP_suffix = htons(ETH_P_PRP); in send_prp_supervision_frame()
Dhsr_main.h247 if (rct->PRP_suffix == htons(ETH_P_PRP)) in skb_get_PRP_rct()
Dhsr_framereg.c237 if (ethhdr->h_proto == htons(ETH_P_PRP) || in hsr_get_node()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dif_ether.h67 #define ETH_P_PRP 0x88FB macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dif_ether.h101 #define ETH_P_PRP 0x88FB /* IEC 62439-3 PRP/HSRv0 */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dif_ether.h82 #define ETH_P_PRP 0x88FB macro