Home
last modified time | relevance | path

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

/Linux-v4.19/net/hsr/
Dhsr_forward.c136 int lsdu_size; in hsr_fill_tag() local
143 lsdu_size = skb->len - 14; in hsr_fill_tag()
145 lsdu_size -= 4; in hsr_fill_tag()
150 set_hsr_tag_LSDU_size(&hsr_ethhdr->hsr_tag, lsdu_size); in hsr_fill_tag()