Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dif_ether.h88 #define ETH_P_PRP 0x88FB /* IEC 62439-3 PRP/HSRv0 */ macro
/linux-4.1.27/net/hsr/
Dhsr_forward.c134 hsr_ethhdr->ethhdr.h_proto = htons(ETH_P_PRP); in hsr_fill_tag()
323 if (ethhdr->h_proto == htons(ETH_P_PRP)) { in hsr_fill_frame_info()
Dhsr_slave.c40 if (eth_hdr(skb)->h_proto != htons(ETH_P_PRP)) in hsr_handle_frame()
Dhsr_device.c285 skb->protocol = htons(ETH_P_PRP); in send_hsr_supervision_frame()
288 if (dev_hard_header(skb, skb->dev, ETH_P_PRP, in send_hsr_supervision_frame()
Dhsr_framereg.c183 if (ethhdr->h_proto == htons(ETH_P_PRP)) { in hsr_get_node()