hsr_ethhdr        126 net/hsr/hsr_forward.c 	struct hsr_ethhdr *hsr_ethhdr;
hsr_ethhdr        139 net/hsr/hsr_forward.c 	hsr_ethhdr = (struct hsr_ethhdr *)skb_mac_header(skb);
hsr_ethhdr        141 net/hsr/hsr_forward.c 	set_hsr_tag_path(&hsr_ethhdr->hsr_tag, lane_id);
hsr_ethhdr        142 net/hsr/hsr_forward.c 	set_hsr_tag_LSDU_size(&hsr_ethhdr->hsr_tag, lsdu_size);
hsr_ethhdr        143 net/hsr/hsr_forward.c 	hsr_ethhdr->hsr_tag.sequence_nr = htons(frame->sequence_nr);
hsr_ethhdr        144 net/hsr/hsr_forward.c 	hsr_ethhdr->hsr_tag.encap_proto = hsr_ethhdr->ethhdr.h_proto;
hsr_ethhdr        145 net/hsr/hsr_forward.c 	hsr_ethhdr->ethhdr.h_proto = htons(proto_version ?
hsr_ethhdr        181 net/hsr/hsr_main.h 	struct hsr_ethhdr *hsr_ethhdr;
hsr_ethhdr        183 net/hsr/hsr_main.h 	hsr_ethhdr = (struct hsr_ethhdr *)skb_mac_header(skb);
hsr_ethhdr        184 net/hsr/hsr_main.h 	return ntohs(hsr_ethhdr->hsr_tag.sequence_nr);