Searched refs:hsr_ethhdr (Results 1 – 2 of 2) sorted by relevance
236 static void hsr_set_path_id(struct hsr_ethhdr *hsr_ethhdr, in hsr_set_path_id() argument246 set_hsr_tag_path(&hsr_ethhdr->hsr_tag, path_id); in hsr_set_path_id()253 struct hsr_ethhdr *hsr_ethhdr; in hsr_fill_tag() local264 hsr_ethhdr = (struct hsr_ethhdr *)skb_mac_header(skb); in hsr_fill_tag()266 hsr_set_path_id(hsr_ethhdr, port); in hsr_fill_tag()267 set_hsr_tag_LSDU_size(&hsr_ethhdr->hsr_tag, lsdu_size); in hsr_fill_tag()268 hsr_ethhdr->hsr_tag.sequence_nr = htons(frame->sequence_nr); in hsr_fill_tag()269 hsr_ethhdr->hsr_tag.encap_proto = hsr_ethhdr->ethhdr.h_proto; in hsr_fill_tag()270 hsr_ethhdr->ethhdr.h_proto = htons(proto_version ? in hsr_fill_tag()272 skb->protocol = hsr_ethhdr->ethhdr.h_proto; in hsr_fill_tag()[all …]
73 struct hsr_ethhdr { struct229 struct hsr_ethhdr *hsr_ethhdr; in hsr_get_skb_sequence_nr() local231 hsr_ethhdr = (struct hsr_ethhdr *)skb_mac_header(skb); in hsr_get_skb_sequence_nr()232 return ntohs(hsr_ethhdr->hsr_tag.sequence_nr); in hsr_get_skb_sequence_nr()