Home
last modified time | relevance | path

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

/Linux-v4.19/net/hsr/
Dhsr_forward.c53 struct ethhdr *ethHdr; in is_supervision_frame() local
58 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()