Searched refs:ethHdr (Results 1 – 1 of 1) sorted by relevance
53 struct ethhdr *ethHdr; in is_supervision_frame() local58 ethHdr = (struct ethhdr *) skb_mac_header(skb); in is_supervision_frame()61 if (!ether_addr_equal(ethHdr->h_dest, in is_supervision_frame()66 if (!(ethHdr->h_proto == htons(ETH_P_PRP) in is_supervision_frame()67 || ethHdr->h_proto == htons(ETH_P_HSR))) in is_supervision_frame()71 if (ethHdr->h_proto == htons(ETH_P_HSR)) { /* Okay HSRv1. */ in is_supervision_frame()