ETH_P_HSR         267 net/hsr/hsr_device.c 	skb->protocol = htons(hsr_ver ? ETH_P_HSR : ETH_P_PRP);
ETH_P_HSR         270 net/hsr/hsr_device.c 	if (dev_hard_header(skb, skb->dev, (hsr_ver ? ETH_P_HSR : ETH_P_PRP),
ETH_P_HSR          61 net/hsr/hsr_forward.c 	      eth_hdr->h_proto == htons(ETH_P_HSR)))
ETH_P_HSR          65 net/hsr/hsr_forward.c 	if (eth_hdr->h_proto == htons(ETH_P_HSR)) { /* Okay HSRv1. */
ETH_P_HSR         146 net/hsr/hsr_forward.c 			ETH_P_HSR : ETH_P_PRP);
ETH_P_HSR         327 net/hsr/hsr_forward.c 	    ethhdr->h_proto == htons(ETH_P_HSR)) {
ETH_P_HSR         200 net/hsr/hsr_framereg.c 	    ethhdr->h_proto == htons(ETH_P_HSR)) {
ETH_P_HSR         237 net/hsr/hsr_framereg.c 	if (ethhdr->h_proto == htons(ETH_P_HSR))
ETH_P_HSR          40 net/hsr/hsr_slave.c 	if (protocol != htons(ETH_P_PRP) && protocol != htons(ETH_P_HSR))