Home
last modified time | relevance | path

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

/linux-4.1.27/net/hsr/
Dhsr_forward.c117 int lsdu_size; in hsr_fill_tag() local
124 lsdu_size = skb->len - 14; in hsr_fill_tag()
126 lsdu_size -= 4; in hsr_fill_tag()
131 set_hsr_tag_LSDU_size(&hsr_ethhdr->hsr_tag, lsdu_size); in hsr_fill_tag()